Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp541 const vk::VkAttachmentReference dsAttachmentReference = in iterate() local
556 &dsAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; in iterate()
DvktPipelineExtendedDynamicStateTests.cpp1382 const vk::VkAttachmentReference dsAttachmentReference = in iterate() local
1397 &dsAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp2545 …AttachmentReference dsAttachmentReference (1u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL… in iterateInternal() local
2564 …AttachmentReferences, vector<AttachmentReference>(), isDSFormat ? dsAttachmentReference : Attachme… in iterateInternal()