Searched refs:host_bo (Results 1 – 4 of 4) sorted by relevance
34 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()
134 uint8_t *host_bo; member
765 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()
1004 uint8_t *host_bo; member