Lines Matching refs:reportedAddress
27658 , reportedAddress( reportedAddress_ )
27688 reportedAddress = reportedAddress_;
27717 return std::tie( addressType, reportedAddress, addressPrecision );
27729 return ( addressType == rhs.addressType ) && ( reportedAddress == rhs.reportedAddress ) && ( addressPrecision == rhs.addressPrecision );
27741 VULKAN_HPP_NAMESPACE::DeviceAddress reportedAddress = {};