Home
last modified time | relevance | path

Searched defs:getAttachments (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipeline.hpp104 Attachments &getAttachments() { return attachments; } in getAttachments() function in vk::GraphicsPipeline
105 const Attachments &getAttachments() const { return attachments; } in getAttachments() function in vk::GraphicsPipeline
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp594 const std::vector<Attachment>& RenderPass::getAttachments (void) const in getAttachments() function in vkt::renderpass::RenderPass
DvktRenderPassTests.cpp716 const vector<Attachment>& getAttachments (void) const { return m_attachments; } in getAttachments() function in vkt::__anon455167c40111::RenderPass