HomeSort by: relevance | last modified time | path
    Searched refs:num_vertices_per_primitive (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_nir.h 97 unsigned num_vertices_per_primitive,
ac_nir_lower_ngg.c 86 unsigned num_vertices_per_primitive; member in struct:__anon397
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 == 3
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_shader.h 638 uint64_t ps_inputs_read, unsigned num_vertices_per_primitive,
radv_shader.c 892 unsigned num_vertices_per_primitive, const struct radv_shader_info *info)
926 if (num_vertices_per_primitive != 3)

Completed in 28 milliseconds