Searched refs:MAX_MEMORY_ALLOCATION_SIZE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c1505 props->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE;
2133 if (unlikely(alloc_size > MAX_MEMORY_ALLOCATION_SIZE)) {
H A Dv3dv_private.h116 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 30) macro
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c1495 props->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE;
2730 if (pAllocateInfo->allocationSize > MAX_MEMORY_ALLOCATION_SIZE)
H A Danv_private.h195 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 31) macro
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c2008 p->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE;
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE)
H A Danv_private.h232 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 31) macro

Completed in 31 milliseconds