Home
last modified time | relevance | path

Searched refs:AttachmentReference (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp502 class AttachmentReference class
505 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anon96ae15a30111::AttachmentReference
525 const vector<AttachmentReference>& inputAttachments, in Subpass()
526 const vector<AttachmentReference>& colorAttachments, in Subpass()
527 const vector<AttachmentReference>& resolveAttachments, in Subpass()
528 AttachmentReference depthStencilAttachment, in Subpass()
542 …const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments;… in getInputAttachments()
543 …const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments;… in getColorAttachments()
544 …const vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachmen… in getResolveAttachments()
545 …const AttachmentReference& getDepthStencilAttachment (void) const { return m_depthStencilAttachm… in getDepthStencilAttachment()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp148 class AttachmentReference : public vk::VkAttachmentReference class
151 AttachmentReference (deUint32 attachment, vk::VkImageLayout layout);
152 AttachmentReference (void);
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
DvktDrawBaseClass.cpp83 AttachmentReference(), in initialize()
DvktDrawNegativeViewportHeightTests.cpp158 AttachmentReference(), // depthStencilAttachment in NegativeViewportHeightTestInstance()
DvktDrawInstancedTests.cpp342 AttachmentReference(), in InstancedDrawInstance()
DvktBasicDrawTests.cpp357 AttachmentReference(), in initialize()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp87 AttachmentReference(), in initialize()
/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() argument
4298 memcpy( this, &rhs, sizeof(AttachmentReference) ); in AttachmentReference()
4301 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =() argument
4303 memcpy( this, &rhs, sizeof(AttachmentReference) ); in operator =()
4307 AttachmentReference& setAttachment( uint32_t attachment_ ) in setAttachment() argument
4313 AttachmentReference& setLayout( ImageLayout layout_ ) in setLayout() argument
4324 bool operator==( AttachmentReference const& rhs ) const in operator ==() argument
4330 bool operator!=( AttachmentReference const& rhs ) const in operator !=() argument
[all …]
/external/vulkan-validation-layers/demos/
Dcube.cpp1791 vk::AttachmentReference().setAttachment(0).setLayout( in prepare_render_pass()
1795 vk::AttachmentReference().setAttachment(1).setLayout( in prepare_render_pass()