Searched refs:ndwords (Results 1 – 4 of 4) sorted by relevance
174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument317 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument319 if (unlikely(ring->cur + ndwords > ring->end)) in BEGIN_RING()320 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
120 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local123 + number_size_bits(ndwords) /* size of corresponding prim strm */ in draw_stream_size_bits()
113 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
124 drm_public void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument