Searched defs:OUT_RING (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h185 OUT_RING(struct fd_ringbuffer *ring, uint32_t data) function
188 DBG("ring[%p]: OUT_RING %04x: %08x", ring,
194 /* like OUT_RING() but appends a cmdstream patch point to 'buf' */
270 OUT_RING(ring, CP_TYPE0_PKT | ((cnt-1) << 16) | (regindx & 0x7FFF));
278 OUT_RING(ring, CP_TYPE2_PKT);
286 OUT_RING(ring, CP_TYPE3_PKT | ((cnt-1) << 16) | ((opcode & 0xFF) << 8));
310 OUT_RING(ring, CP_TYPE4_PKT | cnt |
320 OUT_RING(ring, CP_TYPE7_PKT | cnt |
330 OUT_RING(ring, 0x00000000);
359 OUT_RING(rin
[all...]

Completed in 143 milliseconds