Lines Matching refs:pPresentIds
95777 , pPresentIds( pPresentIds_ )
95787 : pNext( pNext_ ), swapchainCount( static_cast<uint32_t>( presentIds_.size() ) ), pPresentIds( presentIds_.data() )
95816 pPresentIds = pPresentIds_;
95824 pPresentIds = presentIds_.data();
95848 return std::tie( sType, pNext, swapchainCount, pPresentIds );
95860 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( swapchainCount == rhs.swapchainCount ) && ( pPresentIds == rhs.pPresentIds );
95874 const uint64_t * pPresentIds = {};