Lines Matching refs:semaphoreCount
106421 , semaphoreCount( semaphoreCount_ )
106438 , semaphoreCount( static_cast<uint32_t>( semaphores_.size() ) )
106477 semaphoreCount = semaphoreCount_;
106491 semaphoreCount = static_cast<uint32_t>( semaphores_.size() );
106506 semaphoreCount = static_cast<uint32_t>( values_.size() );
106536 return std::tie( sType, pNext, flags, semaphoreCount, pSemaphores, pValues );
106548 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( flags == rhs.flags ) && ( semaphoreCount == rhs.semaphoreCount ) &&
106563 uint32_t semaphoreCount = {};