Home
last modified time | relevance | path

Searched refs:depthAttachmentRef (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp373 std::unique_ptr<AttachmentRef> depthAttachmentRef; in createRenderPass() local
376 depthAttachmentRef.reset(new AttachmentRef( in createRenderPass()
395 …(depthAttachmentRef ? depthAttachmentRef.get() : DE_NULL), // const VkAttachmentReference* pDe… in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp484 VkAttachmentReference depthAttachmentRef{}; local
485 depthAttachmentRef.attachment = 1;
486 depthAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
492 subpass.pDepthStencilAttachment = &depthAttachmentRef;