Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c3130 nir_if *if_vtx_export_thread = nir_push_if(b, nir_ilt(b, tid_in_tg, max_num_out_vtx)); in ngg_gs_export_vertices() local
3209 nir_pop_if(b, if_vtx_export_thread); in ngg_gs_export_vertices()
3212 b->cursor = nir_after_cf_list(&if_vtx_export_thread->then_list); in ngg_gs_export_vertices()
3238 export_pos0_wait_attr_ring(b, if_vtx_export_thread, s->out.outputs, s->options); in ngg_gs_export_vertices()