Searched defs:num_vertices (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.h50 uint8_t num_vertices; /* 1..3 */ member in struct:ac_cull_options
H A Dac_llvm_cull.c54 ac_analyze_position_w(struct ac_llvm_context * ctx,LLVMValueRef pos[3][4],struct ac_position_w_info * w,unsigned num_vertices) argument
H A Dac_llvm_build.h583 unsigned num_vertices; member in struct:ac_ngg_prim
/xsrc/external/mit/xgc/dist/
H A Dtests.c164 circle_line_test(int num_vertices, int radius) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_so_emit.c111 so_emit_prim(struct pt_so_emit * so,unsigned * indices,unsigned num_vertices) argument
H A Ddraw_gs.c124 tgsi_fetch_gs_input(struct draw_geometry_shader * shader,unsigned * indices,unsigned num_vertices,unsigned prim_idx) argument
245 llvm_fetch_gs_input(struct draw_geometry_shader * shader,unsigned * indices,unsigned num_vertices,unsigned prim_idx) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c187 unsigned num_vertices = ctx->batch->num_vertices; local in function:fd2_draw_vbo
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c197 unsigned num_vertices = ctx->batch->num_vertices; local in function:fd2_draw_vbo
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c150 unsigned num_vertices = emit->hs local in function:fd6_build_tess_consts
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_so_emit.c115 so_emit_prim(struct pt_so_emit * so,unsigned * indices,unsigned num_vertices) argument
H A Ddraw_tess.c115 unsigned num_vertices = shader->vertices_out; local in function:llvm_store_tcs_output
54 llvm_fetch_tcs_input(struct draw_tess_ctrl_shader * shader,const struct draw_prim_info * input_prim_info,unsigned prim_id,unsigned num_vertices) argument
218 llvm_fetch_tes_input(struct draw_tess_eval_shader * shader,const struct draw_prim_info * input_prim_info,unsigned prim_id,unsigned num_vertices) argument
272 llvm_fetch_tess_factors(struct draw_tess_eval_shader * shader,unsigned patch_id,unsigned num_vertices,struct pipe_tessellation_factors * factors) argument
[all...]
H A Ddraw_gs.c124 tgsi_fetch_gs_input(struct draw_geometry_shader * shader,unsigned * indices,unsigned num_vertices,unsigned prim_idx) argument
228 llvm_fetch_gs_input(struct draw_geometry_shader * shader,unsigned * indices,unsigned num_vertices,unsigned prim_idx) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_io.c505 const uint32_t num_vertices = c->s->info.gs.vertices_out; local in function:v3d_nir_setup_vpm_layout_gs
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io_to_vector.c292 unsigned num_vertices; local in function:create_new_io_vars
51 get_per_vertex_type(const nir_shader * shader,const nir_variable * var,unsigned * num_vertices) argument
156 get_flat_type(const nir_shader * shader,nir_variable * old_vars[MAX_SLOTS][4],unsigned * loc,nir_variable ** first_var,unsigned * num_vertices) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.h128 unsigned num_vertices; /* number of vertices in current batch */ member in struct:fd_batch
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h90 unsigned num_vertices; member in struct:hud_context::vertex_queue
113 unsigned num_vertices; member in struct:hud_graph
H A Dhud_context.c69 hud_draw_colored_prims(struct hud_context * hud,unsigned prim,float * buffer,unsigned num_vertices,float r,float g,float b,float a,int xoffset,int yoffset,float yscale) argument
445 hud_prepare_vertices(struct hud_context * hud,struct vertex_queue * v,unsigned num_vertices,unsigned stride) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.h152 unsigned num_vertices; /* number of vertices in current batch */ member in struct:fd_batch
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_draw.c533 unsigned num_vertices = max_index_exclusive - min_index; local in function:_mesa_marshal_MultiDrawArrays
824 unsigned num_vertices = max_index + 1 - min_index; local in function:draw_elements
110 upload_vertices(struct gl_context * ctx,unsigned user_buffer_mask,unsigned start_vertex,unsigned num_vertices,unsigned start_instance,unsigned num_instances,struct glthread_attrib_binding * buffers) argument
1024 unsigned num_vertices = 0; local in function:_mesa_marshal_MultiDrawElementsBaseVertex
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h92 unsigned num_vertices; member in struct:hud_context::vertex_queue
115 unsigned num_vertices; member in struct:hud_graph
H A Dhud_context.c71 hud_draw_colored_prims(struct hud_context * hud,unsigned prim,float * buffer,unsigned num_vertices,float r,float g,float b,float a,int xoffset,int yoffset,float yscale) argument
445 hud_prepare_vertices(struct hud_context * hud,struct vertex_queue * v,unsigned num_vertices,unsigned stride) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c389 u_vbuf_translate_buffers(struct u_vbuf * mgr,struct translate_key * key,const struct pipe_draw_info * info,unsigned vb_mask,unsigned out_vb,int start_vertex,unsigned num_vertices,int min_index,boolean unroll_indices) argument
569 u_vbuf_translate_begin(struct u_vbuf * mgr,const struct pipe_draw_info * info,int start_vertex,unsigned num_vertices,int min_index,boolean unroll_indices) argument
901 u_vbuf_upload_buffers(struct u_vbuf * mgr,int start_vertex,unsigned num_vertices,int start_instance,unsigned num_instances) argument
1166 unsigned num_vertices; local in function:u_vbuf_draw_vbo
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.c3041 update_vertex_buffers_sw(struct NineDevice9 *device, int start_vertice, int num_vertices) argument
3205 nine_state_prepare_draw_sw(struct NineDevice9 * device,struct NineVertexDeclaration9 * vdecl_out,int start_vertice,int num_vertices,struct pipe_stream_output_info * so) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c449 u_vbuf_translate_buffers(struct u_vbuf * mgr,struct translate_key * key,const struct pipe_draw_info * info,const struct pipe_draw_start_count_bias * draw,unsigned vb_mask,unsigned out_vb,int start_vertex,unsigned num_vertices,int min_index,boolean unroll_indices) argument
668 u_vbuf_translate_begin(struct u_vbuf * mgr,const struct pipe_draw_info * info,const struct pipe_draw_start_count_bias * draw,int start_vertex,unsigned num_vertices,int min_index,boolean unroll_indices) argument
1045 get_upload_offset_size(struct u_vbuf * mgr,const struct pipe_vertex_buffer * vb,struct u_vbuf_elements * ve,const struct pipe_vertex_element * velem,unsigned vb_index,unsigned velem_index,int start_vertex,unsigned num_vertices,int start_instance,unsigned num_instances,unsigned * offset,unsigned * size) argument
1088 u_vbuf_upload_buffers(struct u_vbuf * mgr,int start_vertex,unsigned num_vertices,int start_instance,unsigned num_instances) argument
1390 unsigned num_vertices; local in function:u_vbuf_draw_vbo
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_indirect_draw.c946 nir_ssa_def *num_vertices = local in function:patch

Completed in 40 milliseconds

12