Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.h43 enum pc_di_primtype primtype, in fd5_draw() argument
63 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd5_draw()
66 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode)); in fd5_draw()
83 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/a4xx/
Dfd4_draw.h52 enum pc_di_primtype primtype, in fd4_draw() argument
72 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd4_draw()
75 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode)); in fd4_draw()
105 enum pc_di_primtype primtype, in fd4_draw_emit() argument
124 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_DMA, in fd4_draw_emit()
133 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0), in fd4_draw_emit()
160 fd4_draw(batch, ring, primtype, vismode, src_sel, in fd4_draw_emit()
Dfd4_draw.c50 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; in draw_impl() local
69 primtype = DI_PT_POINTLIST_PSIZE; in draw_impl()
71 fd4_draw_emit(ctx->batch, ring, primtype, in draw_impl()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.h46 enum pc_di_primtype primtype, in fd_draw() argument
83 OUT_RINGP(ring, DRAW(primtype, src_sel, idx_type, 0, instances), in fd_draw()
86 OUT_RING(ring, DRAW(primtype, src_sel, idx_type, vismode, instances)); in fd_draw()
116 enum pc_di_primtype primtype, in fd_draw_emit() argument
142 fd_draw(batch, ring, primtype, vismode, src_sel, in fd_draw_emit()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_draw.c61 enum pc_di_primtype primtype = ctx->primtypes[info->mode]; in draw_impl() local
85 primtype = DI_PT_POINTLIST_PSIZE; in draw_impl()
87 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 …]