Searched refs:depthStencilRef (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 960 const VkAttachmentReference* depthStencilRef = &attachmentReferences.back(); in draw() local 988 depthStencilRef, // const VkAttachmentReference* pDepthStencilAttachment; in draw() 1600 …const VkAttachmentReference depthStencilRef = makeAttachmentReference(1u, VK_IMAGE_LAYOUT_DEPTH_ST… in drawResolve() local 1612 &depthStencilRef, // const VkAttachmentReference* pDepthStencilAttachment; in drawResolve()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 960 const VkAttachmentReference* depthStencilRef = &attachmentReferences.back(); in draw() local 988 depthStencilRef, // const VkAttachmentReference* pDepthStencilAttachment; in draw() 1600 …const VkAttachmentReference depthStencilRef = makeAttachmentReference(1u, VK_IMAGE_LAYOUT_DEPTH_ST… in drawResolve() local 1612 &depthStencilRef, // const VkAttachmentReference* pDepthStencilAttachment; in drawResolve()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 644 const VkAttachmentReference2KHR &depthStencilRef, in ToSubpassDescription2() argument 658 desc2Out->pDepthStencilAttachment = desc.pDepthStencilAttachment ? &depthStencilRef : nullptr; in ToSubpassDescription2() 713 VkAttachmentReference2KHR &depthStencilRef = subpassDepthStencilAttachmentRefs[subpass]; in CreateRenderPass2() local 760 &depthStencilRef); in CreateRenderPass2() 764 ToSubpassDescription2(desc, inputRefs, colorRefs, resolveRefs, depthStencilRef, in CreateRenderPass2()
|