Home
last modified time | relevance | path

Searched defs:prim (Results 26 - 50 of 79) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_private.h153 SVGA3dPrimitiveRange prim[QSZ]; member
200 svga_need_unfilled_fallback(const struct svga_hwtnl *hwtnl, enum pipe_prim_type prim) svga_need_unfilled_fallback() argument
H A Dsvga_draw_elements.c183 svga_hwtnl_simple_draw_range_elements(struct svga_hwtnl *hwtnl, struct pipe_resource *index_buffer, unsigned index_size, int index_bias, unsigned min_index, unsigned max_index, enum pipe_prim_type prim, unsigned start, unsigned count, unsigned start_instance, unsigned instance_count, ubyte vertices_per_patch) svga_hwtnl_simple_draw_range_elements() argument
H A Dsvga_swtnl_backend.c206 svga_vbuf_render_set_primitive(struct vbuf_render *render, enum pipe_prim_type prim) svga_vbuf_render_set_primitive() argument
H A Dsvga_draw.c200 SVGA3dPrimitiveRange *prim; in draw_vgpu9() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_prim_vbuf.c63 enum pipe_prim_type prim; member
136 sp_vbuf_set_primitive(struct vbuf_render *vbr, enum pipe_prim_type prim) in sp_vbuf_set_primitive() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c125 LLVMValueRef prim = ctx->ac.i32_0; in si_llvm_gs_build_end() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_vbuf.c125 lp_setup_set_primitive(struct vbuf_render *vbr, enum pipe_prim_type prim) in lp_setup_set_primitive() argument
H A Dlp_setup_context.h80 uint prim; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c341 unsigned prim; local
468 unsigned prim = nv30_prim_gl(mode); local
H A Dnv30_draw.c52 uint32_t prim; member
114 nv30_render_set_primitive(struct vbuf_render *render, enum pipe_prim_type prim) in nv30_render_set_primitive() argument
H A Dnv30_context.h222 nv30_prim_gl(unsigned prim) in nv30_prim_gl() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c31 uint32_t prim; member
215 nv50_prim_gl(unsigned prim) in nv50_prim_gl() argument
H A Dnv50_vbo.c424 nv50_prim_gl(unsigned prim) in nv50_prim_gl() argument
472 unsigned prim; in nv50_draw_arrays() local
597 unsigned prim; in nv50_draw_elements() local
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c143 const char *prim = get_prim_name(ptr[0]); in debug_prim() local
210 const char *prim = get_prim_name(ptr[0]); in debug_variable_length_prim() local
H A Di915_prim_vbuf.c65 unsigned prim; member
288 i915_vbuf_render_set_primitive(struct vbuf_render *render, enum pipe_prim_type prim) i915_vbuf_render_set_primitive() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.c58 draw_pt_arrays(struct draw_context *draw, enum pipe_prim_type prim, bool index_bias_varies, const struct pipe_draw_start_count_bias *draw_info, unsigned num_draws) draw_pt_arrays() argument
239 draw_print_arrays(struct draw_context *draw, enum pipe_prim_type prim, int start, uint count, int index_bias) draw_print_arrays() argument
407 const enum pipe_prim_type prim = info->mode; draw_pt_arrays_restart() local
[all...]
H A Ddraw_pipe_vbuf.c142 vbuf_tri(struct draw_stage *stage, struct prim_header *prim) in vbuf_tri() argument
156 vbuf_line(struct draw_stage *stage, struct prim_header *prim) in vbuf_line() argument
170 vbuf_point(struct draw_stage *stage, struct prim_header *prim) in vbuf_point() argument
186 vbuf_start_prim(struct vbuf_stage *vbuf, uint prim) in vbuf_start_prim() argument
268 vbuf_first_tri(struct draw_stage *stage, struct prim_header *prim) in vbuf_first_tri() argument
280 vbuf_first_line(struct draw_stage *stage, struct prim_header *prim) vbuf_first_line() argument
292 vbuf_first_point(struct draw_stage *stage, struct prim_header *prim) vbuf_first_point() argument
[all...]
H A Ddraw_pt_vsplit.c43 enum pipe_prim_type prim; member
H A Ddraw_pt_fetch_shade_pipeline.c370 prim_type(unsigned prim, unsigned flags) in prim_type() argument
70 fetch_pipeline_prepare(struct draw_pt_middle_end *middle, enum pipe_prim_type prim, unsigned opt, unsigned *max_vertices) fetch_pipeline_prepare() argument
H A Ddraw_pt_fetch_shade_pipeline_llvm.c784 prim_type(enum pipe_prim_type prim, unsigned flags) in prim_type() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h589 d3dprimitivetype_to_pipe_prim(D3DPRIMITIVETYPE prim) in d3dprimitivetype_to_pipe_prim() argument
605 prim_count_to_vertex_count(D3DPRIMITIVETYPE prim, UINT count) in prim_count_to_vertex_count() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c76 translate_prim(const struct gl_context *ctx, unsigned prim) in translate_prim() argument
/third_party/libdrm/include/drm/
H A Dsavage_drm.h192 unsigned char prim; /* primitive type */ member
196 } prim; /* SAVAGE_CMD_DMA_PRIM, SAVAGE_CMD_VB_PRIM */ member
199 unsigned char prim; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c433 panvk_emit_tiler_primitive(const struct panvk_pipeline *pipeline, const struct panvk_draw_info *draw, void *prim) panvk_emit_tiler_primitive() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c536 nvc0_prim_gl(unsigned prim) in nvc0_prim_gl() argument
575 unsigned prim; in nvc0_draw_arrays() local
707 unsigned prim; in nvc0_draw_elements() local
[all...]

Completed in 21 milliseconds

1234