Lines Matching defs:RenderPassSampleLocationsBeginInfoEXT

107038   struct RenderPassSampleLocationsBeginInfoEXT  struct
107040 using NativeType = VkRenderPassSampleLocationsBeginInfoEXT;
107042 static const bool allowDuplicate = false;
107043 …_OR_CONSTEXPR StructureType structureType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
107047RenderPassSampleLocationsBeginInfoEXT( uint32_t … in RenderPassSampleLocationsBeginInfoEXT() function
107062RenderPassSampleLocationsBeginInfoEXT( VkRenderPassSampleLocationsBeginInfoEXT const & rhs ) VULKA… in RenderPassSampleLocationsBeginInfoEXT() function
107068 RenderPassSampleLocationsBeginInfoEXT( in RenderPassSampleLocationsBeginInfoEXT() function
107086 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT const *>( &r… in operator =()
107091 …EXPR_14 RenderPassSampleLocationsBeginInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
107098 …tInitialSampleLocationsCount( uint32_t attachmentInitialSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentInitialSampleLocationsCount()
107105 …_NAMESPACE::AttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations_ ) VULKAN_HPP_NOEXCEPT in setPAttachmentInitialSampleLocations()
107112 RenderPassSampleLocationsBeginInfoEXT & setAttachmentInitialSampleLocations( in setAttachmentInitialSampleLocations()
107123 …setPostSubpassSampleLocationsCount( uint32_t postSubpassSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setPostSubpassSampleLocationsCount()
107130 …ULKAN_HPP_NAMESPACE::SubpassSampleLocationsEXT * pPostSubpassSampleLocations_ ) VULKAN_HPP_NOEXCEPT in setPPostSubpassSampleLocations()
107137 RenderPassSampleLocationsBeginInfoEXT & setPostSubpassSampleLocations( in setPostSubpassSampleLocations()
107148 operator VkRenderPassSampleLocationsBeginInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkRenderPassSampleLocationsBeginInfoEXT const&()
107153 operator VkRenderPassSampleLocationsBeginInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkRenderPassSampleLocationsBeginInfoEXT&()
107169 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
107179 bool operator==( RenderPassSampleLocationsBeginInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
107190 bool operator!=( RenderPassSampleLocationsBeginInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
107197 … sType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
107198 …st void * pNext = {};
107199 …t32_t attachmentInitialSampleLocationsCount = {};
107200 …st VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations = {};
107201 …t32_t postSubpassSampleLocationsCount = {};
107202 …st VULKAN_HPP_NAMESPACE::SubpassSampleLocationsEXT * pPostSubpassSampleLocations = {};