Searched defs:AttachmentReference (Results 1 – 7 of 7) sorted by relevance
265 class AttachmentReference class
371 AttachmentReference::AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::renderpass::AttachmentReference
557 class AttachmentReference class560 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anon051e17af0111::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
19565 struct AttachmentReference struct19567 AttachmentReference( uint32_t attachment_ = 0, in AttachmentReference() function19573 AttachmentReference( VkAttachmentReference const & rhs ) in AttachmentReference() argument19578 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =()19584 AttachmentReference & setAttachment( uint32_t attachment_ ) in setAttachment()19590 AttachmentReference & setLayout( vk::ImageLayout layout_ ) in setLayout()19596 operator VkAttachmentReference const&() const in operator VkAttachmentReference const&()19601 operator VkAttachmentReference &() in operator VkAttachmentReference&()19606 bool operator==( AttachmentReference const& rhs ) const in operator ==()19612 bool operator!=( AttachmentReference const& rhs ) const in operator !=()[all …]
23747 struct AttachmentReference struct23749 VULKAN_HPP_CONSTEXPR AttachmentReference( uint32_t attachment_ = {}, in AttachmentReference() function23755 AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference() function23762 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>(&rhs); in operator =()23766 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()23772 AttachmentReference & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()23778 operator VkAttachmentReference const&() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference const&()23783 operator VkAttachmentReference &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference&()23791 bool operator==( AttachmentReference const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()23797 bool operator!=( AttachmentReference const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()[all …]