Home
last modified time | relevance | path

Searched refs:u_vertices_per_prim (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_vsc.c70 (info->mode == PIPE_PRIM_MAX) ? 2 : u_vertices_per_prim(info->mode); in prim_count()
158 u_vertices_per_prim(info->mode), in fd6_vsc_update_sizes()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_prim.h185 u_vertices_per_prim(enum pipe_prim_type primitive) in u_vertices_per_prim() function
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_prim_assembler.c274 unsigned max_verts = u_vertices_per_prim(assembled_prim) * max_primitives; in draw_prim_assembler_run()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c491 ctx->implied_array_size = u_vertices_per_prim(prop->u[0].Data); in iter_property()
Dtgsi_scan.c929 int num_verts = u_vertices_per_prim(input_primitive); in tgsi_scan_shader()
Dtgsi_text.c1803 ctx->implied_array_size = u_vertices_per_prim(values[0]); in parse_property()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c91 *num_vertices = u_vertices_per_prim(info->base.gs.output_primitive); in ngg_get_vertices_per_prim()
1891 …tmp = LLVMConstInt(ctx->ac.i32, u_vertices_per_prim(sel->info.base.gs.output_primitive) - 1, false… in gfx10_ngg_gs_emit_vertex()
1899 if (stream == 0 && u_vertices_per_prim(sel->info.base.gs.output_primitive) == 3) { in gfx10_ngg_gs_emit_vertex()
1973 const unsigned verts_per_prim = u_vertices_per_prim(sel->info.base.gs.output_primitive); in gfx10_ngg_gs_build_end()
2362 const unsigned max_verts_per_prim = u_vertices_per_prim(input_prim); in gfx10_ngg_calculate_subgroup_info()
Dsi_shader_info.c806 u_vertices_per_prim((enum pipe_prim_type)info->base.gs.input_primitive); in si_nir_scan_shader()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c2221 uint32_t vertex_count = u_vertices_per_prim(pipeline->topology); in pipeline_add_multiview_gs()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1164 int index_limit = u_vertices_per_prim(info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]); in emit_fetch_gs_input()