Searched refs:vtx_indices (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_lower_ngg.c | 1849 nir_ssa_def *vtx_indices[3] = {0}; in ngg_gs_export_primitives() local 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() 1864 vtx_indices[1] = nir_iadd(b, vtx_indices[1], is_odd); in ngg_gs_export_primitives() 1865 vtx_indices[2] = nir_isub(b, vtx_indices[2], is_odd); in ngg_gs_export_primitives() 1867 vtx_indices[0] = nir_iadd(b, vtx_indices[0], is_odd); in ngg_gs_export_primitives() 1868 vtx_indices[1] = nir_isub(b, vtx_indices[1], is_odd); in ngg_gs_export_primitives() 1872 …nir_ssa_def *arg = emit_pack_ngg_prim_exp_arg(b, s->num_vertices_per_primitive, vtx_indices, is_nu… in ngg_gs_export_primitives()
|