Home
last modified time | relevance | path

Searched refs:depthStencilAttachmentRef (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp469 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
484 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp286 const VkAttachmentReference &depthStencilAttachmentRef, in InitializeUnresolveSubpass() argument
416 *unresolveDepthStencilAttachmentRef = depthStencilAttachmentRef; in InitializeUnresolveSubpass()
429 unresolvePreserveAttachmentRefs->push_back(depthStencilAttachmentRef.attachment); in InitializeUnresolveSubpass()
945 VkAttachmentReference depthStencilAttachmentRef = kUnusedAttachment; in InitializeRenderPassFromDesc() local
1026 depthStencilAttachmentRef.attachment = attachmentCount.get(); in InitializeRenderPassFromDesc()
1027 depthStencilAttachmentRef.layout = ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()
1128 desc, colorAttachmentRefs, colorResolveAttachmentRefs, depthStencilAttachmentRef, in InitializeRenderPassFromDesc()
1149 (depthStencilAttachmentRef.attachment != VK_ATTACHMENT_UNUSED ? &depthStencilAttachmentRef in InitializeRenderPassFromDesc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp420 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
435 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
DvktPipelineRenderToImageTests.cpp485 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
492 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp315 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
331 … depthStencilAttachmentRef2 = convertAttachmentReference(depthStencilAttachmentRef, depthSt… in makeRenderPass()
394 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()