diff options
Diffstat (limited to 'src/amd/common/ac_shader_info.h')
-rw-r--r-- | src/amd/common/ac_shader_info.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/amd/common/ac_shader_info.h b/src/amd/common/ac_shader_info.h index fbafeb9f0e7..2be61679fc7 100644 --- a/src/amd/common/ac_shader_info.h +++ b/src/amd/common/ac_shader_info.h @@ -49,9 +49,6 @@ struct ac_shader_info { bool uses_thread_id[3]; bool uses_local_invocation_idx; } cs; - struct { - bool reads_tess_factors; - } tes; }; /* A NIR pass to gather all the info needed to optimise the allocation patterns |