Searched refs:AttachmentReference (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 502 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/ |
D | vktDrawCreateInfoUtil.hpp | 148 class AttachmentReference : public vk::VkAttachmentReference class 151 AttachmentReference (deUint32 attachment, vk::VkImageLayout layout); 152 AttachmentReference (void);
|
D | vktDrawCreateInfoUtil.cpp | 441 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
|
D | vktDrawBaseClass.cpp | 83 AttachmentReference(), in initialize()
|
D | vktDrawNegativeViewportHeightTests.cpp | 158 AttachmentReference(), // depthStencilAttachment in NegativeViewportHeightTestInstance()
|
D | vktDrawInstancedTests.cpp | 342 AttachmentReference(), in InstancedDrawInstance()
|
D | vktBasicDrawTests.cpp | 357 AttachmentReference(), in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 87 AttachmentReference(), in initialize()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 4288 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/ |
D | cube.cpp | 1791 vk::AttachmentReference().setAttachment(0).setLayout( in prepare_render_pass() 1795 vk::AttachmentReference().setAttachment(1).setLayout( in prepare_render_pass()
|