Revert "ac/shader: gather If TES reads TESSINNER or TESSOUTER"
[mesa.git] / src / amd / common / ac_shader_info.h
index fbafeb9f0e75f349664e4addf304d7c7a3e2c319..2be61679fc71121c6db91c3ab251fa89987bdbd5 100644 (file)
@@ -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