Home
last modified time | relevance | path

Searched refs:stencilLoadOp (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp73 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 ()()
DRenderPassCache.h49 wgpu::LoadOp stencilLoadOp,
64 wgpu::LoadOp stencilLoadOp; member
/third_party/skia/src/gpu/ops/
DOpsTask.cpp48 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/
DvktRenderPassTestsUtil.hpp52 VkAttachmentLoadOp stencilLoadOp,
67 VkAttachmentLoadOp stencilLoadOp,
359 VkAttachmentLoadOp stencilLoadOp,
DvktRenderPassTestsUtil.cpp58 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1()
82 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2()
525 VkAttachmentLoadOp stencilLoadOp, in Attachment() argument
535 , m_stencilLoadOp (stencilLoadOp) in Attachment()
DvktRenderPassUnusedAttachmentTests.cpp67 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/
DvktRenderPassTestsUtil.hpp52 VkAttachmentLoadOp stencilLoadOp,
67 VkAttachmentLoadOp stencilLoadOp,
359 VkAttachmentLoadOp stencilLoadOp,
DvktRenderPassTestsUtil.cpp58 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1()
82 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2()
525 VkAttachmentLoadOp stencilLoadOp, in Attachment() argument
535 , m_stencilLoadOp (stencilLoadOp) in Attachment()
DvktRenderPassUnusedAttachmentTests.cpp67 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/
DvktMultiViewRenderPassUtil.hpp46 VkAttachmentLoadOp stencilLoadOp,
61 VkAttachmentLoadOp stencilLoadOp,
DvktMultiViewRenderPassUtil.cpp55 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1()
79 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp46 VkAttachmentLoadOp stencilLoadOp,
61 VkAttachmentLoadOp stencilLoadOp,
DvktMultiViewRenderPassUtil.cpp55 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1()
79 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexOnlyRenderPipelineTests.cpp65 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/
DRenderPassDescriptorValidationTests.cpp815 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()
DPipelineAndPassCompatibilityTests.cpp74 passDescriptor.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Load; in CreateRenderPassDescriptor()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFramebuffer.cpp103 switch(attachment.stencilLoadOp) in executeLoadOp()
114 UNSUPPORTED("attachment.stencilLoadOp %d", attachment.stencilLoadOp); in executeLoadOp()
DVkRenderPass.cpp77 dst[i].stencilLoadOp = src[i].stencilLoadOp; in CopyAttachmentDescriptions()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandBuffer.cpp166 attachmentInfo.stencilLoadOp == wgpu::LoadOp::Load) { in LazyClearRenderPassAttachments()
168 attachmentInfo.stencilLoadOp = wgpu::LoadOp::Clear; in LazyClearRenderPassAttachments()
DCommandEncoder.cpp280 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/
Dzink_render_pass.c91 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/
DDrawTester.cpp120 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/
DVK_EXT_multisampled_render_to_single_sampled.adoc209 .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/
DGrVkRenderPass.cpp31 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/
Dv3dv_pass.c248 att->desc.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD) { in v3dv_CreateRenderPass2()
251 att->desc.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) { in v3dv_CreateRenderPass2()

12345