Home
last modified time | relevance | path

Searched refs:BEGIN_RING (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h264 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/
Dfd6_pack.h85 BEGIN_RING(ring, count + 1); \
118 BEGIN_RING(ring, count + 1); \
156 BEGIN_RING(ring, count + 1); \
Dfd6_gmem.c513 BEGIN_RING(ring, 5 + 4 * count); /* ensure conditional doesn't get split */ in emit_conditional_ib()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.h91 BEGIN_RING(ring, size+1); in fd_draw()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c336 BEGIN_RING(ring, 8); /* preallocate next 2 packets (for patching) */ in clear_fast()