Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h317 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() function
326 BEGIN_RING(ring, cnt + 1); in OUT_PKT0()
333 BEGIN_RING(ring, 1); in OUT_PKT2()
340 BEGIN_RING(ring, cnt + 1); in OUT_PKT3()
351 BEGIN_RING(ring, cnt + 1); in OUT_PKT4()
358 BEGIN_RING(ring, cnt + 1); in OUT_PKT7()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_pack.h80 BEGIN_RING(ring, count + 1); \
110 BEGIN_RING(ring, count + 1); \
145 BEGIN_RING(ring, count + 1); \
Dfd6_gmem.c640 BEGIN_RING(ring, 5 + 4 * count); /* ensure conditional doesn't get split */ in emit_conditional_ib()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.h88 BEGIN_RING(ring, size + 1); in fd_draw()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c351 BEGIN_RING(ring, 8); /* preallocate next 2 packets (for patching) */ in clear_fast()