Searched refs:alloc_ring (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch.c | 39 alloc_ring(struct fd_batch *batch, unsigned sz, enum fd_ringbuffer_flags flags) in alloc_ring() function 67 batch->gmem = alloc_ring(batch, 0x1000, FD_RINGBUFFER_PRIMARY); in batch_init() 68 batch->draw = alloc_ring(batch, 0x100000, 0); in batch_init() 70 batch->gmem = alloc_ring(batch, 0x100000, FD_RINGBUFFER_PRIMARY); in batch_init() 71 batch->draw = alloc_ring(batch, 0x100000, 0); in batch_init() 75 batch->binning = alloc_ring(batch, 0x100000, 0); in batch_init() 343 batch->prologue = alloc_ring(batch, 0x1000, 0); in fd_batch_get_prologue()
|