HomeSort by: relevance | last modified time | path
    Searched refs:host_memory_end (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_descriptor_set.c 441 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)
v3dv_private.h 1511 uint8_t *host_memory_end; member in struct:v3dv_descriptor_pool
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_descriptor_set.c 450 if (pool->host_memory_end - pool->host_memory_ptr < mem_size)
643 pool->host_memory_end = (uint8_t*)pool + size;
tu_private.h 655 uint8_t *host_memory_end; member in struct:tu_descriptor_pool
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_descriptor_set.c 570 if (pool->host_memory_end - pool->host_memory_ptr < mem_size)
814 pool->host_memory_end = (uint8_t *)pool + size;
radv_private.h 919 uint8_t *host_memory_end; member in struct:radv_descriptor_pool
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_descriptor_set.c 495 if (pool->host_memory_end - pool->host_memory_ptr < mem_size)
699 pool->host_memory_end = (uint8_t*)pool + size;
radv_private.h 790 uint8_t *host_memory_end; member in struct:radv_descriptor_pool
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_private.h 607 uint8_t *host_memory_end; member in struct:tu_descriptor_pool

Completed in 32 milliseconds