Home
last modified time | relevance | path

Searched defs:MAX_MEMORY_ALLOCATION_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkConfig.hpp99 constexpr VkDeviceSize MAX_MEMORY_ALLOCATION_SIZE = 0x40000000ull; // 0x40000000 = 1 GiB variable
/external/mesa3d/src/intel/vulkan/
Danv_private.h218 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 31) macro