Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c441 pool->host_memory_end = (uint8_t*)pool + size; in v3dv_CreateDescriptorPool()
531 uint32_t host_size = pool->host_memory_end - pool->host_memory_base; in v3dv_ResetDescriptorPool()
717 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in descriptor_set_create()
Dv3dv_private.h1511 uint8_t *host_memory_end; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c450 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in tu_descriptor_set_create()
643 pool->host_memory_end = (uint8_t*)pool + size; in tu_CreateDescriptorPool()
Dtu_private.h655 uint8_t *host_memory_end; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c570 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in radv_descriptor_set_create()
814 pool->host_memory_end = (uint8_t *)pool + size; in radv_CreateDescriptorPool()
Dradv_private.h918 uint8_t *host_memory_end; member