/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_draw.h | 50 enum pc_di_primtype primtype, in fd4_draw() argument 70 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd4_draw() 73 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode)); in fd4_draw() 90 enum pc_di_primtype primtype, in fd4_draw_emit() argument 109 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_DMA, in fd4_draw_emit() 118 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0), in fd4_draw_emit() 145 fd4_draw(batch, ring, primtype, vismode, src_sel, in fd4_draw_emit()
|
D | fd4_draw.c | 48 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; in draw_impl() local 67 primtype = DI_PT_POINTLIST_PSIZE; in draw_impl() 69 fd4_draw_emit(ctx->batch, ring, primtype, in draw_impl()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_draw.h | 44 enum pc_di_primtype primtype, in fd5_draw() argument 64 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd5_draw() 67 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode)); in fd5_draw() 84 enum pc_di_primtype primtype, in fd5_draw_emit() argument 104 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_DMA, in fd5_draw_emit() 113 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0), in fd5_draw_emit() 140 fd5_draw(batch, ring, primtype, vismode, src_sel, in fd5_draw_emit()
|
D | fd5_draw.c | 48 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; in draw_impl() local 64 fd5_draw_emit(ctx->batch, ring, primtype, in draw_impl()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.h | 44 enum pc_di_primtype primtype, in fd_draw() argument 97 OUT_RING(ring, DRAW_A20X(primtype, DI_FACE_CULL_NONE, src_sel, in fd_draw() 110 OUT_RINGP(ring, DRAW(primtype, src_sel, idx_type, 0, instances), in fd_draw() 113 OUT_RING(ring, DRAW(primtype, src_sel, idx_type, vismode, instances)); in fd_draw() 145 enum pc_di_primtype primtype, in fd_draw_emit() argument 171 fd_draw(batch, ring, primtype, vismode, src_sel, in fd_draw_emit()
|
/external/mesa3d/src/freedreno/decode/scripts/ |
D | parse-submits.lua | 307 function draw(primtype, nindx) 308 dbg("draw: %s (%s)\n", primtype, mode) 310 if primtype == "BLIT_OP_SCALE" then 313 elseif primtype == "EVENT:BLIT" then 336 if m == "RM6_RESOLVE" and primtype == "EVENT:BLIT" then 339 printf("unknown MODE %s for primtype %s\n", m, primtype)
|
D | test.lua | 9 function draw(primtype, nindx) 10 io.write("DRAW: " .. primtype .. ", " .. nindx .. "\n")
|
D | analyze.lua | 60 function draw(primtype, nindx) 65 if primtype == "DI_PT_RECTLIST" then 69 local draw = {["primtype"] = primtype, ["regs"] = regtbl}
|
D | tex3d-layout.lua | 37 function draw(primtype, nindx) 38 if primtype ~= "BLIT_OP_SCALE" then
|
D | texturator-to-unit-test.lua | 53 function draw(primtype, nindx) 57 if primtype == "BLIT_OP_SCALE" then
|
D | sanity-a6xx.lua | 57 function draw(primtype, nindx)
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_draw.c | 59 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; in draw_impl() local 83 primtype = DI_PT_POINTLIST_PSIZE; in draw_impl() 85 fd_draw_emit(ctx->batch, ring, primtype, in draw_impl()
|
/external/libdrm/intel/ |
D | intel_decode.c | 2287 const char *primtype; in decode_3d_primitive() local 2293 primtype = "TRILIST"; in decode_3d_primitive() 2296 primtype = "TRISTRIP"; in decode_3d_primitive() 2299 primtype = "TRISTRIP_REVERSE"; in decode_3d_primitive() 2302 primtype = "TRIFAN"; in decode_3d_primitive() 2305 primtype = "POLYGON"; in decode_3d_primitive() 2308 primtype = "LINELIST"; in decode_3d_primitive() 2311 primtype = "LINESTRIP"; in decode_3d_primitive() 2314 primtype = "RECTLIST"; in decode_3d_primitive() 2317 primtype = "POINTLIST"; in decode_3d_primitive() [all …]
|
/external/mesa3d/src/freedreno/decode/ |
D | script.h | 50 void script_draw(const char *primtype, uint32_t nindx);
|
D | cffdec.c | 1008 __do_query(const char *primtype, uint32_t num_indices) in __do_query() argument 1026 printf("%4d: %s(%u,%u-%u,%u):%u:", draw_count, primtype, in __do_query() 1051 do_query_compare(const char *primtype, uint32_t num_indices) in do_query_compare() argument 1075 __do_query(primtype, num_indices); in do_query_compare() 1082 __do_query(primtype, num_indices); in do_query_compare() 1097 do_query(const char *primtype, uint32_t num_indices) in do_query() argument 1100 script_draw(primtype, num_indices); in do_query() 1103 do_query_compare(primtype, num_indices); in do_query() 1110 __do_query(primtype, num_indices); in do_query() 1854 const char *primtype; in draw_indx_common() local [all …]
|
D | script.c | 630 void script_draw(const char *primtype, uint32_t nindx) in script_draw() argument 643 lua_pushstring(L, primtype); in script_draw()
|
/external/libepoxy/test/ |
D | glx_beginend.c | 63 extern void glBegin(GLenum primtype);
|
/external/libepoxy/src/ |
D | dispatch_common.c | 870 WRAPPER(epoxy_glBegin)(GLenum primtype) in WRAPPER() 880 epoxy_glBegin_unwrapped(primtype); in WRAPPER()
|
D | dispatch_common.h | 182 extern void UNWRAPPED_PROTO(glBegin_unwrapped)(GLenum primtype);
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_private.h | 876 enum pc_di_primtype primtype; member 1114 enum pc_di_primtype primtype; member
|
D | tu_cmd_buffer.c | 2312 cmd->state.primtype = tu6_primtype(primitiveTopology); in tu_CmdSetPrimitiveTopologyEXT() 3100 uint32_t verts_per_patch = pipeline->ia.primtype - DI_PT_PATCHES0; in get_tess_param_bo_size() 3116 uint32_t verts_per_patch = pipeline->ia.primtype - DI_PT_PATCHES0; in get_tess_factor_bo_size() 3411 enum pc_di_primtype primtype = pipeline->ia.primtype; in tu_draw_initiator() local 3414 primtype = cmd->state.primtype; in tu_draw_initiator() 3417 CP_DRAW_INDX_OFFSET_0_PRIM_TYPE(primtype) | in tu_draw_initiator()
|
D | tu_pipeline.c | 2317 pipeline->ia.primtype = tu6_primtype(ia_info->topology); in tu_pipeline_builder_parse_input_assembly() 2347 assert(pipeline->ia.primtype == DI_PT_PATCHES0); in tu_pipeline_builder_parse_tessellation() 2349 pipeline->ia.primtype += tess_info->patchControlPoints; in tu_pipeline_builder_parse_tessellation()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 1014 - turnip: Parse tess state and support PATCH primtype
|