Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp93 VkAttachmentReference depthStencilAttachmentRef; in CreateRenderPassForQuery() local
126 depthStencilAttachment = &depthStencilAttachmentRef; in CreateRenderPassForQuery()
128 depthStencilAttachmentRef.attachment = attachmentCount; in CreateRenderPassForQuery()
129 depthStencilAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in CreateRenderPassForQuery()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp91 VkAttachmentReference depthStencilAttachmentRef; in CreateRenderPassForQuery() local
124 depthStencilAttachment = &depthStencilAttachmentRef; in CreateRenderPassForQuery()
126 depthStencilAttachmentRef.attachment = attachmentCount; in CreateRenderPassForQuery()
127 depthStencilAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in CreateRenderPassForQuery()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp436 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
451 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp290 const VkAttachmentReference &depthStencilAttachmentRef, in InitializeUnresolveSubpass() argument
420 *unresolveDepthStencilAttachmentRef = depthStencilAttachmentRef; in InitializeUnresolveSubpass()
433 unresolvePreserveAttachmentRefs->push_back(depthStencilAttachmentRef.attachment); in InitializeUnresolveSubpass()
899 VkAttachmentReference depthStencilAttachmentRef = kUnusedAttachment; in InitializeRenderPassFromDesc() local
961 depthStencilAttachmentRef.attachment = attachmentCount.get(); in InitializeRenderPassFromDesc()
962 depthStencilAttachmentRef.layout = ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()
1063 desc, colorAttachmentRefs, colorResolveAttachmentRefs, depthStencilAttachmentRef, in InitializeRenderPassFromDesc()
1082 (depthStencilAttachmentRef.attachment != VK_ATTACHMENT_UNUSED ? &depthStencilAttachmentRef in InitializeRenderPassFromDesc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp207 VkAttachmentReference depthStencilAttachmentRef = {VK_ATTACHMENT_UNUSED, in InitializeRenderPassFromDesc() local
260 depthStencilAttachmentRef.attachment = depthStencilIndexVk; in InitializeRenderPassFromDesc()
261 depthStencilAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in InitializeRenderPassFromDesc()
279 (depthStencilAttachmentRef.attachment != VK_ATTACHMENT_UNUSED ? &depthStencilAttachmentRef in InitializeRenderPassFromDesc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp848 VkAttachmentReference depthStencilAttachmentRef = {}; in CreateSwapchain() local
849 depthStencilAttachmentRef.attachment = 1; in CreateSwapchain()
850 depthStencilAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in CreateSwapchain()
856 subpassDesc.pDepthStencilAttachment = &depthStencilAttachmentRef; in CreateSwapchain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp420 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
435 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
H A DvktPipelineRenderToImageTests.cpp485 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local
492 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A 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()
/dports/games/warzone2100/warzone2100/lib/ivis_opengl/
H A Dgfx_api_vk.cpp1726 const auto depthStencilAttachmentRef = in createDefaultRenderpass() local
1741 .setPDepthStencilAttachment(&depthStencilAttachmentRef) in createDefaultRenderpass()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvksyncvaltests.cpp2295 …const VkAttachmentReference depthStencilAttachmentRef = {1u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHM… in TEST_F() local
2304 &depthStencilAttachmentRef, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvklayertests_buffer_image_memory_sampler.cpp14213 …const VkAttachmentReference depthStencilAttachmentRef = {1u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHM… in TEST_F() local
14222 &depthStencilAttachmentRef, in TEST_F()