Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_virtgpu.c520 uint32_t *gem_handles = malloc(sizeof(*gem_handles) * bo_count); in sim_submit_alloc_gem_handles() local
521 if (!gem_handles) in sim_submit_alloc_gem_handles()
526 gem_handles[i] = bo->gem_handle; in sim_submit_alloc_gem_handles()
529 return gem_handles; in sim_submit_alloc_gem_handles()
535 /* TODO replace submit->bos by submit->gem_handles to avoid malloc/loop */ in sim_submit()
536 uint32_t *gem_handles = NULL; in sim_submit() local
538 gem_handles = in sim_submit()
540 if (!gem_handles) in sim_submit()
552 .bo_handles = (uintptr_t)gem_handles, in sim_submit()
[all...]

Completed in 2 milliseconds