Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.h133 uint8_t *host_memory_end; member
H A Dtu_descriptor_set.c510 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in tu_descriptor_set_create()
704 pool->host_memory_end = (uint8_t*)pool + size; in tu_CreateDescriptorPool()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c488 pool->host_memory_end = (uint8_t*)pool + size; in v3dv_CreateDescriptorPool()
591 uint32_t host_size = pool->host_memory_end - pool->host_memory_base; in v3dv_ResetDescriptorPool()
815 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in descriptor_set_create()
H A Dv3dv_private.h1692 uint8_t *host_memory_end; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c634 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in radv_descriptor_set_create()
875 pool->host_memory_end = (uint8_t *)pool + size; in radv_CreateDescriptorPool()
H A Dradv_private.h1011 uint8_t *host_memory_end;

Completed in 16 milliseconds