Home
last modified time | relevance | path

Searched refs:MAX_MEMORY_ALLOCATION_SIZE (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkConfig.hpp80 constexpr VkDeviceSize MAX_MEMORY_ALLOCATION_SIZE = 0x40000000ull; // 0x40000000 = 1 GiB variable
84 static_assert(MAX_MEMORY_ALLOCATION_SIZE <= 0x80000000ull, "maxMemoryAllocationSize must not exceed…
DVkDeviceMemory.cpp249 if(allocationSize > MAX_MEMORY_ALLOCATION_SIZE) in allocate()
DVkPhysicalDevice.cpp486 vk::MAX_MEMORY_ALLOCATION_SIZE, // maxStorageBufferRange in getLimits()
640 properties->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in getMaintenance3Properties()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1505 props->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in v3dv_GetPhysicalDeviceProperties2()
2133 if (unlikely(alloc_size > MAX_MEMORY_ALLOCATION_SIZE)) { in v3dv_AllocateMemory()
Dv3dv_private.h116 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 30) macro
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2008 p->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in anv_get_physical_device_properties_1_1()
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
Danv_private.h232 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 31) macro
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp694 …static_assert(OOB_OFFSET >= vk::MAX_MEMORY_ALLOCATION_SIZE, "the largest offset must be guaranteed… in GetTexelAddress()