Lines Matching defs:pRegions
10564 , pRegions( pRegions_ )
10587 , pRegions( regions_.data() )
10641 pRegions = pRegions_;
10649 pRegions = regions_.data();
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 ) &&
10719 const VULKAN_HPP_NAMESPACE::ImageBlit2 * pRegions = {};
17177 , pRegions( pRegions_ )
17190 : pNext( pNext_ ), srcBuffer( srcBuffer_ ), dstBuffer( dstBuffer_ ), regionCount( static_cast<uint32_t>( regions_.size() ) ), pRegions( regions_.data() )
17231 pRegions = pRegions_;
17239 pRegions = regions_.data();
17268 return std::tie( sType, pNext, srcBuffer, dstBuffer, regionCount, pRegions );
17281 ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
17297 const VULKAN_HPP_NAMESPACE::BufferCopy2 * pRegions = {};
17327 , pRegions( pRegions_ )
17349 , pRegions( regions_.data() )
17396 pRegions = pRegions_;
17405 pRegions = regions_.data();
17435 return std::tie( sType, pNext, srcBuffer, dstImage, dstImageLayout, regionCount, pRegions );
17448 ( dstImageLayout == rhs.dstImageLayout ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
17465 const VULKAN_HPP_NAMESPACE::BufferImageCopy2 * pRegions = {};
17892 , pRegions( pRegions_ )
17913 , pRegions( regions_.data() )
17966 pRegions = pRegions_;
17974 pRegions = regions_.data();
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 );
18036 const VULKAN_HPP_NAMESPACE::ImageCopy2 * pRegions = {};
18066 , pRegions( pRegions_ )
18088 , pRegions( regions_.data() )
18135 pRegions = pRegions_;
18144 pRegions = regions_.data();
18174 return std::tie( sType, pNext, srcImage, srcImageLayout, dstBuffer, regionCount, pRegions );
18187 ( dstBuffer == rhs.dstBuffer ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
18204 const VULKAN_HPP_NAMESPACE::BufferImageCopy2 * pRegions = {};
18238 , pRegions( pRegions_ )
18264 , pRegions( regions_.data() )
18323 pRegions = pRegions_;
18332 pRegions = regions_.data();
18364 return std::tie( sType, pNext, flags, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, pRegions );
18378 ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
18397 const VULKAN_HPP_NAMESPACE::ImageCopy2 * pRegions = {};
18577 , pRegions( pRegions_ )
18599 , pRegions( regions_.data() )
18646 pRegions = pRegions_;
18655 pRegions = regions_.data();
18685 return std::tie( sType, pNext, flags, srcImage, srcImageLayout, regionCount, pRegions );
18698 ( srcImageLayout == rhs.srcImageLayout ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
18715 const VULKAN_HPP_NAMESPACE::ImageToMemoryCopyEXT * pRegions = {};
19225 , pRegions( pRegions_ )
19247 , pRegions( regions_.data() )
19294 pRegions = pRegions_;
19303 pRegions = regions_.data();
19333 return std::tie( sType, pNext, flags, dstImage, dstImageLayout, regionCount, pRegions );
19346 ( dstImageLayout == rhs.dstImageLayout ) && ( regionCount == rhs.regionCount ) && ( pRegions == rhs.pRegions );
19363 const VULKAN_HPP_NAMESPACE::MemoryToImageCopyEXT * pRegions = {};
54379 , pRegions( pRegions_ )
54394 : pNext( pNext_ ), flags( flags_ ), regionCount( static_cast<uint32_t>( regions_.size() ) ), pRegions( regions_.data() )
54429 pRegions = pRegions_;
54438 pRegions = regions_.data();
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 );
54493 const VULKAN_HPP_NAMESPACE::Rect2D * pRegions = {};
96311 , pRegions( pRegions_ )
96322 : pNext( pNext_ ), swapchainCount( static_cast<uint32_t>( regions_.size() ) ), pRegions( regions_.data() )
96351 pRegions = pRegions_;
96360 pRegions = regions_.data();
96384 return std::tie( sType, pNext, swapchainCount, pRegions );
96396 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( swapchainCount == rhs.swapchainCount ) && ( pRegions == rhs.pRegions );
96410 const VULKAN_HPP_NAMESPACE::PresentRegionKHR * pRegions = {};
103916 , pRegions( pRegions_ )
103937 , pRegions( regions_.data() )
103990 pRegions = pRegions_;
103999 pRegions = regions_.data();
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 );
104061 const VULKAN_HPP_NAMESPACE::ImageResolve2 * pRegions = {};