Home
last modified time | relevance | path

Searched refs:primtype (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_draw.h50 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()
Dfd4_draw.c48 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/
Dfd5_draw.h44 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()
Dfd5_draw.c48 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/
Dfreedreno_draw.h44 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/
Dparse-submits.lua307 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)
Dtest.lua9 function draw(primtype, nindx)
10 io.write("DRAW: " .. primtype .. ", " .. nindx .. "\n")
Danalyze.lua60 function draw(primtype, nindx)
65 if primtype == "DI_PT_RECTLIST" then
69 local draw = {["primtype"] = primtype, ["regs"] = regtbl}
Dtex3d-layout.lua37 function draw(primtype, nindx)
38 if primtype ~= "BLIT_OP_SCALE" then
Dtexturator-to-unit-test.lua53 function draw(primtype, nindx)
57 if primtype == "BLIT_OP_SCALE" then
Dsanity-a6xx.lua57 function draw(primtype, nindx)
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_draw.c59 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/
Dintel_decode.c2287 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/
Dscript.h50 void script_draw(const char *primtype, uint32_t nindx);
Dcffdec.c1008 __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 …]
Dscript.c630 void script_draw(const char *primtype, uint32_t nindx) in script_draw() argument
643 lua_pushstring(L, primtype); in script_draw()
/external/libepoxy/test/
Dglx_beginend.c63 extern void glBegin(GLenum primtype);
/external/libepoxy/src/
Ddispatch_common.c870 WRAPPER(epoxy_glBegin)(GLenum primtype) in WRAPPER()
880 epoxy_glBegin_unwrapped(primtype); in WRAPPER()
Ddispatch_common.h182 extern void UNWRAPPED_PROTO(glBegin_unwrapped)(GLenum primtype);
/external/mesa3d/src/freedreno/vulkan/
Dtu_private.h876 enum pc_di_primtype primtype; member
1114 enum pc_di_primtype primtype; member
Dtu_cmd_buffer.c2312 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()
Dtu_pipeline.c2317 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/
D20.2.0.rst1014 - turnip: Parse tess state and support PATCH primtype