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.cpp609 const std::vector<VkInputAttachmentAspectReference>& RenderPass::getInputAspects (void) const in getInputAspects() function in vkt::renderpass::RenderPass
748 if (!renderPassInfo.getInputAspects().empty()) in createRenderPassInputAttachmentAspectCreateInfo()
755 (deUint32)renderPassInfo.getInputAspects().size(), in createRenderPassInputAttachmentAspectCreateInfo()
756 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo()
DvktRenderPassTestsUtil.hpp412 const std::vector<VkInputAttachmentAspectReference>& getInputAspects (void) const;
DvktRenderPassTests.cpp749 …const vector<VkInputAttachmentAspectReference>& getInputAspects (void) const { return m_inputAspe… in getInputAspects() function in vkt::__anon53d10fc40111::RenderPass
855 const bool useExternalInputAspect = !renderPass.getInputAspects().empty(); in logRenderPassInfo()
885 for (size_t aspectNdx = 0; aspectNdx < renderPass.getInputAspects().size(); aspectNdx++) in logRenderPassInfo()
887 const VkInputAttachmentAspectReference& inputAspect (renderPass.getInputAspects()[aspectNdx]); in logRenderPassInfo()
1254 if (!renderPassInfo.getInputAspects().empty()) in createRenderPassInputAttachmentAspectCreateInfo()
1261 (deUint32)renderPassInfo.getInputAspects().size(), in createRenderPassInputAttachmentAspectCreateInfo()
1262 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo()
4653 if (!renderPassInfo.getInputAspects().empty()) in renderPassTest()