Lines Matching defs:regionCount
10563 , regionCount( regionCount_ )
10586 , regionCount( static_cast<uint32_t>( regions_.size() ) )
10635 regionCount = regionCount_;
10648 regionCount = static_cast<uint32_t>( regions_.size() );
10687 return std::tie( sType, pNext, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, pRegions, filter );
10700 ( dstImage == rhs.dstImage ) && ( dstImageLayout == rhs.dstImageLayout ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions ) &&
10718 uint32_t regionCount = {};
17176 , regionCount( regionCount_ )
17190 : pNext( pNext_ ), srcBuffer( srcBuffer_ ), dstBuffer( dstBuffer_ ), regionCount( static_cast<uint32_t>( regions_.size() ) ), pRegions( regions_.data() )
17225 regionCount = regionCount_;
17238 regionCount = static_cast<uint32_t>( regions_.size() );
17268 return std::tie( sType, pNext, srcBuffer, dstBuffer, regionCount, pRegions );
17281 ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
17296 uint32_t regionCount = {};
17326 , regionCount( regionCount_ )
17348 , regionCount( static_cast<uint32_t>( regions_.size() ) )
17390 regionCount = regionCount_;
17404 regionCount = static_cast<uint32_t>( regions_.size() );
17435 return std::tie( sType, pNext, srcBuffer, dstImage, dstImageLayout, regionCount, pRegions );
17448 ( dstImageLayout == rhs.dstImageLayout ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
17464 uint32_t regionCount = {};
17891 , regionCount( regionCount_ )
17912 , regionCount( static_cast<uint32_t>( regions_.size() ) )
17960 regionCount = regionCount_;
17973 regionCount = static_cast<uint32_t>( regions_.size() );
18005 return std::tie( sType, pNext, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, pRegions );
18018 ( dstImage == rhs.dstImage ) && ( dstImageLayout == rhs.dstImageLayout ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
18035 uint32_t regionCount = {};
18065 , regionCount( regionCount_ )
18087 , regionCount( static_cast<uint32_t>( regions_.size() ) )
18129 regionCount = regionCount_;
18143 regionCount = static_cast<uint32_t>( regions_.size() );
18174 return std::tie( sType, pNext, srcImage, srcImageLayout, dstBuffer, regionCount, pRegions );
18187 ( dstBuffer == rhs.dstBuffer ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
18203 uint32_t regionCount = {};
18237 , regionCount( regionCount_ )
18263 , regionCount( static_cast<uint32_t>( regions_.size() ) )
18317 regionCount = regionCount_;
18331 regionCount = static_cast<uint32_t>( regions_.size() );
18364 return std::tie( sType, pNext, flags, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, pRegions );
18378 ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
18396 uint32_t regionCount = {};
18576 , regionCount( regionCount_ )
18598 , regionCount( static_cast<uint32_t>( regions_.size() ) )
18640 regionCount = regionCount_;
18654 regionCount = static_cast<uint32_t>( regions_.size() );
18685 return std::tie( sType, pNext, flags, srcImage, srcImageLayout, regionCount, pRegions );
18698 ( srcImageLayout == rhs.srcImageLayout ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
18714 uint32_t regionCount = {};
19224 , regionCount( regionCount_ )
19246 , regionCount( static_cast<uint32_t>( regions_.size() ) )
19288 regionCount = regionCount_;
19302 regionCount = static_cast<uint32_t>( regions_.size() );
19333 return std::tie( sType, pNext, flags, dstImage, dstImageLayout, regionCount, pRegions );
19346 ( dstImageLayout == rhs.dstImageLayout ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
19362 uint32_t regionCount = {};
54378 , regionCount( regionCount_ )
54394 : pNext( pNext_ ), flags( flags_ ), regionCount( static_cast<uint32_t>( regions_.size() ) ), pRegions( regions_.data() )
54423 regionCount = regionCount_;
54437 regionCount = static_cast<uint32_t>( regions_.size() );
54466 return std::tie( sType, pNext, flags, regionCount, pRegions );
54478 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( flags == rhs.flags ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
54492 uint32_t regionCount = {};
103915 , regionCount( regionCount_ )
103936 , regionCount( static_cast<uint32_t>( regions_.size() ) )
103984 regionCount = regionCount_;
103998 regionCount = static_cast<uint32_t>( regions_.size() );
104030 return std::tie( sType, pNext, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, pRegions );
104043 ( dstImage == rhs.dstImage ) && ( dstImageLayout == rhs.dstImageLayout ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
104060 uint32_t regionCount = {};