/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilStateTests.cpp | 107 stencilFace.failOp = wgpu::StencilOperation::Keep; in CheckDepthCompareFunction() 157 baseStencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction() 170 stencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilCompareFunction() 210 baseStencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilOperation() 223 stencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencilOperation() 249 stencilFaceDescriptor.failOp = wgpu::StencilOperation::Keep; in CheckStencil() 374 stencilFace.failOp = wgpu::StencilOperation::Keep; in TEST_P() 397 stencilFace.failOp = wgpu::StencilOperation::Keep; in TEST_P() 462 stencilFace.failOp = wgpu::StencilOperation::Keep; in TEST_P() 577 baseStencilFaceDescriptor.failOp in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | PixelProcessor.hpp | 42 VkStencilOp failOp; member 51 failOp = rhs.failOp; in operator =()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderPipeline.cpp | 272 DAWN_TRY(ValidateStencilOperation(descriptor->stencilFront.failOp)); in ValidateDepthStencilState() 276 DAWN_TRY(ValidateStencilOperation(descriptor->stencilBack.failOp)); in ValidateDepthStencilState() 556 depthStencil->stencilBack.failOp != wgpu::StencilOperation::Keep || in StencilTestEnabled() 560 depthStencil->stencilFront.failOp != wgpu::StencilOperation::Keep || in StencilTestEnabled() 633 (mDepthStencil.stencilFront.failOp != wgpu::StencilOperation::Keep || in RenderPipelineBase() 637 (mDepthStencil.stencilBack.failOp != wgpu::StencilOperation::Keep || in RenderPipelineBase() 652 mDepthStencil.stencilBack.failOp = wgpu::StencilOperation::Keep; in RenderPipelineBase() 656 mDepthStencil.stencilFront.failOp = wgpu::StencilOperation::Keep; in RenderPipelineBase() 907 recorder.Record(desc.stencilFront.compare, desc.stencilFront.failOp, in ComputeContentHash() 909 recorder.Record(desc.stencilBack.compare, desc.stencilBack.failOp, in ComputeContentHash() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
H A D | WireOptionalTests.cpp | 90 stencilFace.failOp = WGPUStencilOperation_Keep; in TEST_F() 151 desc->depthStencil->stencilBack.failOp == WGPUStencilOperation_Keep && in TEST_F() 155 desc->depthStencil->stencilFront.failOp == WGPUStencilOperation_Keep && in TEST_F()
|
H A D | WireArgumentTests.cpp | 119 stencilFace.failOp = WGPUStencilOperation_Keep;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 303 depthStencilState.front.failOp = VulkanStencilOp(descriptor->stencilFront.failOp); in ComputeDepthStencilDesc() 309 depthStencilState.back.failOp = VulkanStencilOp(descriptor->stencilBack.failOp); in ComputeDepthStencilDesc()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | PipelineAndPassCompatibilityTests.cpp | 51 depthStencil->stencilFront.failOp = wgpu::StencilOperation::Replace; in CreatePipeline()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | ComboRenderPipelineDescriptor.cpp | 90 stencilFace.failOp = wgpu::StencilOperation::Keep; in ComboRenderPipelineDescriptor()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 205 gl.StencilOpSeparate(GL_BACK, OpenGLStencilOperation(descriptor->stencilBack.failOp), in ApplyDepthStencilState() 208 gl.StencilOpSeparate(GL_FRONT, OpenGLStencilOperation(descriptor->stencilFront.failOp), in ApplyDepthStencilState()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 869 .failOp = VK_STENCIL_OP_KEEP, in blit2d_init_depth_only_pipeline() 878 .failOp = VK_STENCIL_OP_KEEP, in blit2d_init_depth_only_pipeline() 1025 .front = {.failOp = VK_STENCIL_OP_REPLACE, in blit2d_init_stencil_only_pipeline() 1032 .back = {.failOp = VK_STENCIL_OP_REPLACE, in blit2d_init_stencil_only_pipeline()
|
H A D | radv_meta_blit.c | 787 .front = {.failOp = VK_STENCIL_OP_REPLACE, in build_pipeline() 794 .back = {.failOp = VK_STENCIL_OP_REPLACE, in build_pipeline()
|
H A D | radv_meta_resolve_fs.c | 416 .failOp = stencil_op, in create_depth_stencil_resolve_pipeline() 425 .failOp = stencil_op, in create_depth_stencil_resolve_pipeline()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_depth_test.c | 623 unsigned func, zFailOp, zPassOp, failOp; in depth_stencil_test_quad() local 638 failOp = softpipe->depth_stencil->stencil[face].fail_op; in depth_stencil_test_quad() 652 if (failOp != PIPE_STENCIL_OP_KEEP) { in depth_stencil_test_quad() 653 apply_stencil_op(data, failMask, failOp, ref, wrtMask); in depth_stencil_test_quad()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 230 opState->failOp = stencil_op_to_vk_stencil_op(stencilFace.fFailOp); 232 opState->depthFailOp = opState->failOp;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 235 depthStencilState.front.failOp = VK_STENCIL_OP_KEEP; in initPipeline() 242 depthStencilState.back.failOp = VK_STENCIL_OP_KEEP; in initPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 234 depthStencilState.front.failOp = VK_STENCIL_OP_KEEP; in initPipeline() 241 depthStencilState.back.failOp = VK_STENCIL_OP_KEEP; in initPipeline()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | graphics_pipeline.cc | 509 depthstencil_info.front.failOp = in GetVkPipelineDepthStencilInfo() 521 depthstencil_info.back.failOp = ToVkStencilOp(pipeline_data->GetBackFailOp()); in GetVkPipelineDepthStencilInfo()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_pipeline.c | 301 config.stencil_test_fail_op = translate_stencil_op(stencil_state->failOp); in pack_single_stencil_cfg()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | RenderPipelineD3D12.cpp | 272 desc.StencilFailOp = StencilOp(descriptor.failOp); in StencilOpDesc()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 663 face->op.fail = info->failOp; in vk_stencil_test_face_state_init() 705 /* If compareOp is ALWAYS then the stencil test will never fail and failOp in optimize_stencil_face() 706 * will never happen. Set failOp to KEEP in this case. in optimize_stencil_face() 2015 VkStencilOp failOp, in vk_common_CmdSetStencilOp() 2024 SET_DYN_VALUE(dyn, DS_STENCIL_OP, ds.stencil.front.op.fail, failOp); in vk_common_CmdSetStencilOp() 2031 SET_DYN_VALUE(dyn, DS_STENCIL_OP, ds.stencil.back.op.fail, failOp); in vk_common_CmdSetStencilOp() 2013 vk_common_CmdSetStencilOp(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp) vk_common_CmdSetStencilOp() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 1267 in_zsa->back.failOp == VK_STENCIL_OP_REPLACE) || in translate_stencil_test() 1277 in_zsa->front.failOp == VK_STENCIL_OP_REPLACE) || in translate_stencil_test() 1357 translate_stencil_op(in_zsa->front.failOp); in dzn_graphics_pipeline_translate_zsa() 1365 translate_stencil_op(in_zsa->back.failOp); in dzn_graphics_pipeline_translate_zsa()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_pipeline.c | 654 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->front.failOp); in panvk_pipeline_builder_parse_zs() 668 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->back.failOp); in panvk_pipeline_builder_parse_zs()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineStencilTests.cpp | 237 stencilOps[stencilFailOpIndex], // VkStencilOp failOp; in getIndexedValue() 805 refStencilFront.sFail = mapVkStencilOp(m_stencilOpStateFront.failOp); in verifyImage() 810 refStencilBack.sFail = mapVkStencilOp(m_stencilOpStateBack.failOp); in verifyImage() 1024 stencilOps[failOpNdx], // failOp in createStencilTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineStencilTests.cpp | 236 stencilOps[stencilFailOpIndex], // VkStencilOp failOp; in getIndexedValue() 800 refStencilFront.sFail = mapVkStencilOp(m_stencilOpStateFront.failOp); in verifyImage() 805 refStencilBack.sFail = mapVkStencilOp(m_stencilOpStateBack.failOp); in verifyImage() 1029 stencilOps[failOpNdx], // failOp in createStencilTests()
|
/third_party/vk-gl-cts/external/amber/src/src/dawn/ |
H A D | engine_dawn.cc | 1122 stencil_front.failOp = ::dawn::StencilOperation::Keep; in CreateRenderPipelineDescriptor() 1136 stencil_front.failOp = GetDawnStencilOp(pipeline_data->GetFrontFailOp()); in CreateRenderPipelineDescriptor() 1142 stencil_back.failOp = GetDawnStencilOp(pipeline_data->GetBackFailOp()); in CreateRenderPipelineDescriptor()
|