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

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c440 pool->host_memory_ptr = pool->host_memory_base;
536 pool->host_memory_ptr = pool->host_memory_base;
717 if (pool->host_memory_end - pool->host_memory_ptr < mem_size)
720 set = (struct v3dv_descriptor_set*)pool->host_memory_ptr;
721 pool->host_memory_ptr += mem_size;
H A Dv3dv_private.h1510 uint8_t *host_memory_ptr; 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)
453 set = (struct tu_descriptor_set*)pool->host_memory_ptr;
454 pool->host_memory_ptr += mem_size;
642 pool->host_memory_ptr = pool->host_memory_base;
720 pool->host_memory_ptr = pool->host_memory_base;
H A Dtu_private.h654 uint8_t *host_memory_ptr; 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)
573 set = (struct radv_descriptor_set *)pool->host_memory_ptr;
574 pool->host_memory_ptr += mem_size;
813 pool->host_memory_ptr = pool->host_memory_base;
877 pool->host_memory_ptr = pool->host_memory_base;
H A Dradv_private.h918 uint8_t *host_memory_ptr; 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)
498 set = (struct radv_descriptor_set*)pool->host_memory_ptr;
499 pool->host_memory_ptr += mem_size;
698 pool->host_memory_ptr = pool->host_memory_base;
756 pool->host_memory_ptr = pool->host_memory_base;
H A Dradv_private.h789 uint8_t *host_memory_ptr; member in struct:radv_descriptor_pool
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h606 uint8_t *host_memory_ptr; member in struct:tu_descriptor_pool

Completed in 28 milliseconds