Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp265 class AttachmentReference class
268 AttachmentReference (deUint32 attachment,
288 const std::vector<AttachmentReference>& inputAttachments,
289 const std::vector<AttachmentReference>& colorAttachments,
290 const std::vector<AttachmentReference>& resolveAttachments,
291 AttachmentReference depthStencilAttachment,
297 const std::vector<AttachmentReference>& getInputAttachments (void) const;
298 const std::vector<AttachmentReference>& getColorAttachments (void) const;
299 const std::vector<AttachmentReference>& getResolveAttachments (void) const;
300 const AttachmentReference& getDepthStencilAttachment (void) const;
[all …]
DvktRenderPassTests.cpp517 class AttachmentReference class
520 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anonc29f8a2d0111::AttachmentReference
545 const vector<AttachmentReference>& inputAttachments, in Subpass()
546 const vector<AttachmentReference>& colorAttachments, in Subpass()
547 const vector<AttachmentReference>& resolveAttachments, in Subpass()
548 AttachmentReference depthStencilAttachment, in Subpass()
564 …const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments;… in getInputAttachments()
565 …const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments;… in getColorAttachments()
566 …const vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachmen… in getResolveAttachments()
567 …const AttachmentReference& getDepthStencilAttachment (void) const { return m_depthStencilAttachm… in getDepthStencilAttachment()
[all …]
DvktRenderPassTestsUtil.cpp372 AttachmentReference::AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::renderpass::AttachmentReference
382 deUint32 AttachmentReference::getAttachment (void) const in getAttachment()
387 VkImageLayout AttachmentReference::getImageLayout (void) const in getImageLayout()
392 VkImageAspectFlags AttachmentReference::getAspectMask (void) const in getAspectMask()
397 void AttachmentReference::setImageLayout (VkImageLayout layout) in setImageLayout()
404 const std::vector<AttachmentReference>& inputAttachments, in Subpass()
405 const std::vector<AttachmentReference>& colorAttachments, in Subpass()
406 const std::vector<AttachmentReference>& resolveAttachments, in Subpass()
407 AttachmentReference depthStencilAttachment, in Subpass()
432 const std::vector<AttachmentReference>& Subpass::getInputAttachments (void) const in getInputAttachments()
[all …]
DvktRenderPassSubpassDependencyTests.cpp1937 vector<AttachmentReference> colorAttachmentReferences; in initTests()
1950 colorAttachmentReferences.push_back(AttachmentReference((deUint32)0, subpassLayout)); in initTests()
1953 …ELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<At… in initTests()
1954AttachmentReference(VK_ATTACHMENT_UNUSED, depthStencilLayout), vector<deUint32>())); in initTests()
2004 vector<AttachmentReference> colorAttachmentReferences; in initTests()
2017 colorAttachmentReferences.push_back(AttachmentReference((deUint32)0, subpassLayout)); in initTests()
2020 …OINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<AttachmentRefe… in initTests()
2114 vector<AttachmentReference> inputAttachmentReferences; in initTests()
2121 …inputAttachmentReferences.push_back(AttachmentReference((deUint32)subpassNdx - 1, VK_IMAGE_LAYOUT_… in initTests()
2123 … 0u, inputAttachmentReferences, vector<AttachmentReference>(), vector<AttachmentReference>(), Atta… in initTests()
/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.cpp85 AttachmentReference(), in initialize()
DvktDrawDifferingInterpolationTests.cpp214 AttachmentReference(), in iterate()
DvktDrawInvertedDepthRangesTests.cpp160 AttachmentReference(), // depthStencilAttachment in InvertedDepthRangesTestInstance()
DvktDrawNegativeViewportHeightTests.cpp161 AttachmentReference(), // depthStencilAttachment in NegativeViewportHeightTestInstance()
DvktDrawInstancedTests.cpp364 AttachmentReference(), in InstancedDrawInstance()
DvktBasicDrawTests.cpp371 AttachmentReference(), in initialize()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp148 AttachmentReference(), in initRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp372 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
1111 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp17473 struct AttachmentReference struct
17475 AttachmentReference( uint32_t attachment_ = 0, in AttachmentReference() argument
17481 AttachmentReference( VkAttachmentReference const & rhs ) in AttachmentReference() function
17483 memcpy( this, &rhs, sizeof( AttachmentReference ) ); in AttachmentReference()
17486 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =() argument
17488 memcpy( this, &rhs, sizeof( AttachmentReference ) ); in operator =()
17492 AttachmentReference & setAttachment( uint32_t attachment_ ) in setAttachment() argument
17498 AttachmentReference & setLayout( ImageLayout layout_ ) in setLayout() argument
17514 bool operator==( AttachmentReference const& rhs ) const in operator ==() argument
17520 bool operator!=( AttachmentReference const& rhs ) const in operator !=() argument
[all …]
/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
7998 memcpy( this, &rhs, sizeof( AttachmentReference ) ); in AttachmentReference()
8001 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =() argument
8003 memcpy( this, &rhs, sizeof( AttachmentReference ) ); in operator =()
8006 AttachmentReference& setAttachment( uint32_t attachment_ ) in setAttachment() argument
8012 AttachmentReference& setLayout( ImageLayout layout_ ) in setLayout() argument
8028 bool operator==( AttachmentReference const& rhs ) const in operator ==() argument
8034 bool operator!=( AttachmentReference const& rhs ) const in operator !=() argument
[all …]