Searched refs:BEGIN_RING (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/freedreno/drm/ |
D | freedreno_ringbuffer.h | 264 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() function 273 BEGIN_RING(ring, cnt+1); in OUT_PKT0() 280 BEGIN_RING(ring, 1); in OUT_PKT2() 287 BEGIN_RING(ring, cnt+1); in OUT_PKT3() 311 BEGIN_RING(ring, cnt+1); in OUT_PKT4() 321 BEGIN_RING(ring, cnt+1); in OUT_PKT7()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_pack.h | 85 BEGIN_RING(ring, count + 1); \ 118 BEGIN_RING(ring, count + 1); \ 156 BEGIN_RING(ring, count + 1); \
|
D | fd6_gmem.c | 513 BEGIN_RING(ring, 5 + 4 * count); /* ensure conditional doesn't get split */ in emit_conditional_ib()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.h | 91 BEGIN_RING(ring, size+1); in fd_draw()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_draw.c | 336 BEGIN_RING(ring, 8); /* preallocate next 2 packets (for patching) */ in clear_fast()
|