Home
last modified time | relevance | path

Searched refs:getInputAspects (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp610 const std::vector<VkInputAttachmentAspectReference>& RenderPass::getInputAspects (void) const in getInputAspects() function in vkt::renderpass::RenderPass
723 if (!renderPassInfo.getInputAspects().empty()) in createRenderPassInputAttachmentAspectCreateInfo()
730 (deUint32)renderPassInfo.getInputAspects().size(), in createRenderPassInputAttachmentAspectCreateInfo()
731 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo()
DvktRenderPassTestsUtil.hpp406 const std::vector<VkInputAttachmentAspectReference>& getInputAspects (void) const;
DvktRenderPassTests.cpp704 …const vector<VkInputAttachmentAspectReference>& getInputAspects (void) const { return m_inputAspe… in getInputAspects() function in vkt::__anon53d10fc40111::RenderPass
793 const bool useExternalInputAspect = !renderPass.getInputAspects().empty(); in logRenderPassInfo()
823 for (size_t aspectNdx = 0; aspectNdx < renderPass.getInputAspects().size(); aspectNdx++) in logRenderPassInfo()
825 const VkInputAttachmentAspectReference& inputAspect (renderPass.getInputAspects()[aspectNdx]); in logRenderPassInfo()
1192 if (!renderPassInfo.getInputAspects().empty()) in createRenderPassInputAttachmentAspectCreateInfo()
1199 (deUint32)renderPassInfo.getInputAspects().size(), in createRenderPassInputAttachmentAspectCreateInfo()
1200 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo()
4496 if (!renderPassInfo.getInputAspects().empty()) in renderPassTest()