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

Completed in 32 milliseconds