Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp738 …const vector<VkInputAttachmentAspectReference> inputAspects = vector<VkInputAttachmentAspectRefere… in RenderPass() argument
742 , m_inputAspects (inputAspects) in RenderPass()
6312 vector<VkInputAttachmentAspectReference> inputAspects; in addFormatTests() local
6365 inputAspects.push_back(inputAspect); in addFormatTests()
6369 const RenderPass renderPass (attachments, subpasses, deps, inputAspects); in addFormatTests()
6391 vector<VkInputAttachmentAspectReference> inputAspects; in addFormatTests() local
6442 inputAspects.push_back(inputAspect); in addFormatTests()
6446 const RenderPass renderPass (attachments, subpasses, deps, inputAspects); in addFormatTests()
6634 vector<VkInputAttachmentAspectReference> inputAspects; in addFormatTests() local
6687 inputAspects.push_back(inputAspect); in addFormatTests()
[all …]
DvktRenderPassTestsUtil.hpp407 …const std::vector<VkInputAttachmentAspectReference> inputAspects = std::vector<VkInputAttachmentAs…
DvktRenderPassTestsUtil.cpp585 const std::vector<VkInputAttachmentAspectReference> inputAspects) in RenderPass() argument
590 , m_inputAspects (inputAspects) in RenderPass()