HomeSort by relevance Sort by last modified time
    Searched refs:DRAW4 (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_draw.h 40 static inline uint32_t DRAW4(enum pc_di_primtype prim_type,
72 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
75 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
fd4_query.c 71 OUT_RING(ring, DRAW4(DI_PT_POINTLIST_PSIZE, DI_SRC_SEL_AUTO_INDEX,
fd4_gmem.c 516 *patch->cs = patch->val | DRAW4(0, 0, 0, vismode);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_draw.h 61 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0),
64 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode));
fd5_gmem.c 216 *patch->cs = patch->val | DRAW4(0, 0, 0, vismode);

Completed in 484 milliseconds