Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_vsc.c116 unsigned ndwords = prim_strm_bits / dword; in draw_stream_size_bits() local
/external/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h145 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow()
264 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING()
/external/libdrm/freedreno/
Dfreedreno_ringbuffer.c124 drm_public void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow()