Home
last modified time | relevance | path

Searched refs:__OUT_IB (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.h55 __OUT_IB(ring, false, target); in fd2_emit_ib()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.h113 __OUT_IB(ring, true, target); in fd4_emit_ib()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.h105 __OUT_IB(ring, true, target); in fd3_emit_ib()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h340 __OUT_IB(struct fd_ringbuffer *ring, bool prefetch, in __OUT_IB() function