Home
last modified time | relevance | path

Searched refs:host_memory_end (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()
451 pool->host_memory_end = (uint8_t*)pool + size; in radv_CreateDescriptorPool()
Dradv_private.h691 uint8_t *host_memory_end; member