Lines Matching defs:RenderPassSampleLocationsBeginInfoEXT

104315   struct RenderPassSampleLocationsBeginInfoEXT  struct
104317 using NativeType = VkRenderPassSampleLocationsBeginInfoEXT;
104319 static const bool allowDuplicate = false;
104320 …_OR_CONSTEXPR StructureType structureType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
104324RenderPassSampleLocationsBeginInfoEXT( uint32_t … in RenderPassSampleLocationsBeginInfoEXT() function
104339RenderPassSampleLocationsBeginInfoEXT( VkRenderPassSampleLocationsBeginInfoEXT const & rhs ) VULKA… in RenderPassSampleLocationsBeginInfoEXT() argument
104345 RenderPassSampleLocationsBeginInfoEXT( in RenderPassSampleLocationsBeginInfoEXT() function
104363 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT const *>( &r… in operator =()
104368 …EXPR_14 RenderPassSampleLocationsBeginInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
104375 …tInitialSampleLocationsCount( uint32_t attachmentInitialSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentInitialSampleLocationsCount()
104382 …_NAMESPACE::AttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations_ ) VULKAN_HPP_NOEXCEPT in setPAttachmentInitialSampleLocations()
104389 RenderPassSampleLocationsBeginInfoEXT & setAttachmentInitialSampleLocations( in setAttachmentInitialSampleLocations()
104400 …setPostSubpassSampleLocationsCount( uint32_t postSubpassSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setPostSubpassSampleLocationsCount()
104407 …ULKAN_HPP_NAMESPACE::SubpassSampleLocationsEXT * pPostSubpassSampleLocations_ ) VULKAN_HPP_NOEXCEPT in setPPostSubpassSampleLocations()
104414 RenderPassSampleLocationsBeginInfoEXT & setPostSubpassSampleLocations( in setPostSubpassSampleLocations()
104425 operator VkRenderPassSampleLocationsBeginInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkRenderPassSampleLocationsBeginInfoEXT const&()
104430 operator VkRenderPassSampleLocationsBeginInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkRenderPassSampleLocationsBeginInfoEXT&()
104446 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
104456 bool operator==( RenderPassSampleLocationsBeginInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
104467 bool operator!=( RenderPassSampleLocationsBeginInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
104474 … sType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
104475 …st void * pNext = {};
104476 …t32_t attachmentInitialSampleLocationsCount = {};
104477 …st VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations = {};
104478 …t32_t postSubpassSampleLocationsCount = {};
104479 …st VULKAN_HPP_NAMESPACE::SubpassSampleLocationsEXT * pPostSubpassSampleLocations = {};