| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_draw.h | 44 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 D | fd5_draw.h | 44 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 D | freedreno_draw.h | 44 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 D | script.h | 49 void script_draw(const char *primtype, uint32_t nindx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_draw.h | 50 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 D | fd4_draw.c | 48 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 D | fd4_draw.h | 50 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 D | fd4_draw.c | 47 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 D | freedreno_draw.h | 44 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 D | glx_beginend.c | 63 extern void glBegin(GLenum primtype);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | test.lua | 9 function draw(primtype, nindx) 10 io.write("DRAW: " .. primtype .. ", " .. nindx .. "\n")
|
| H A D | analyze.lua | 23 -- * 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 D | parse-submits.lua | 303 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 D | sanity-a6xx.lua | 57 function draw(primtype, nindx)
|
| H A D | tex3d-layout.lua | 37 function draw(primtype, nindx) 38 if primtype ~= "BLIT_OP_SCALE" then
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem_debug_gen2.c | 62 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 D | kgem_debug_gen3.c | 1474 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 D | kgem_debug_gen2.c | 62 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 D | kgem_debug_gen3.c | 1474 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 D | fd6_draw.c | 48 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 D | fd3_draw.c | 59 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 D | fd3_draw.c | 59 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 D | intel_decode.c | 2287 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 D | dispatch_common.h | 192 extern void UNWRAPPED_PROTO(glBegin_unwrapped)(GLenum primtype);
|
| H A D | dispatch_common.c | 878 WRAPPER(epoxy_glBegin)(GLenum primtype) 888 epoxy_glBegin_unwrapped(primtype);
|