Searched refs:exporter_tid_in_tg (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_lower_ngg.c | 1841 nir_ssa_def *exporter_tid_in_tg, nir_ssa_def *primflag_0, in ngg_gs_export_primitives() argument 1850 vtx_indices[s->num_vertices_per_primitive - 1] = exporter_tid_in_tg; in ngg_gs_export_primitives() 1852 …vtx_indices[s->num_vertices_per_primitive - 2] = nir_isub(b, exporter_tid_in_tg, nir_imm_int(b, 1)… in ngg_gs_export_primitives() 1854 …vtx_indices[s->num_vertices_per_primitive - 3] = nir_isub(b, exporter_tid_in_tg, nir_imm_int(b, 2)… in ngg_gs_export_primitives() 1938 nir_ssa_def *exporter_tid_in_tg, lower_ngg_gs_state *s) in ngg_gs_setup_vertex_compaction() argument 1948 nir_ssa_def *exporter_lds_addr = ngg_gs_out_vertex_addr(b, exporter_tid_in_tg, s); in ngg_gs_setup_vertex_compaction() 2007 nir_ssa_def *exporter_tid_in_tg = rep.repacked_invocation_index; in ngg_gs_finale() local 2019 ngg_gs_setup_vertex_compaction(b, vertex_live, tid_in_tg, exporter_tid_in_tg, s); in ngg_gs_finale() 2025 ngg_gs_export_primitives(b, max_prmcnt, tid_in_tg, exporter_tid_in_tg, out_vtx_primflag_0, s); in ngg_gs_finale()
|