Home
last modified time | relevance | path

Searched refs:getAttachments (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp737 const vector<Attachment>& getAttachments (void) const { return m_attachments; } in getAttachments() function in vkt::__anon28599::RenderPass
851 const vector<Attachment>& attachments = renderPass.getAttachments(); in logRenderPassInfo()
1277 for (size_t attachmentNdx = 0; attachmentNdx < renderPassInfo.getAttachments().size(); attachmentNdx++) in createRenderPass()
1278 attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.getAttachments()[attachmentNdx])); in createRenderPass()
1737 m_colorAttachmentInfo.push_back(renderPass.getAttachments()[getAttachmentNdx(m_colorAttachments, attachmentNdx)]); in SubpassRenderInfo()
1742 m_depthStencilAttachmentInfo = tcu::just(renderPass.getAttachments()[renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment()]); in SubpassRenderInfo()
2160 const Attachment& colorAttachmentInfo = renderPassInfo.getAttachments()[colorAttachmentIndex]; in beginDynamicRendering()
2171 const Attachment& resolveAttachmentInfo = renderPassInfo.getAttachments()[resolveAttachmentIndex]; in beginDynamicRendering()
2215 const Attachment& dsAttachmentInfo = renderPassInfo.getAttachments()[dsAttachmentIndex]; in beginDynamicRendering()
2298 const vector<Attachment>& attachmentInfos = renderPassInfo.getAttachments(); in SubpassRenderer()
[all...]
H A DvktRenderPassTestsUtil.cpp594 const std::vector<Attachment>& RenderPass::getAttachments (void) const in getAttachments() function in vkt::renderpass::RenderPass
780 for (size_t attachmentNdx = 0; attachmentNdx < renderPassInfo.getAttachments().size(); attachmentNdx++) in createRenderPass()
781 attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.getAttachments()[attachmentNdx])); in createRenderPass()
H A DvktRenderPassTestsUtil.hpp399 const std::vector<Attachment>& getAttachments (void) const;
H A DvktRenderPassSubpassDependencyTests.cpp1146 for (size_t imageNdx = 0; imageNdx < renderPassInfo.getAttachments().size(); imageNdx++) in createAndAllocateImages()
1328 const size_t attachmentCount (renderPassInfo.getAttachments().size()); in createFramebuffer()
1356 size_t attachmentCount = renderPassInfo.getAttachments().size(); in createDescriptorSetLayouts()
1460 const size_t attachmentCount (m_renderPassInfo.getAttachments().size()); in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp727 const vector<Attachment>& getAttachments (void) const { return m_attachments; } in getAttachments() function in vkt::__anon29778::RenderPass
841 const vector<Attachment>& attachments = renderPass.getAttachments(); in logRenderPassInfo()
1265 for (size_t attachmentNdx = 0; attachmentNdx < renderPassInfo.getAttachments().size(); attachmentNdx++) in createRenderPass()
1266 attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.getAttachments()[attachmentNdx])); in createRenderPass()
1725 m_colorAttachmentInfo.push_back(renderPass.getAttachments()[getAttachmentNdx(m_colorAttachments, attachmentNdx)]); in SubpassRenderInfo()
1730 m_depthStencilAttachmentInfo = tcu::just(renderPass.getAttachments()[renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment()]); in SubpassRenderInfo()
2146 const Attachment& colorAttachmentInfo = renderPassInfo.getAttachments()[colorAttachmentIndex]; in beginDynamicRendering()
2157 const Attachment& resolveAttachmentInfo = renderPassInfo.getAttachments()[resolveAttachmentIndex]; in beginDynamicRendering()
2201 const Attachment& dsAttachmentInfo = renderPassInfo.getAttachments()[dsAttachmentIndex]; in beginDynamicRendering()
2284 const vector<Attachment>& attachmentInfos = renderPassInfo.getAttachments(); in SubpassRenderer()
[all...]
H A DvktRenderPassTestsUtil.cpp594 const std::vector<Attachment>& RenderPass::getAttachments (void) const in getAttachments() function in vkt::renderpass::RenderPass
780 for (size_t attachmentNdx = 0; attachmentNdx < renderPassInfo.getAttachments().size(); attachmentNdx++) in createRenderPass()
781 attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.getAttachments()[attachmentNdx])); in createRenderPass()
H A DvktRenderPassTestsUtil.hpp399 const std::vector<Attachment>& getAttachments (void) const;
H A DvktRenderPassSubpassDependencyTests.cpp1146 for (size_t imageNdx = 0; imageNdx < renderPassInfo.getAttachments().size(); imageNdx++) in createAndAllocateImages()
1328 const size_t attachmentCount (renderPassInfo.getAttachments().size()); in createFramebuffer()
1356 size_t attachmentCount = renderPassInfo.getAttachments().size(); in createDescriptorSetLayouts()
1460 const size_t attachmentCount (m_renderPassInfo.getAttachments().size()); in iterateInternal()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A 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
H A DVkCommandBuffer.cpp481 vk::Attachments &attachments = pipeline->getAttachments(); in draw()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.cpp211 const vk::Attachments attachments = pipeline->getAttachments(); in draw()
360 const vk::Attachments attachments = pipeline->getAttachments(); in draw()
380 const vk::Attachments attachments = pipeline->getAttachments(); in draw()

Completed in 32 milliseconds