Home
last modified time | relevance | path

Searched defs:depthStoreOp (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.h63 wgpu::StoreOp depthStoreOp; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp354 …const VkAttachmentStoreOp depthStoreOp = (stencilOnly ? VK_ATTACHMENT_STORE_OP_DONT_CARE : VK_ATTA… in createRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp355 …const VkAttachmentStoreOp depthStoreOp = (stencilOnly ? VK_ATTACHMENT_STORE_OP_DONT_CARE : VK_ATTA… in createRenderPass() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h89 wgpu::StoreOp depthStoreOp; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp2528 vk::RenderPassStoreOp depthStoreOp = vk::RenderPassStoreOp::Store; in startNewRenderPass() local
Dvk_helpers.cpp1615 RenderPassStoreOp depthStoreOp = static_cast<RenderPassStoreOp>(dsOps.storeOp); in finalizeDepthStencilLoadStore() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp566 …const auto depthStoreOp = (hasDepth ? VK_ATTACHMENT_STORE_OP_STORE : VK_ATTACHMENT_STORE_OP_DONT_… in buildRenderPass() local