Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp265 class AttachmentReference class
DvktRenderPassTestsUtil.cpp372 AttachmentReference::AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::renderpass::AttachmentReference
DvktRenderPassTests.cpp517 class AttachmentReference class
520 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anonc29f8a2d0111::AttachmentReference
/external/deqp/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
/external/swiftshader/include/vulkan/
Dvulkan.hpp7987 struct AttachmentReference struct
7989 AttachmentReference( uint32_t attachment_ = 0, in AttachmentReference() argument
7996 AttachmentReference( VkAttachmentReference const & rhs ) in AttachmentReference() argument
8001 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =()
8006 AttachmentReference& setAttachment( uint32_t attachment_ ) in setAttachment()
8012 AttachmentReference& setLayout( ImageLayout layout_ ) in setLayout()
8018 operator VkAttachmentReference const&() const in operator VkAttachmentReference const&()
8023 operator VkAttachmentReference &() in operator VkAttachmentReference&()
8028 bool operator==( AttachmentReference const& rhs ) const in operator ==()
8034 bool operator!=( AttachmentReference const& rhs ) const in operator !=()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp17473 struct AttachmentReference struct
17475 AttachmentReference( uint32_t attachment_ = 0, in AttachmentReference() function
17481 AttachmentReference( VkAttachmentReference const & rhs ) in AttachmentReference() function
17486 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =()
17492 AttachmentReference & setAttachment( uint32_t attachment_ ) in setAttachment()
17498 AttachmentReference & setLayout( ImageLayout layout_ ) in setLayout()
17504 operator VkAttachmentReference const&() const in operator VkAttachmentReference const&()
17509 operator VkAttachmentReference &() in operator VkAttachmentReference&()
17514 bool operator==( AttachmentReference const& rhs ) const in operator ==()
17520 bool operator!=( AttachmentReference const& rhs ) const in operator !=()
[all …]