Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument
317 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument
319 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()
320 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_vsc.c120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
/third_party/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