radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT
[mesa.git] / src / gallium / drivers / radeonsi / si_shader_internal.h
index 86ea04df644c35b91ef56d1c185784a92a393d19..5e3a46cf83663bf9864aad6f81b42ab645901bfe 100644 (file)
@@ -39,9 +39,8 @@ struct pipe_debug_callback;
 
 struct si_shader_output_values {
    LLVMValueRef values[4];
-   unsigned semantic_name;
-   unsigned semantic_index;
    ubyte vertex_stream[4];
+   ubyte semantic;
 };
 
 struct si_shader_context {