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

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_device.c 1505 props->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE;
2133 if (unlikely(alloc_size > MAX_MEMORY_ALLOCATION_SIZE)) {
v3dv_private.h 116 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 30)
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_device.c 2008 p->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE;
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE)
anv_private.h 232 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 31)
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_device.c 1495 props->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE;
2730 if (pAllocateInfo->allocationSize > MAX_MEMORY_ALLOCATION_SIZE)
anv_private.h 195 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 31)

Completed in 50 milliseconds