Home
last modified time | relevance | path

Searched refs:host_memory_end (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c457 pool->host_memory_end = (uint8_t*)pool + size; in v3dv_CreateDescriptorPool()
755 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in descriptor_set_create()
Dv3dv_private.h1411 uint8_t *host_memory_end; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c411 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in tu_descriptor_set_create()
581 pool->host_memory_end = (uint8_t*)pool + size; in tu_CreateDescriptorPool()
Dtu_private.h592 uint8_t *host_memory_end; member
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c514 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in radv_descriptor_set_create()
742 pool->host_memory_end = (uint8_t*)pool + size; in radv_CreateDescriptorPool()
Dradv_private.h936 uint8_t *host_memory_end; member