Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c428 nir_if *if_gs_thread = nir_push_if(b, gs_thread); in emit_ngg_nogs_prim_export() local
453 nir_pop_if(b, if_gs_thread); in emit_ngg_nogs_prim_export()
462 nir_if *if_gs_thread = nir_push_if(b, gs_thread); in emit_ngg_nogs_prim_id_store_shared() local
474 nir_pop_if(b, if_gs_thread); in emit_ngg_nogs_prim_id_store_shared()
1238 nir_if *if_gs_thread = nir_push_if(b, nir_has_input_primitive_amd(b)); in add_deferred_attribute_culling() local
1274 nir_pop_if(b, if_gs_thread); in add_deferred_attribute_culling()
2085 nir_if *if_gs_thread = nir_push_if(b, nir_has_input_primitive_amd(b)); in ac_nir_lower_ngg_gs() local
2095 b->cursor = nir_after_cf_list(&if_gs_thread->then_list); in ac_nir_lower_ngg_gs()
2096 nir_pop_if(b, if_gs_thread); in ac_nir_lower_ngg_gs()