Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp628 VkAttachmentReference inputAttachmentReference = {}; in TEST_F() local
629 inputAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
630 inputAttachmentReference.attachment = 3; in TEST_F()
637 subpassDescription.pInputAttachments = &inputAttachmentReference; in TEST_F()
810 VkAttachmentReference inputAttachmentReference = {}; in TEST_F() local
811 inputAttachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
812 inputAttachmentReference.attachment = 3; in TEST_F()
819 subpassDescription.pInputAttachments = &inputAttachmentReference; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp410 …const AttachmentRef inputAttachmentReference // VkAttachmentReference || VkAttach… in makeRenderPassWithAttachments() local
444 …&inputAttachmentReference, // const VkAttachmentReference* pInputAttachments; || cons… in makeRenderPassWithAttachments()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp2807 const VkAttachmentReference inputAttachmentReference = in initialize() local
2958 &inputAttachmentReference, // const VkAttachmentReference* pInputAttachments; in initialize()