Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h145 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
264 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
266 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
267 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_vsc.c116 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
119 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/external/libdrm/freedreno/
Dfreedreno_ringbuffer.h113 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
Dfreedreno_ringbuffer.c124 drm_public void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument