Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c275 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in radv_descriptor_set_create()
278 set = (struct radv_descriptor_set*)pool->host_memory_ptr; in radv_descriptor_set_create()
279 pool->host_memory_ptr += mem_size; in radv_descriptor_set_create()
450 pool->host_memory_ptr = pool->host_memory_base; in radv_CreateDescriptorPool()
506 pool->host_memory_ptr = pool->host_memory_base; in radv_ResetDescriptorPool()
Dradv_private.h690 uint8_t *host_memory_ptr; member