Lines Matching defs:maxResourceSize
36450 , maxResourceSize( maxResourceSize_ )36492 return std::tie( maxExtent, maxMipLevels, maxArrayLayers, sampleCounts, maxResourceSize );36505 ( sampleCounts == rhs.sampleCounts ) && ( maxResourceSize == rhs.maxResourceSize );36520 VULKAN_HPP_NAMESPACE::DeviceSize maxResourceSize = {};