| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | msm_ringbuffer.c | 72 struct fd_bo *ring_bo; member in struct:msm_cmd 78 cmd_new(struct fd_bo *ring_bo) argument 81 cmd->ring_bo = fd_bo_ref(ring_bo); 91 fd_bo_del(cmd->ring_bo); 117 struct fd_bo *ring_bo; member in struct:msm_ringbuffer 190 suballoc_bo = suballoc_ring->ring_bo; 203 msm_ring->ring_bo = fd_bo_new_ring(submit->pipe->dev, 0x8000); 206 msm_ring->ring_bo = fd_bo_ref(suballoc_bo); 241 msm_ring->ring_bo [all...] |
| H A D | msm_ringbuffer_sp.c | 93 struct fd_bo *ring_bo; member in struct:msm_cmd_sp 118 struct fd_bo *ring_bo; member in struct:msm_ringbuffer_sp 172 suballoc_bo = suballoc_ring->ring_bo; 185 msm_ring->ring_bo = fd_bo_new_ring(submit->pipe->dev, SUBALLOC_SIZE); 188 msm_ring->ring_bo = fd_bo_ref(suballoc_bo); 223 msm_ring->ring_bo = fd_bo_new_ring(submit->pipe->dev, size); 254 msm_submit_append_bo(msm_submit, primary->u.cmds[i].ring_bo); 305 msm_submit_append_bo(msm_submit, deferred_primary->u.cmds[i].ring_bo); 654 .ring_bo = fd_bo_ref(msm_ring->ring_bo), [all...] |
| H A D | msm_ringbuffer_sp.h | 86 bo = msm_target->u.cmds[cmd_idx].ring_bo; 89 bo = msm_target->ring_bo;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | msm_ringbuffer_sp.c | 77 struct fd_bo *ring_bo; member in struct:msm_cmd_sp 112 struct fd_bo *ring_bo; member in struct:msm_ringbuffer_sp 176 suballoc_bo = suballoc_ring->ring_bo; 189 msm_ring->ring_bo = fd_bo_new_ring(submit->pipe->dev, 193 msm_ring->ring_bo = fd_bo_ref(suballoc_bo); 228 msm_ring->ring_bo = fd_bo_new_ring(submit->pipe->dev, size, 264 primary->u.cmds[i].ring_bo, FD_RELOC_READ | FD_RELOC_DUMP); 364 msm_ring->u.cmds[idx].ring_bo = fd_bo_ref(msm_ring->ring_bo); 378 fd_bo_del(msm_ring->ring_bo); [all...] |
| H A D | msm_ringbuffer.c | 80 struct fd_bo *ring_bo; member in struct:msm_cmd 86 cmd_new(struct fd_bo *ring_bo) argument 89 cmd->ring_bo = fd_bo_ref(ring_bo); 99 fd_bo_del(cmd->ring_bo); 134 struct fd_bo *ring_bo; member in struct:msm_ringbuffer 207 suballoc_bo = suballoc_ring->ring_bo; 220 msm_ring->ring_bo = fd_bo_new_ring( 224 msm_ring->ring_bo = fd_bo_ref(suballoc_bo); 259 msm_ring->ring_bo [all...] |
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_ringbuffer.c | 43 struct fd_bo *ring_bo; member in struct:msm_cmd 129 fd_bo_del(cmd->ring_bo); 161 suballoc_bo = current_cmd(msm_pipe->suballoc_ring)->ring_bo; 174 cmd->ring_bo = fd_bo_new_ring(ring->pipe->dev, 0x8000, 0); 177 cmd->ring_bo = fd_bo_ref(suballoc_bo); 186 cmd->ring_bo = fd_bo_new_ring(ring->pipe->dev, size, 0); 188 if (!cmd->ring_bo) 286 target_cmd->ring_bo->handle); 297 cmd->submit_idx = bo2idx(ring, target_cmd->ring_bo, FD_RELOC_READ); 317 uint8_t *base = fd_bo_map(cmd->ring_bo); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator.c | 159 struct gen_batch_decode_bo ring_bo = aub_mem_get_ggtt_bo(&mem, local in function:handle_execlist_write 161 assert(ring_bo.size > 0); 162 void *commands = (uint8_t *)ring_bo.map + (ring_buffer_start - ring_bo.addr) + ring_buffer_head; 169 ring_bo.addr + ring_buffer_head, true);
|
| H A D | aubinator_viewer.cpp | 730 struct gen_batch_decode_bo ring_bo = local in function:display_batch_execlist_write 732 assert(ring_bo.size > 0); 733 void *commands = (uint8_t *)ring_bo.map + (ring_buffer_start - ring_bo.addr) + ring_buffer_head;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator.c | 158 struct intel_batch_decode_bo ring_bo = aub_mem_get_ggtt_bo(&mem, local in function:handle_execlist_write 160 assert(ring_bo.size > 0); 161 void *commands = (uint8_t *)ring_bo.map + (ring_buffer_start - ring_bo.addr) + ring_buffer_head; 168 ring_bo.addr + ring_buffer_head, true);
|
| H A D | aubinator_viewer.cpp | 728 struct intel_batch_decode_bo ring_bo = local in function:display_batch_execlist_write 730 assert(ring_bo.size > 0); 731 void *commands = (uint8_t *)ring_bo.map + (ring_buffer_start - ring_bo.addr) + ring_buffer_head;
|