Home
last modified time | relevance | path

Searched refs:depthStoreOp (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.h48 wgpu::StoreOp depthStoreOp,
63 wgpu::StoreOp depthStoreOp; member
DRenderPassCache.cpp72 depthStoreOp = depthStoreOpIn; in SetDepthStencil()
160 attachmentDesc.storeOp = VulkanAttachmentStoreOp(query.depthStoreOp); in CreateRenderPassForQuery()
DCommandBufferVk.cpp222 attachmentInfo.depthLoadOp, attachmentInfo.depthStoreOp, in RecordBeginRenderPass()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPassDescriptorValidationTests.cpp237 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_F()
245 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Discard; in TEST_F()
253 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Discard; in TEST_F()
813 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_F()
826 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_F()
840 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_F()
854 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_F()
870 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_F()
882 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_F()
894 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Discard; in TEST_F()
DPipelineAndPassCompatibilityTests.cpp69 passDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in CreateRenderPassDescriptor()
DResourceUsageTrackingTests.cpp904 passDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandEncoder.cpp281 DAWN_TRY(ValidateStoreOp(depthStencilAttachment->depthStoreOp)); in ValidateRenderPassDepthStencilAttachment()
295 depthStencilAttachment->depthStoreOp != wgpu::StoreOp::Store), in ValidateRenderPassDepthStencilAttachment()
299 depthStencilAttachment->depthStoreOp, wgpu::StoreOp::Store); in ValidateRenderPassDepthStencilAttachment()
599 cmd->depthStencilAttachment.depthStoreOp = in APIBeginRenderPass()
600 descriptor->depthStencilAttachment->depthStoreOp; in APIBeginRenderPass()
DCommands.h89 wgpu::StoreOp depthStoreOp; member
DCommandBuffer.cpp172 attachmentInfo.depthStoreOp == wgpu::StoreOp::Store, depthRange); in LazyClearRenderPassAttachments()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h75 dawn::StoreOp depthStoreOp; member
DCommandEncoder.cpp723 cmd->depthStencilAttachment.depthStoreOp = in BeginRenderPass()
724 descriptor->depthStencilAttachment->depthStoreOp; in BeginRenderPass()
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp81 depthStencilAttachment.depthStoreOp = wgpu::StoreOp::Store; in beginRenderPass()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DReadOnlyDepthStencilAttachmentTests.cpp159 passDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in DoTest()
DTextureZeroInitTests.cpp488 renderPassDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_P()
530 renderPassDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_P()
569 renderPassDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_P()
610 renderPassDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Discard; in TEST_P()
685 renderPassDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_P()
771 renderPassDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_P()
1220 renderPassDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Discard; in TEST_P()
DCopyTests.cpp993 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_P()
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DDawnHelpers.cpp143 cDepthStencilAttachmentInfo.depthStoreOp = dawn::StoreOp::Store; in ComboRenderPassDescriptor()
/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.cpp98 cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in ComboRenderPassDescriptor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp347 …const VkAttachmentStoreOp depthStoreOp = (stencilOnly ? VK_ATTACHMENT_STORE_OP_DONT_CARE : VK_ATTA… in createRenderPass() local
357 depthStoreOp, // VkAttachmentStoreOp storeOp in createRenderPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp2528 vk::RenderPassStoreOp depthStoreOp = vk::RenderPassStoreOp::Store; in startNewRenderPass() local
2552 depthStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass()
2600 depthStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass()
2636 renderPassAttachmentOps.setOps(depthStencilAttachmentIndex, depthLoadOp, depthStoreOp); in startNewRenderPass()
Dvk_helpers.cpp1615 RenderPassStoreOp depthStoreOp = static_cast<RenderPassStoreOp>(dsOps.storeOp); in finalizeDepthStencilLoadStore() local
1633 depthStoreOp = RenderPassStoreOp::DontCare; in finalizeDepthStencilLoadStore()
1657 finalizeDepthStencilLoadStoreOps(context, mDepthAccess, &depthLoadOp, &depthStoreOp); in finalizeDepthStencilLoadStore()
1665 if (depthStoreOp == RenderPassStoreOp::Store) in finalizeDepthStencilLoadStore()
1681 SetBitField(dsOps.storeOp, depthStoreOp); in finalizeDepthStencilLoadStore()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp143 depthStencilAttachment.depthStoreOp = dawn::StoreOp::Store; in beginRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp893 return Convert(out.view, in.view) && Convert(out.depthStoreOp, in.depthStoreOp) && in Convert()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1265 attachmentInfo.depthLoadOp, attachmentInfo.depthStoreOp, in SetupRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm134 switch (attachmentInfo.depthStoreOp) {