Searched refs:alloc_ring (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c39 alloc_ring(struct fd_batch *batch, unsigned sz, enum fd_ringbuffer_flags flags) function in typeref:struct:fd_ringbuffer *
67 batch->gmem = alloc_ring(batch, 0x1000, FD_RINGBUFFER_PRIMARY);
68 batch->draw = alloc_ring(batch, 0x100000, 0);
70 batch->gmem = alloc_ring(batch, 0x100000, FD_RINGBUFFER_PRIMARY);
71 batch->draw = alloc_ring(batch, 0x100000, 0);
75 batch->binning = alloc_ring(batch, 0x100000, 0);
334 batch->prologue = alloc_ring(batch, 0x1000, 0);

Completed in 2 milliseconds