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

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c441 pool->host_memory_end = (uint8_t*)pool + size;
531 uint32_t host_size = pool->host_memory_end - pool->host_memory_base;
717 if (pool->host_memory_end - pool->host_memory_ptr < mem_size)
H A Dv3dv_private.h1511 uint8_t *host_memory_end; member in struct:v3dv_descriptor_pool
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c450 if (pool->host_memory_end - pool->host_memory_ptr < mem_size)
643 pool->host_memory_end = (uint8_t*)pool + size;
H A Dtu_private.h655 uint8_t *host_memory_end; member in struct:tu_descriptor_pool
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c570 if (pool->host_memory_end - pool->host_memory_ptr < mem_size)
814 pool->host_memory_end = (uint8_t *)pool + size;
H A Dradv_private.h919 uint8_t *host_memory_end; member in struct:radv_descriptor_pool
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c495 if (pool->host_memory_end - pool->host_memory_ptr < mem_size)
699 pool->host_memory_end = (uint8_t*)pool + size;
H A Dradv_private.h790 uint8_t *host_memory_end; member in struct:radv_descriptor_pool
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h607 uint8_t *host_memory_end; member in struct:tu_descriptor_pool

Completed in 67 milliseconds