Searched refs:DRAW4 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.h64 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
67 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
104 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_DMA,
113 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
H A Dfd5_gmem.c256 *patch->cs = patch->val | DRAW4(0, 0, 0, vismode);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.h62 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
65 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
103 DRAW4(primtype, DI_SRC_SEL_DMA,
111 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
H A Dfd5_gmem.c258 *patch->cs = patch->val | DRAW4(0, 0, 0, vismode);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.h38 static inline uint32_t DRAW4(enum pc_di_primtype prim_type, function in typeref:typename:uint32_t
70 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
73 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
122 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_DMA,
131 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
H A Dfd4_query.c69 OUT_RING(ring, DRAW4(DI_PT_POINTLIST_PSIZE, DI_SRC_SEL_AUTO_INDEX,
H A Dfd4_gmem.c518 *patch->cs = patch->val | DRAW4(0, 0, 0, vismode);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.h39 DRAW4(enum pc_di_primtype prim_type, enum pc_di_src_sel source_select, function in typeref:typename:uint32_t
68 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
71 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
108 DRAW4(primtype, DI_SRC_SEL_DMA,
117 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
H A Dfd4_query.c67 OUT_RING(ring, DRAW4(DI_PT_POINTLIST_PSIZE, DI_SRC_SEL_AUTO_INDEX,
H A Dfd4_gmem.c525 *patch->cs = patch->val | DRAW4(0, 0, 0, vismode);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c59 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_DMA,
69 OUT_RINGP(ring, DRAW4(primtype, DI_SRC_SEL_AUTO_INDEX, 0, 0),
H A Dfd6_gmem.c292 *patch->cs = patch->val | DRAW4(0, 0, 0, vismode);

Completed in 15 milliseconds