Home
last modified time | relevance | path

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

/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/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4288 struct AttachmentReference struct
4290 AttachmentReference( uint32_t attachment_ = 0, ImageLayout layout_ = ImageLayout::eUndefined ) in AttachmentReference() function
4296 AttachmentReference( VkAttachmentReference const & rhs ) in AttachmentReference() function
4301 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =()
4307 AttachmentReference& setAttachment( uint32_t attachment_ ) in setAttachment()
4313 AttachmentReference& setLayout( ImageLayout layout_ ) in setLayout()
4319 operator const VkAttachmentReference&() const in operator const VkAttachmentReference&()
4324 bool operator==( AttachmentReference const& rhs ) const in operator ==()
4330 bool operator!=( AttachmentReference const& rhs ) const in operator !=()
4335 uint32_t attachment;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp502 class AttachmentReference class
505 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anon96ae15a30111::AttachmentReference