Lines Matching refs:pVideoProfile
86888 , pVideoProfile( pVideoProfile_ )
86919 pVideoProfile = pVideoProfile_;
86948 return std::tie( sType, pNext, pVideoProfile, qualityLevel );
86960 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pVideoProfile == rhs.pVideoProfile ) && ( qualityLevel == rhs.qualityLevel );
86973 const VULKAN_HPP_NAMESPACE::VideoProfileInfoKHR * pVideoProfile = {};
121897 , pVideoProfile( pVideoProfile_ )
121944 pVideoProfile = pVideoProfile_;
122018 pVideoProfile,
122037 ( pVideoProfile == rhs.pVideoProfile ) && ( pictureFormat == rhs.pictureFormat ) && ( maxCodedExtent == rhs.maxCodedExtent ) &&
122054 const VULKAN_HPP_NAMESPACE::VideoProfileInfoKHR * pVideoProfile = {};