Searched refs:getInputAspects (Results 1 – 3 of 3) sorted by relevance
610 const std::vector<VkInputAttachmentAspectReference>& RenderPass::getInputAspects (void) const in getInputAspects() function in vkt::renderpass::RenderPass723 if (!renderPassInfo.getInputAspects().empty()) in createRenderPassInputAttachmentAspectCreateInfo()730 (deUint32)renderPassInfo.getInputAspects().size(), in createRenderPassInputAttachmentAspectCreateInfo()731 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo()
406 const std::vector<VkInputAttachmentAspectReference>& getInputAspects (void) const;
704 …const vector<VkInputAttachmentAspectReference>& getInputAspects (void) const { return m_inputAspe… in getInputAspects() function in vkt::__anon53d10fc40111::RenderPass793 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()