Home
last modified time | relevance | path

Searched refs:es_thread (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c1163 nir_ssa_def *es_thread = nir_has_input_vertex_amd(b); in add_deferred_attribute_culling() local
1164 nir_if *if_es_thread = nir_push_if(b, es_thread); in add_deferred_attribute_culling()
1195 nir_store_var(b, es_accepted_var, es_thread, 0x1u); in add_deferred_attribute_culling()
1480 …nir_ssa_def *es_thread = can_cull ? nir_load_var(b, es_accepted_var) : nir_has_input_vertex_amd(b); in ac_nir_lower_ngg_nogs() local
1482 nir_if *if_es_thread = nir_push_if(b, es_thread); in ac_nir_lower_ngg_nogs()