summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_shader_tokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/include/pipe/p_shader_tokens.h')
-rw-r--r--src/gallium/include/pipe/p_shader_tokens.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index d1b95f3..514b339 100644
--- a/src/gallium/include/pipe/p_shader_tokens.h
+++ b/src/gallium/include/pipe/p_shader_tokens.h
@@ -40,18 +40,9 @@ struct tgsi_header
unsigned BodySize : 24;
};
-enum {
- TGSI_PROCESSOR_FRAGMENT,
- TGSI_PROCESSOR_VERTEX,
- TGSI_PROCESSOR_GEOMETRY,
- TGSI_PROCESSOR_TESS_CTRL,
- TGSI_PROCESSOR_TESS_EVAL,
- TGSI_PROCESSOR_COMPUTE,
-};
-
struct tgsi_processor
{
- unsigned Processor : 4; /* TGSI_PROCESSOR_ */
+ unsigned Processor : 4; /* PIPE_SHADER_ */
unsigned Padding : 28;
};