Lines Matching refs:deviceMemoryReport
62282 , deviceMemoryReport( deviceMemoryReport_ )
62312 deviceMemoryReport = deviceMemoryReport_;
62335 return std::tie( sType, pNext, deviceMemoryReport );
62347 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( deviceMemoryReport == rhs.deviceMemoryReport );
62360 VULKAN_HPP_NAMESPACE::Bool32 deviceMemoryReport = {};