Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_device.c233 unsigned bo_idx = 0; in queue_submit() local
236 panvk_pool_get_bo_handles(&cmdbuf->desc_pool, &bos[bo_idx]); in queue_submit()
237 bo_idx += panvk_pool_num_bos(&cmdbuf->desc_pool); in queue_submit()
239 panvk_pool_get_bo_handles(&cmdbuf->varying_pool, &bos[bo_idx]); in queue_submit()
240 bo_idx += panvk_pool_num_bos(&cmdbuf->varying_pool); in queue_submit()
242 panvk_pool_get_bo_handles(&cmdbuf->tls_pool, &bos[bo_idx]); in queue_submit()
243 bo_idx += panvk_pool_num_bos(&cmdbuf->tls_pool); in queue_submit()
247 bos[bo_idx++] = batch->fb.info->attachments[i].iview->pview.image->data.bo->gem_handle; in queue_submit()
252 bos[bo_idx++] = batch->blit.src->gem_handle; in queue_submit()
255 bos[bo_idx in queue_submit()
[all...]
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c263 uint32_t bo_idx = bo2idx(stream, r->bo, r->flags); in etna_cmd_stream_reloc() local
270 reloc->reloc_idx = bo_idx; in etna_cmd_stream_reloc()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c785 uint32_t bo_idx = 0; in handle_cl_job() local
788 bo_handles[bo_idx++] = bo->handle; in handle_cl_job()
790 assert(bo_idx == submit.bo_handle_count); in handle_cl_job()
940 uint32_t bo_idx = 0; in handle_csd_job() local
943 bo_handles[bo_idx++] = bo->handle; in handle_csd_job()
945 assert(bo_idx == submit->bo_handle_count); in handle_csd_job()

Completed in 4 milliseconds