Lines Matching defs:physicalResolution
32482 , physicalResolution( physicalResolution_ )
32529 return std::tie( display, displayName, physicalDimensions, physicalResolution, supportedTransforms, planeReorderPossible, persistentContent );
32543 if ( auto cmp = physicalResolution <=> rhs.physicalResolution; cmp != 0 )
32559 ( physicalDimensions == rhs.physicalDimensions ) && ( physicalResolution == rhs.physicalResolution ) &&
32573 VULKAN_HPP_NAMESPACE::Extent2D physicalResolution = {};