/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 73 stencilLoadOp = stencilLoadOpIn; in SetDepthStencil() 161 attachmentDesc.stencilLoadOp = VulkanAttachmentLoadOp(query.stencilLoadOp); in CreateRenderPassForQuery() 248 HashCombine(&hash, query.depthStencilFormat, query.depthLoadOp, query.stencilLoadOp, in operator ()() 284 (a.depthLoadOp != b.depthLoadOp) || (a.stencilLoadOp != b.stencilLoadOp) || in operator ()()
|
D | RenderPassCache.h | 49 wgpu::LoadOp stencilLoadOp, 64 wgpu::LoadOp stencilLoadOp; member
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.cpp | 48 GrLoadOp stencilLoadOp, in create_render_pass() argument 64 stencilLoadOp, in create_render_pass() 585 GrLoadOp stencilLoadOp; in onExecute() local 588 stencilLoadOp = GrLoadOp::kDiscard; in onExecute() 597 stencilLoadOp = GrLoadOp::kClear; in onExecute() 601 stencilLoadOp = GrLoadOp::kClear; in onExecute() 612 stencilLoadOp = GrLoadOp::kLoad; in onExecute() 635 stencilLoadOp, in onExecute()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 52 VkAttachmentLoadOp stencilLoadOp, 67 VkAttachmentLoadOp stencilLoadOp, 359 VkAttachmentLoadOp stencilLoadOp,
|
D | vktRenderPassTestsUtil.cpp | 58 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1() 82 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2() 525 VkAttachmentLoadOp stencilLoadOp, in Attachment() argument 535 , m_stencilLoadOp (stencilLoadOp) in Attachment()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 67 VkAttachmentLoadOp stencilLoadOp; member 128 testParams.stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp in createRenderPass() 1006 params.stencilLoadOp = loadOps[stencilLoadOpIdx]; in createRenderPassUnusedAttachmentTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 52 VkAttachmentLoadOp stencilLoadOp, 67 VkAttachmentLoadOp stencilLoadOp, 359 VkAttachmentLoadOp stencilLoadOp,
|
D | vktRenderPassTestsUtil.cpp | 58 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1() 82 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2() 525 VkAttachmentLoadOp stencilLoadOp, in Attachment() argument 535 , m_stencilLoadOp (stencilLoadOp) in Attachment()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 67 VkAttachmentLoadOp stencilLoadOp; member 128 testParams.stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp in createRenderPass() 1006 params.stencilLoadOp = loadOps[stencilLoadOpIdx]; in createRenderPassUnusedAttachmentTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 46 VkAttachmentLoadOp stencilLoadOp, 61 VkAttachmentLoadOp stencilLoadOp,
|
D | vktMultiViewRenderPassUtil.cpp | 55 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1() 79 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 46 VkAttachmentLoadOp stencilLoadOp, 61 VkAttachmentLoadOp stencilLoadOp,
|
D | vktMultiViewRenderPassUtil.cpp | 55 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1() 79 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexOnlyRenderPipelineTests.cpp | 65 renderPassDescNoColor.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in SetUp() 71 renderPassDescWithColor.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in SetUp() 148 clearPass.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Clear; in ClearAttachment()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | RenderPassDescriptorValidationTests.cpp | 815 renderPass.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in TEST_F() 828 renderPass.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in TEST_F() 842 renderPass.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in TEST_F() 856 renderPass.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in TEST_F() 872 renderPass.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in TEST_F() 884 renderPass.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Clear; in TEST_F() 896 renderPass.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in TEST_F()
|
D | PipelineAndPassCompatibilityTests.cpp | 74 passDescriptor.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in CreateRenderPassDescriptor()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkFramebuffer.cpp | 103 switch(attachment.stencilLoadOp) in executeLoadOp() 114 UNSUPPORTED("attachment.stencilLoadOp %d", attachment.stencilLoadOp); in executeLoadOp()
|
D | VkRenderPass.cpp | 77 dst[i].stencilLoadOp = src[i].stencilLoadOp; in CopyAttachmentDescriptions()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandBuffer.cpp | 166 attachmentInfo.stencilLoadOp == wgpu::LoadOp::Load) { in LazyClearRenderPassAttachments() 168 attachmentInfo.stencilLoadOp = wgpu::LoadOp::Clear; in LazyClearRenderPassAttachments()
|
D | CommandEncoder.cpp | 280 DAWN_TRY(ValidateLoadOp(depthStencilAttachment->stencilLoadOp)); in ValidateRenderPassDepthStencilAttachment() 302 (depthStencilAttachment->stencilLoadOp != wgpu::LoadOp::Load || in ValidateRenderPassDepthStencilAttachment() 306 depthStencilAttachment->stencilLoadOp, wgpu::LoadOp::Load, in ValidateRenderPassDepthStencilAttachment() 601 cmd->depthStencilAttachment.stencilLoadOp = in APIBeginRenderPass() 602 descriptor->depthStencilAttachment->stencilLoadOp; in APIBeginRenderPass()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_render_pass.c | 91 attachments[i].stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in create_render_pass2() 135 …attachments[num_attachments].stencilLoadOp = rt->clear_stencil ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_… in create_render_pass2() 149 attachments[num_attachments].stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD) in create_render_pass2() 159 attachments[zsresolve_offset].stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in create_render_pass2() 166 attachments[zsresolve_offset].stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD) in create_render_pass2()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 120 attachments[0].stencilLoadOp = vk::AttachmentLoadOp::eDontCare; in createRenderPass() 130 attachments[1].stencilLoadOp = vk::AttachmentLoadOp::eDontCare; in createRenderPass() 141 attachments[0].stencilLoadOp = vk::AttachmentLoadOp::eDontCare; in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 209 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE, 220 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE, 231 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 31 attachment->stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in setup_vk_attachment_description() 37 attachment->stencilLoadOp = desc.fLoadStoreOps.fLoadOp; in setup_vk_attachment_description()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pass.c | 248 att->desc.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD) { in v3dv_CreateRenderPass2() 251 att->desc.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) { in v3dv_CreateRenderPass2()
|