/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.h | 48 wgpu::StoreOp depthStoreOp, 63 wgpu::StoreOp depthStoreOp; member
|
D | RenderPassCache.cpp | 72 depthStoreOp = depthStoreOpIn; in SetDepthStencil() 160 attachmentDesc.storeOp = VulkanAttachmentStoreOp(query.depthStoreOp); in CreateRenderPassForQuery()
|
D | CommandBufferVk.cpp | 222 attachmentInfo.depthLoadOp, attachmentInfo.depthStoreOp, in RecordBeginRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | RenderPassDescriptorValidationTests.cpp | 237 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()
|
D | PipelineAndPassCompatibilityTests.cpp | 69 passDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in CreateRenderPassDescriptor()
|
D | ResourceUsageTrackingTests.cpp | 904 passDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandEncoder.cpp | 281 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()
|
D | Commands.h | 89 wgpu::StoreOp depthStoreOp; member
|
D | CommandBuffer.cpp | 172 attachmentInfo.depthStoreOp == wgpu::StoreOp::Store, depthRange); in LazyClearRenderPassAttachments()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | Commands.h | 75 dawn::StoreOp depthStoreOp; member
|
D | CommandEncoder.cpp | 723 cmd->depthStencilAttachment.depthStoreOp = in BeginRenderPass() 724 descriptor->depthStencilAttachment->depthStoreOp; in BeginRenderPass()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.cpp | 81 depthStencilAttachment.depthStoreOp = wgpu::StoreOp::Store; in beginRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ReadOnlyDepthStencilAttachmentTests.cpp | 159 passDescriptor.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in DoTest()
|
D | TextureZeroInitTests.cpp | 488 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()
|
D | CopyTests.cpp | 993 renderPass.cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in TEST_P()
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | DawnHelpers.cpp | 143 cDepthStencilAttachmentInfo.depthStoreOp = dawn::StoreOp::Store; in ComboRenderPassDescriptor()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | WGPUHelpers.cpp | 98 cDepthStencilAttachmentInfo.depthStoreOp = wgpu::StoreOp::Store; in ComboRenderPassDescriptor()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 347 …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/ |
D | FramebufferVk.cpp | 2528 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()
|
D | vk_helpers.cpp | 1615 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/ |
D | GrDawnGpuCommandBuffer.cpp | 143 depthStencilAttachment.depthStoreOp = dawn::StoreOp::Store; in beginRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | Converter.cpp | 893 return Convert(out.view, in.view) && Convert(out.depthStoreOp, in.depthStoreOp) && in Convert()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandBufferD3D12.cpp | 1265 attachmentInfo.depthLoadOp, attachmentInfo.depthStoreOp, in SetupRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | CommandBufferMTL.mm | 134 switch (attachmentInfo.depthStoreOp) {
|