Searched refs:num_vertices_per_primitive (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_nir.h | 97 unsigned num_vertices_per_primitive,
|
| H A D | ac_nir_lower_ngg.c | 86 unsigned num_vertices_per_primitive; member in struct:__anon6002bd750508 1485 unsigned total_prm_cnt = gs_vtx_cnt - gs_prm_cnt * (s->num_vertices_per_primitive - 1u); 1491 if (s->num_vertices_per_primitive > 1) 1492 prm_cnt = nir_iadd_nuw(b, nir_imul_imm(b, prm_cnt, -1u * (s->num_vertices_per_primitive - 1)), gs_vtx_cnt); 1601 nir_ssa_def *completes_prim = nir_ige(b, current_vtx_per_prim, nir_imm_int(b, s->num_vertices_per_primitive - 1)); 1604 if (s->num_vertices_per_primitive == 3) { 1685 vtx_indices[s->num_vertices_per_primitive - 1] = exporter_tid_in_tg; 1686 if (s->num_vertices_per_primitive >= 2) 1687 vtx_indices[s->num_vertices_per_primitive - 2] = nir_isub(b, exporter_tid_in_tg, nir_imm_int(b, 1)); 1688 if (s->num_vertices_per_primitive [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.h | 638 uint64_t ps_inputs_read, unsigned num_vertices_per_primitive,
|
| H A D | radv_shader.c | 892 unsigned num_vertices_per_primitive, const struct radv_shader_info *info) 926 if (num_vertices_per_primitive != 3) 891 radv_consider_culling(struct radv_device * device,struct nir_shader * nir,uint64_t ps_inputs_read,unsigned num_vertices_per_primitive,const struct radv_shader_info * info) argument
|
Completed in 10 milliseconds