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

/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c152 unsigned suballoc_offset = 0; local in function:ring_cmd_new
163 suballoc_offset = fd_ringbuffer_size(msm_pipe->suballoc_ring) +
166 suballoc_offset = ALIGN(suballoc_offset, 0x10);
168 if ((size + suballoc_offset) > suballoc_bo->size) {
178 msm_ring->offset = suballoc_offset;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dmsm_ringbuffer_sp.c169 unsigned suballoc_offset = 0; local in function:msm_submit_suballoc_ring_bo
177 suballoc_offset = fd_ringbuffer_size(msm_submit->suballoc_ring) +
180 suballoc_offset = align(suballoc_offset, 0x10);
182 if ((size + suballoc_offset) > suballoc_bo->size) {
194 msm_ring->offset = suballoc_offset;
H A Dmsm_ringbuffer.c200 unsigned suballoc_offset = 0; local in function:msm_submit_suballoc_ring_bo
208 suballoc_offset = fd_ringbuffer_size(msm_submit->suballoc_ring) +
211 suballoc_offset = align(suballoc_offset, 0x10);
213 if ((size + suballoc_offset) > suballoc_bo->size) {
225 msm_ring->offset = suballoc_offset;
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_ringbuffer.c183 unsigned suballoc_offset = 0; local in function:msm_submit_suballoc_ring_bo
191 suballoc_offset =
194 suballoc_offset = align(suballoc_offset, 0x10);
196 if ((size + suballoc_offset) > suballoc_bo->size) {
207 msm_ring->offset = suballoc_offset;
H A Dmsm_priv.h63 uint32_t suballoc_offset; member in struct:msm_pipe
H A Dmsm_ringbuffer_sp.c165 unsigned suballoc_offset = 0; local in function:msm_submit_suballoc_ring_bo
173 suballoc_offset =
176 suballoc_offset = align(suballoc_offset, 0x10);
178 if ((size + suballoc_offset) > suballoc_bo->size) {
189 msm_ring->offset = suballoc_offset;
839 msm_ring->offset = align(msm_pipe->suballoc_offset, 64);
853 msm_pipe->suballoc_offset = msm_ring->offset + size;

Completed in 13 milliseconds