Home
last modified time | relevance | path

Searched defs:num_vertices (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_tess.c57 unsigned num_vertices) in llvm_fetch_tcs_input()
115 unsigned num_vertices = shader->vertices_out; in llvm_store_tcs_output() local
221 unsigned num_vertices) in llvm_fetch_tes_input()
274 unsigned num_vertices, in llvm_fetch_tess_factors()
Ddraw_gs.c126 unsigned num_vertices, in tgsi_fetch_gs_input()
252 unsigned num_vertices, in llvm_fetch_gs_input()
Ddraw_pt_so_emit.c117 unsigned num_vertices) in so_emit_prim()
Ddraw_llvm.c1850 LLVMValueRef num_vertices = in draw_gs_llvm_end_primitive() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dtypes.cc51 size_t num_vertices = deps_graph.size(); in ReallocationGraph() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c52 unsigned *num_vertices) in get_per_vertex_type()
155 unsigned *loc, nir_variable **first_var, unsigned *num_vertices) in get_flat_type()
290 unsigned num_vertices; in create_new_io_vars() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c413 int start_vertex, unsigned num_vertices, in u_vbuf_translate_buffers()
614 int start_vertex, unsigned num_vertices, in u_vbuf_translate_begin()
970 int start_vertex, unsigned num_vertices, in get_upload_offset_size()
1009 int start_vertex, unsigned num_vertices, in u_vbuf_upload_buffers()
1284 unsigned num_vertices; in u_vbuf_draw_vbo() local
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c187 unsigned num_vertices = ctx->batch->num_vertices; in fd2_draw_vbo() local
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h91 unsigned num_vertices; member
114 unsigned num_vertices; member
Dhud_context.c71 float *buffer, unsigned num_vertices, in hud_draw_colored_prims()
444 unsigned num_vertices, unsigned stride) in hud_prepare_vertices()
/external/mesa3d/src/mesa/main/
Dglthread_draw.c111 unsigned start_vertex, unsigned num_vertices, in upload_vertices()
476 unsigned num_vertices = max_index_exclusive - min_index; in _mesa_marshal_MultiDrawArrays() local
654 unsigned num_vertices = max_index + 1 - min_index; in draw_elements() local
852 unsigned num_vertices = 0; in _mesa_marshal_MultiDrawElementsBaseVertex() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c88 static LLVMValueRef ngg_get_vertices_per_prim(struct si_shader_context *ctx, unsigned *num_vertices) in ngg_get_vertices_per_prim()
160 unsigned num_vertices; in gfx10_ngg_build_export_prim() local
248 LLVMValueRef num_vertices; member
1269 unsigned num_vertices; in gfx10_emit_ngg_epilogue() local
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_const.c171 unsigned num_vertices = in emit_tess_consts() local
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp265 unsigned num_vertices; member in __anon1a3432400111::array_resize_visitor
269 array_resize_visitor(unsigned num_vertices, in array_resize_visitor()
785 unsigned num_vertices = in validate_geometry_shader_executable() local
2593 unsigned num_vertices = in link_intrastage_shaders() local
2730 const int num_vertices = tcs in resize_tes_inputs() local
Dast_to_hir.cpp4668 unsigned num_vertices, in validate_layout_qualifier_vertex_count()
4727 unsigned num_vertices = 0; in handle_tess_ctrl_shader_output_decl() local
4807 unsigned num_vertices = 0; in handle_geometry_shader_input_decl() local
8573 unsigned num_vertices; in hir() local
8638 unsigned num_vertices = vertices_per_prim(this->prim_type); in hir() local
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_io.c466 const uint32_t num_vertices = c->s->info.gs.vertices_out; in v3d_nir_setup_vpm_layout_gs() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h139 unsigned num_vertices; /* number of vertices in current batch */ member
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h566 unsigned num_vertices; member
/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.c3049 update_vertex_buffers_sw(struct NineDevice9 *device, int start_vertice, int num_vertices) in update_vertex_buffers_sw()
3214 int start_vertice, int num_vertices, struct pipe_stream_output_info *so) in nine_state_prepare_draw_sw()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2306 LLVMValueRef num_vertices; member
2723 unsigned num_vertices; in handle_ngg_outputs_post_2() local
/external/u-boot/drivers/video/
Dstb_truetype.h1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape()
1251 int num_vertices=0; in stbtt_GetGlyphShape() local
/external/mesa3d/src/imgui/
Dimstb_truetype.h1623 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape()
1645 int num_vertices=0; in stbtt__GetGlyphShapeTT() local
1874 int num_vertices; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1390 uint32_t num_vertices = in tu6_emit_geom_tess_consts() local
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp11174 Temp ngg_pack_prim_exp_arg(isel_context *ctx, unsigned num_vertices, const Temp vtxindex[], const T… in ngg_pack_prim_exp_arg()