Home
last modified time | relevance | path

Searched refs:host_memory_base (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c274 if (pool->host_memory_base) { in radv_descriptor_set_create()
299 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) { in radv_descriptor_set_create()
311 if (!pool->host_memory_base) { in radv_descriptor_set_create()
318 } else if (!pool->host_memory_base) { in radv_descriptor_set_create()
373 assert(!pool->host_memory_base); in radv_descriptor_set_destroy()
375 if (free_bo && set->size && !pool->host_memory_base) { in radv_descriptor_set_destroy()
449 pool->host_memory_base = (uint8_t*)pool + sizeof(struct radv_descriptor_pool); in radv_CreateDescriptorPool()
450 pool->host_memory_ptr = pool->host_memory_base; in radv_CreateDescriptorPool()
479 if (!pool->host_memory_base) { in radv_DestroyDescriptorPool()
498 if (!pool->host_memory_base) { in radv_ResetDescriptorPool()
[all …]
Dradv_private.h689 uint8_t *host_memory_base; member