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