Home
last modified time | relevance | path

Searched refs:getInputAspects (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A 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()
H A DvktRenderPassTestsUtil.hpp402 const std::vector<VkInputAttachmentAspectReference>& getInputAspects (void) const;
H A DvktRenderPassTests.cpp740 const vector<VkInputAttachmentAspectReference>& getInputAspects (void) const { return m_inputAspects; } in getInputAspects() function in vkt::__anon28599::RenderPass
846 const bool useExternalInputAspect = !renderPass.getInputAspects().empty(); in logRenderPassInfo()
876 for (size_t aspectNdx = 0; aspectNdx < renderPass.getInputAspects().size(); aspectNdx++) in logRenderPassInfo()
878 const VkInputAttachmentAspectReference& inputAspect (renderPass.getInputAspects()[aspectNdx]); in logRenderPassInfo()
1247 if (!renderPassInfo.getInputAspects().empty()) in createRenderPassInputAttachmentAspectCreateInfo()
1254 (deUint32)renderPassInfo.getInputAspects().size(), in createRenderPassInputAttachmentAspectCreateInfo()
1255 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo()
5144 if (!renderPassInfo.getInputAspects().empty())
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A 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()
H A DvktRenderPassTestsUtil.hpp402 const std::vector<VkInputAttachmentAspectReference>& getInputAspects (void) const;
H A DvktRenderPassTests.cpp730 const vector<VkInputAttachmentAspectReference>& getInputAspects (void) const { return m_inputAspects; } in getInputAspects() function in vkt::__anon29778::RenderPass
836 const bool useExternalInputAspect = !renderPass.getInputAspects().empty(); in logRenderPassInfo()
866 for (size_t aspectNdx = 0; aspectNdx < renderPass.getInputAspects().size(); aspectNdx++) in logRenderPassInfo()
868 const VkInputAttachmentAspectReference& inputAspect (renderPass.getInputAspects()[aspectNdx]); in logRenderPassInfo()
1235 if (!renderPassInfo.getInputAspects().empty()) in createRenderPassInputAttachmentAspectCreateInfo()
1242 (deUint32)renderPassInfo.getInputAspects().size(), in createRenderPassInputAttachmentAspectCreateInfo()
1243 renderPassInfo.getInputAspects().data(), in createRenderPassInputAttachmentAspectCreateInfo()
5119 if (!renderPassInfo.getInputAspects().empty())

Completed in 24 milliseconds