Home
last modified time | relevance | path

Searched defs:AttachmentReference (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp261 class AttachmentReference class
DvktRenderPassTestsUtil.cpp371 AttachmentReference::AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::renderpass::AttachmentReference
DvktRenderPassTests.cpp540 class AttachmentReference class
543 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anon5d0530620111::AttachmentReference
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp261 class AttachmentReference class
DvktRenderPassTestsUtil.cpp371 AttachmentReference::AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::renderpass::AttachmentReference
DvktRenderPassTests.cpp540 class AttachmentReference class
543 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anon9ed13ee20111::AttachmentReference
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp148 class AttachmentReference : public vk::VkAttachmentReference class
DvktDrawCreateInfoUtil.cpp441 AttachmentReference::AttachmentReference (deUint32 _attachment, vk::VkImageLayout _layout) in AttachmentReference() function in vkt::Draw::AttachmentReference
447 AttachmentReference::AttachmentReference (void) in AttachmentReference() function in vkt::Draw::AttachmentReference
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.hpp148 class AttachmentReference : public vk::VkAttachmentReference class
DvktDrawCreateInfoUtil.cpp441 AttachmentReference::AttachmentReference (deUint32 _attachment, vk::VkImageLayout _layout) in AttachmentReference() function in vkt::Draw::AttachmentReference
447 AttachmentReference::AttachmentReference (void) in AttachmentReference() function in vkt::Draw::AttachmentReference
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp4772 struct AttachmentReference struct
4777 VULKAN_HPP_CONSTEXPR AttachmentReference( in AttachmentReference() function
4786 AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference() function
4795 *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…
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5543 struct AttachmentReference struct
5548 VULKAN_HPP_CONSTEXPR AttachmentReference( uint32_t attachment_ = {}, in AttachmentReference() function
5557AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT : AttachmentReference… in AttachmentReference() function
5566 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>( &rhs ); in operator =()
5571 …AN_HPP_CONSTEXPR_14 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
5577 …14 AttachmentReference & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
5584 operator VkAttachmentReference const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference const&()
5589 operator VkAttachmentReference &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference&()
5600 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
5609 bool operator==( AttachmentReference const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]