Home
last modified time | relevance | path

Searched refs:host_bo (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c34 return pool->host_bo ?: pool->bo->map; in pool_base()
553 set->va = pool->host_bo ? 0 : pool->bo->iova + pool->current_offset; in tu_descriptor_set_create()
578 set->va = pool->host_bo ? 0 : pool->bo->iova + offset; in tu_descriptor_set_create()
717 pool->host_bo = vk_alloc2(&device->vk.alloc, pAllocator, bo_size, 8, in tu_CreateDescriptorPool()
719 if (!pool->host_bo) { in tu_CreateDescriptorPool()
763 if (pool->host_bo) in tu_DestroyDescriptorPool()
764 vk_free2(&device->vk.alloc, pAllocator, pool->host_bo); in tu_DestroyDescriptorPool()
Dtu_descriptor_set.h134 uint8_t *host_bo; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c765 if (pool->host_bo) in radv_destroy_descriptor_pool()
766 vk_free2(&device->vk.alloc, pAllocator, pool->host_bo); in radv_destroy_descriptor_pool()
899 pool->host_bo = in radv_CreateDescriptorPool()
901 if (!pool->host_bo) { in radv_CreateDescriptorPool()
905 pool->mapped_ptr = pool->host_bo; in radv_CreateDescriptorPool()
Dradv_private.h1004 uint8_t *host_bo; member