Home
last modified time | relevance | path

Searched refs:failOp (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp107 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 DPixelProcessor.hpp42 VkStencilOp failOp; member
51 failOp = rhs.failOp; in operator =()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.cpp272 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 DWireOptionalTests.cpp90 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 DWireArgumentTests.cpp119 stencilFace.failOp = WGPUStencilOperation_Keep;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp303 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 DPipelineAndPassCompatibilityTests.cpp51 depthStencil->stencilFront.failOp = wgpu::StencilOperation::Replace; in CreatePipeline()
/third_party/skia/third_party/externals/dawn/src/utils/
H A DComboRenderPipelineDescriptor.cpp90 stencilFace.failOp = wgpu::StencilOperation::Keep; in ComboRenderPipelineDescriptor()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp205 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 Dradv_meta_blit2d.c869 .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 Dradv_meta_blit.c787 .front = {.failOp = VK_STENCIL_OP_REPLACE, in build_pipeline()
794 .back = {.failOp = VK_STENCIL_OP_REPLACE, in build_pipeline()
H A Dradv_meta_resolve_fs.c416 .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 Dsp_quad_depth_test.c623 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 DGrVkPipeline.cpp230 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 DvktDynamicStateDiscardTests.cpp235 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 DvktDynamicStateDiscardTests.cpp234 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 Dgraphics_pipeline.cc509 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 Dv3dvx_pipeline.c301 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 DRenderPipelineD3D12.cpp272 desc.StencilFailOp = StencilOp(descriptor.failOp); in StencilOpDesc()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c663 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 Ddzn_pipeline.c1267 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 Dpanvk_vX_pipeline.c654 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 DvktPipelineStencilTests.cpp237 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 DvktPipelineStencilTests.cpp236 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 Dengine_dawn.cc1122 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()

Completed in 32 milliseconds

1234