Searched refs:primtype (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.h44 enum pc_di_primtype primtype,
64 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
67 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
84 enum pc_di_primtype primtype,
104 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_DMA,
113 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
140 fd5_draw(batch, ring, primtype, vismode, src_sel,
43 fd5_draw(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,enum pc_di_src_sel src_sel,uint32_t count,uint32_t instances,enum a4xx_index_size idx_type,uint32_t idx_size,uint32_t idx_offset,struct pipe_resource * idx_buffer) argument
83 fd5_draw_emit(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,const struct pipe_draw_info * info,unsigned index_offset) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.h44 enum pc_di_primtype primtype, enum pc_di_vis_cull_mode vismode,
62 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
65 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
82 enum pc_di_primtype primtype, enum pc_di_vis_cull_mode vismode,
103 DRAW4(primtype, DI_SRC_SEL_DMA,
111 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
138 fd5_draw(batch, ring, primtype, vismode, src_sel, draw->count,
43 fd5_draw(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,enum pc_di_src_sel src_sel,uint32_t count,uint32_t instances,enum a4xx_index_size idx_type,uint32_t max_indices,uint32_t idx_offset,struct pipe_resource * idx_buffer) argument
81 fd5_draw_emit(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,const struct pipe_draw_info * info,const struct pipe_draw_indirect_info * indirect,const struct pipe_draw_start_count_bias * draw,unsigned index_offset) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.h44 enum pc_di_primtype primtype,
97 OUT_RING(ring, DRAW_A20X(primtype, DI_FACE_CULL_NONE, src_sel,
110 OUT_RINGP(ring, DRAW(primtype, src_sel, idx_type, 0, instances),
113 OUT_RING(ring, DRAW(primtype, src_sel, idx_type, vismode, instances));
145 enum pc_di_primtype primtype,
171 fd_draw(batch, ring, primtype, vismode, src_sel,
43 fd_draw(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,enum pc_di_src_sel src_sel,uint32_t count,uint8_t instances,enum pc_di_index_size idx_type,uint32_t idx_size,uint32_t idx_offset,struct pipe_resource * idx_buffer) argument
144 fd_draw_emit(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,const struct pipe_draw_info * info,unsigned index_offset) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dscript.h49 void script_draw(const char *primtype, uint32_t nindx);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.h50 enum pc_di_primtype primtype,
70 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
73 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
103 enum pc_di_primtype primtype,
122 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_DMA,
131 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
158 fd4_draw(batch, ring, primtype, vismode, src_sel,
49 fd4_draw(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,enum pc_di_src_sel src_sel,uint32_t count,uint32_t instances,enum a4xx_index_size idx_type,uint32_t idx_size,uint32_t idx_offset,struct pipe_resource * idx_buffer) argument
102 fd4_draw_emit(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,const struct pipe_draw_info * info,unsigned index_offset) argument
H A Dfd4_draw.c48 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; local in function:draw_impl
67 primtype = DI_PT_POINTLIST_PSIZE;
69 fd4_draw_emit(ctx->batch, ring, primtype,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.h50 enum pc_di_primtype primtype, enum pc_di_vis_cull_mode vismode,
68 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
71 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
88 enum pc_di_primtype primtype, enum pc_di_vis_cull_mode vismode,
108 DRAW4(primtype, DI_SRC_SEL_DMA,
117 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
144 fd4_draw(batch, ring, primtype, vismode, src_sel, draw->count,
49 fd4_draw(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,enum pc_di_src_sel src_sel,uint32_t count,uint32_t instances,enum a4xx_index_size idx_type,uint32_t max_indices,uint32_t idx_offset,struct pipe_resource * idx_buffer) argument
87 fd4_draw_emit(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,const struct pipe_draw_info * info,const struct pipe_draw_indirect_info * indirect,const struct pipe_draw_start_count_bias * draw,unsigned index_offset) argument
H A Dfd4_draw.c47 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode]; local in function:draw_impl
67 primtype = DI_PT_POINTLIST_PSIZE;
69 fd4_draw_emit(ctx->batch, ring, primtype,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.h44 enum pc_di_primtype primtype, enum pc_di_vis_cull_mode vismode,
94 OUT_RING(ring, DRAW_A20X(primtype, DI_FACE_CULL_NONE, src_sel, idx_type,
107 OUT_RINGP(ring, DRAW(primtype, src_sel, idx_type, 0, instances),
110 OUT_RING(ring, DRAW(primtype, src_sel, idx_type, vismode, instances));
144 enum pc_di_primtype primtype, enum pc_di_vis_cull_mode vismode,
169 fd_draw(batch, ring, primtype, vismode, src_sel, draw->count,
43 fd_draw(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,enum pc_di_src_sel src_sel,uint32_t count,uint8_t instances,enum pc_di_index_size idx_type,uint32_t idx_size,uint32_t idx_offset,struct pipe_resource * idx_buffer) argument
143 fd_draw_emit(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,const struct pipe_draw_info * info,const struct pipe_draw_start_count_bias * draw,unsigned index_offset) argument
/xsrc/external/mit/libepoxy/dist/test/
H A Dglx_beginend.c63 extern void glBegin(GLenum primtype);
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dtest.lua9 function draw(primtype, nindx)
10 io.write("DRAW: " .. primtype .. ", " .. nindx .. "\n")
H A Danalyze.lua23 -- * primtype - the primitive type
60 function draw(primtype, nindx)
65 if primtype == "DI_PT_RECTLIST" then
69 local draw = {["primtype"] = primtype, ["regs"] = regtbl}
116 io.write(" " .. didx .. ": " .. draw["primtype"] .. "\n")
H A Dparse-submits.lua303 function draw(primtype, nindx)
304 dbg("draw: %s (%s)\n", primtype, mode)
306 if primtype == "BLIT_OP_SCALE" then
309 elseif primtype == "EVENT:BLIT" then
332 if m == "RM6_RESOLVE" and primtype == "EVENT:BLIT" then
335 printf("unknown MODE %s for primtype %s\n", m, primtype)
H A Dsanity-a6xx.lua57 function draw(primtype, nindx)
H A Dtex3d-layout.lua37 function draw(primtype, nindx)
38 if primtype ~= "BLIT_OP_SCALE" then
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem_debug_gen2.c62 const char *primtype; local in function:decode_3d_primitive
65 case 0x0: primtype = "TRILIST"; break;
66 case 0x1: primtype = "TRISTRIP"; break;
67 case 0x2: primtype = "TRISTRIP_REVERSE"; break;
68 case 0x3: primtype = "TRIFAN"; break;
69 case 0x4: primtype = "POLYGON"; break;
70 case 0x5: primtype = "LINELIST"; break;
71 case 0x6: primtype = "LINESTRIP"; break;
72 case 0x7: primtype = "RECTLIST"; break;
73 case 0x8: primtype
[all...]
H A Dkgem_debug_gen3.c1474 const char *primtype; local in function:gen3_decode_3d_primitive
1478 case 0x0: primtype = "TRILIST"; break;
1479 case 0x1: primtype = "TRISTRIP"; break;
1480 case 0x2: primtype = "TRISTRIP_REVERSE"; break;
1481 case 0x3: primtype = "TRIFAN"; break;
1482 case 0x4: primtype = "POLYGON"; break;
1483 case 0x5: primtype = "LINELIST"; break;
1484 case 0x6: primtype = "LINESTRIP"; break;
1485 case 0x7: primtype = "RECTLIST"; break;
1486 case 0x8: primtype
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dkgem_debug_gen2.c62 const char *primtype; local in function:decode_3d_primitive
65 case 0x0: primtype = "TRILIST"; break;
66 case 0x1: primtype = "TRISTRIP"; break;
67 case 0x2: primtype = "TRISTRIP_REVERSE"; break;
68 case 0x3: primtype = "TRIFAN"; break;
69 case 0x4: primtype = "POLYGON"; break;
70 case 0x5: primtype = "LINELIST"; break;
71 case 0x6: primtype = "LINESTRIP"; break;
72 case 0x7: primtype = "RECTLIST"; break;
73 case 0x8: primtype
[all...]
H A Dkgem_debug_gen3.c1474 const char *primtype; local in function:gen3_decode_3d_primitive
1478 case 0x0: primtype = "TRILIST"; break;
1479 case 0x1: primtype = "TRISTRIP"; break;
1480 case 0x2: primtype = "TRISTRIP_REVERSE"; break;
1481 case 0x3: primtype = "TRIFAN"; break;
1482 case 0x4: primtype = "POLYGON"; break;
1483 case 0x5: primtype = "LINELIST"; break;
1484 case 0x6: primtype = "LINESTRIP"; break;
1485 case 0x7: primtype = "RECTLIST"; break;
1486 case 0x8: primtype
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c48 enum pc_di_primtype primtype,
59 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_DMA,
69 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
77 enum pc_di_primtype primtype,
91 uint32_t draw = CP_DRAW_INDX_OFFSET_0_PRIM_TYPE(primtype) |
107 uint32_t draw = CP_DRAW_INDX_OFFSET_0_PRIM_TYPE(primtype) |
208 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; local in function:fd6_draw_vbo
229 draw_emit_indirect(ctx->batch, ring, primtype,
232 draw_emit(ctx->batch, ring, primtype,
47 draw_emit_indirect(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,const struct pipe_draw_info * info,unsigned index_offset) argument
76 draw_emit(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,const struct pipe_draw_info * info,unsigned index_offset) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c59 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; local in function:draw_impl
83 primtype = DI_PT_POINTLIST_PSIZE;
85 fd_draw_emit(ctx->batch, ring, primtype,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c59 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode]; local in function:draw_impl
90 primtype = DI_PT_POINTLIST_PSIZE;
92 fd_draw_emit(ctx->batch, ring, primtype,
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_decode.c2287 const char *primtype; local in function:decode_3d_primitive
2293 primtype = "TRILIST";
2296 primtype = "TRISTRIP";
2299 primtype = "TRISTRIP_REVERSE";
2302 primtype = "TRIFAN";
2305 primtype = "POLYGON";
2308 primtype = "LINELIST";
2311 primtype = "LINESTRIP";
2314 primtype = "RECTLIST";
2317 primtype
2670 get_965_prim_type(uint32_t primtype) argument
[all...]
/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_common.h192 extern void UNWRAPPED_PROTO(glBegin_unwrapped)(GLenum primtype);
H A Ddispatch_common.c878 WRAPPER(epoxy_glBegin)(GLenum primtype)
888 epoxy_glBegin_unwrapped(primtype);

Completed in 25 milliseconds

12