Home
last modified time | relevance | path

Searched refs:ndwords (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h251 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
253 if (ring->cur + ndwords >= ring->end) in BEGIN_RING()
254 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/external/libdrm/freedreno/
Dfreedreno_ringbuffer.h64 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
Dfreedreno_ringbuffer.c94 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument