Searched defs:AttachmentReference (Results 1 – 7 of 7) sorted by relevance
272 class AttachmentReference class
371 AttachmentReference::AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::renderpass::AttachmentReference
529 class AttachmentReference class532 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anon455167c40111::AttachmentReference
148 class AttachmentReference : public vk::VkAttachmentReference class
441 AttachmentReference::AttachmentReference (deUint32 _attachment, vk::VkImageLayout _layout) in AttachmentReference() function in vkt::Draw::AttachmentReference447 AttachmentReference::AttachmentReference (void) in AttachmentReference() function in vkt::Draw::AttachmentReference
4772 struct AttachmentReference struct4777 VULKAN_HPP_CONSTEXPR AttachmentReference( in AttachmentReference() function4786 AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference() function4795 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>( &rhs ); in operator =()4800 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()4806 AttachmentReference & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()4813 operator VkAttachmentReference const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference const&()4841 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::AttachmentReference ) == sizeof( VkAttachm…
5993 struct AttachmentReference struct5998 VULKAN_HPP_CONSTEXPR AttachmentReference( uint32_t attachment_ = {}, in AttachmentReference() function6007 …AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT : AttachmentReference… in AttachmentReference() function6016 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>( &rhs ); in operator =()6021 …AN_HPP_CONSTEXPR_14 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()6027 …14 AttachmentReference & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()6034 operator VkAttachmentReference const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference const&()6039 operator VkAttachmentReference &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference&()6050 reflect() const VULKAN_HPP_NOEXCEPT in reflect()6059 bool operator==( AttachmentReference const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()[all …]