Lines Matching refs:videoSession
113941 , videoSession( videoSession_ )
113963 , videoSession( videoSession_ )
113995 videoSession = videoSession_;
114054 return std::tie( sType, pNext, flags, videoSession, videoSessionParameters, referenceSlotCount, pReferenceSlots );
114066 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( flags == rhs.flags ) && ( videoSession == rhs.videoSession ) &&
114082 VULKAN_HPP_NAMESPACE::VideoSessionKHR videoSession = {};
122170 , videoSession( videoSession_ )
122213 videoSession = videoSession_;
122240 return std::tie( sType, pNext, flags, videoSessionParametersTemplate, videoSession );
122253 ( videoSessionParametersTemplate == rhs.videoSessionParametersTemplate ) && ( videoSession == rhs.videoSession );
122268 VULKAN_HPP_NAMESPACE::VideoSessionKHR videoSession = {};