Home
last modified time | relevance | path

Searched defs:depthLoadOp (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.h62 wgpu::LoadOp depthLoadOp; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp353 const VkAttachmentLoadOp depthLoadOp = (stencilOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_LOAD_OP_LOAD); in createRenderPass() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.h88 wgpu::LoadOp depthLoadOp; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp354 const VkAttachmentLoadOp depthLoadOp = (stencilOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_LOAD_OP_LOAD); in createRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp565 const auto depthLoadOp = (hasDepth ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_DONT_CARE); in buildRenderPass() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp2526 vk::RenderPassLoadOp depthLoadOp = vk::RenderPassLoadOp::Load; in startNewRenderPass() local
H A Dvk_helpers.cpp1614 RenderPassLoadOp depthLoadOp = static_cast<RenderPassLoadOp>(dsOps.loadOp); in finalizeDepthStencilLoadStore() local

Completed in 27 milliseconds