Searched refs:vtx_indices (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_nir_lower_ngg.c | 1684 nir_ssa_def *vtx_indices[3] = {0}; local in function:ngg_gs_export_primitives 1685 vtx_indices[s->num_vertices_per_primitive - 1] = exporter_tid_in_tg; 1687 vtx_indices[s->num_vertices_per_primitive - 2] = nir_isub(b, exporter_tid_in_tg, nir_imm_int(b, 1)); 1689 vtx_indices[s->num_vertices_per_primitive - 3] = nir_isub(b, exporter_tid_in_tg, nir_imm_int(b, 2)); 1699 vtx_indices[1] = nir_iadd(b, vtx_indices[1], is_odd); 1700 vtx_indices[2] = nir_isub(b, vtx_indices[2], is_odd); 1702 vtx_indices[0] = nir_iadd(b, vtx_indices[ [all...] |
Completed in 4 milliseconds