Lines Matching refs:pTimes
96515 , pTimes( pTimes_ )
96529 : pNext( pNext_ ), swapchainCount( static_cast<uint32_t>( times_.size() ) ), pTimes( times_.data() )
96558 pTimes = pTimes_;
96567 pTimes = times_.data();
96591 return std::tie( sType, pNext, swapchainCount, pTimes );
96603 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( swapchainCount == rhs.swapchainCount ) && ( pTimes == rhs.pTimes );
96617 const VULKAN_HPP_NAMESPACE::PresentTimeGOOGLE * pTimes = {};