Home
last modified time | relevance | path

Searched defs:ndwords (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/freedreno/
Dfreedreno_ringbuffer.c90 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h255 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING()