HomeSort by: relevance | last modified time | path
    Searched refs:bo_idx (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_device.c 235 unsigned bo_idx = 0; local
238 panvk_pool_get_bo_handles(&cmdbuf->desc_pool, &bos[bo_idx]);
239 bo_idx += panvk_pool_num_bos(&cmdbuf->desc_pool);
241 panvk_pool_get_bo_handles(&cmdbuf->varying_pool, &bos[bo_idx]);
242 bo_idx += panvk_pool_num_bos(&cmdbuf->varying_pool);
244 panvk_pool_get_bo_handles(&cmdbuf->tls_pool, &bos[bo_idx]);
245 bo_idx += panvk_pool_num_bos(&cmdbuf->tls_pool);
249 bos[bo_idx++] = batch->fb.info->attachments[i].iview->pview.image->data.bo->gem_handle;
254 bos[bo_idx++] = batch->blit.src->gem_handle;
257 bos[bo_idx++] = batch->blit.dst->gem_handle
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
etnaviv_cmd_stream.c 277 uint32_t bo_idx = bo2idx(stream, r->bo, r->flags); local
284 reloc->reloc_idx = bo_idx;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_drm.c 276 vk_realloc(&dev->vk.alloc, dev->bo_idx, new_len * sizeof(*dev->bo_idx),
281 dev->bo_idx = new_ptr;
285 dev->bo_idx[bo->gem_handle] = idx;
386 uint32_t idx = dev->bo_idx[bo->gem_handle];
389 dev->bo_idx[dev->bo_list[idx].handle] = idx;
1096 dev->bo_idx[perf_cs_entry->bo->gem_handle];
1107 dev->bo_idx[cs->entries[i].bo->gem_handle];
1120 queue->device->bo_idx[ts_cs->entries[0].bo->gem_handle];
tu_private.h 407 uint32_t *bo_idx; member in struct:tu_device
tu_device.c 1655 vk_free(&device->vk.alloc, device->bo_idx);
1710 vk_free(&device->vk.alloc, device->bo_idx);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_queue.c 617 uint32_t bo_idx = 0; local
620 bo_handles[bo_idx++] = bo->handle;
622 assert(bo_idx == submit.bo_handle_count);
705 uint32_t bo_idx = 0; local
708 bo_handles[bo_idx++] = bo->handle;
710 assert(bo_idx == submit->bo_handle_count);

Completed in 13 milliseconds