Searched refs:bo_idx (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_device.c | 235 unsigned bo_idx = 0; local in function:panvk_per_arch 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_cmd_stream.c | 277 uint32_t bo_idx = bo2idx(stream, r->bo, r->flags); local in function:etna_cmd_stream_reloc 284 reloc->reloc_idx = bo_idx;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | 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];
|
| H A D | tu_private.h | 407 uint32_t *bo_idx; member in struct:tu_device
|
| H A D | 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/ |
| H A D | v3dv_queue.c | 617 uint32_t bo_idx = 0; local in function:handle_cl_job 620 bo_handles[bo_idx++] = bo->handle; 622 assert(bo_idx == submit.bo_handle_count); 705 uint32_t bo_idx = 0; local in function:handle_csd_job 708 bo_handles[bo_idx++] = bo->handle; 710 assert(bo_idx == submit->bo_handle_count);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.0.rst | 2800 - tu: Free device->bo_idx and device->bo_list on init failure
|
Completed in 38 milliseconds