diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 9c3213c22e3..5aae229197e 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -389,6 +389,9 @@ typedef struct shader_info { */ uint8_t blit_sgprs_amd:4; + /* Software TES executing as HW VS */ + bool tes_agx:1; + /* True if the shader writes position in window space coordinates pre-transform */ bool window_space_position:1;