Searched refs:getInputAspects (Results 1 – 3 of 3) sorted by relevance
609 const std::vector<VkInputAttachmentAspectReference>& RenderPass::getInputAspects (void) const in getInputAspects() function in vkt::renderpass::RenderPass748 if (!renderPassInfo.getInputAspects().empty()) in createRenderPassInputAttachmentAspectCreateInfo()755 (deUint32)renderPassInfo.getInputAspects().size(), in createRenderPassInputAttachmentAspectCreateInfo()756 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo()
412 const std::vector<VkInputAttachmentAspectReference>& getInputAspects (void) const;
749 …const vector<VkInputAttachmentAspectReference>& getInputAspects (void) const { return m_inputAspe… in getInputAspects() function in vkt::__anon53d10fc40111::RenderPass855 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()