Searched defs:maxMemoryAllocationSize (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiMaintenance3Check.cpp68 // these variables are equal to minimal values for maxMemoryAllocationSize and maxPerSetDescriptors
69 const deUint32 maxMemoryAllocationSize = 1073741824u; local
78 maxMemoryAllocationSize - 1u //VkDeviceSize maxMemoryAllocationSize;
88 if (mainProp3.maxMemoryAllocationSize < maxMemoryAllocationSize)
94 log << tcu::TestLog::Message << "maxMemoryAllocationSize: " << mainProp3.maxMemoryAllocationSize << tcu::TestLog::EndMessage;
127 // these variables are equal to minimal values for maxMemoryAllocationSize and maxPerSetDescriptors
128 const deUint32 maxMemoryAllocationSize local
[all...]

Completed in 91 milliseconds