Home
last modified time | relevance | path

Searched refs:StencilFunc (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1362 desc->FrontFace.StencilFunc = in dzn_graphics_pipeline_translate_zsa()
1370 desc->BackFace.StencilFunc = in dzn_graphics_pipeline_translate_zsa()
1787 if (ds_templ->FrontFace.StencilFunc != D3D12_COMPARISON_FUNC_NEVER && in dzn_graphics_pipeline_get_state()
1788 ds_templ->FrontFace.StencilFunc != D3D12_COMPARISON_FUNC_ALWAYS) in dzn_graphics_pipeline_get_state()
1790 if (ds_templ->BackFace.StencilFunc != D3D12_COMPARISON_FUNC_NEVER && in dzn_graphics_pipeline_get_state()
1791 ds_templ->BackFace.StencilFunc != D3D12_COMPARISON_FUNC_ALWAYS) in dzn_graphics_pipeline_get_state()
1835 if (ds->FrontFace.StencilFunc != D3D12_COMPARISON_FUNC_NEVER && in dzn_graphics_pipeline_get_state()
1836 ds->FrontFace.StencilFunc != D3D12_COMPARISON_FUNC_ALWAYS) { in dzn_graphics_pipeline_get_state()
1840 if (ds->BackFace.StencilFunc != D3D12_COMPARISON_FUNC_NEVER && in dzn_graphics_pipeline_get_state()
1841 ds->BackFace.StencilFunc ! in dzn_graphics_pipeline_get_state()
[all...]
H A Ddzn_meta.c678 desc.DepthStencilState.FrontFace.StencilFunc = D3D12_COMPARISON_FUNC_ALWAYS; in dzn_meta_blit_create()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp83 depthStencilDesc.FrontFace.StencilFunc = D3D11_COMPARISON_ALWAYS; in loadResources()
87 depthStencilDesc.BackFace.StencilFunc = D3D11_COMPARISON_ALWAYS; in loadResources()
H A DRenderStateCache.cpp247 dsDesc.FrontFace.StencilFunc = ConvertComparison(glState.stencilFunc); in getDepthStencilState()
251 dsDesc.BackFace.StencilFunc = ConvertComparison(glState.stencilBackFunc); in getDepthStencilState()
H A DBlit11.cpp667 depthStencilDesc.FrontFace.StencilFunc = D3D11_COMPARISON_ALWAYS; in initResources()
671 depthStencilDesc.BackFace.StencilFunc = D3D11_COMPARISON_ALWAYS; in initResources()
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleWebGLInterfaceAutogen.cpp115 GET_PROC(StencilFunc); in GrGLMakeAssembledWebGLInterface()
H A DGrGLAssembleGLESInterfaceAutogen.cpp108 GET_PROC(StencilFunc); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp111 GET_PROC(StencilFunc); in GrGLMakeAssembledGLInterface()
H A DGrGLGpu.cpp2470 GR_GL_CALL(gl, StencilFunc(glFunc, ref, mask));
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
H A DCovglTests.cpp346 TEST_P(GLES1CovglTest, StencilFunc) in TEST_P()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp913 face0->func = translateComparison(pDepthStencilDesc->FrontFace.StencilFunc); in CreateDepthStencilState()
921 face1->func = translateComparison(pDepthStencilDesc->BackFace.StencilFunc); in CreateDepthStencilState()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DRenderPipelineD3D12.cpp275 desc.StencilFunc = ToD3D12ComparisonFunc(descriptor.compare); in StencilOpDesc()
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineStateBuilder.cpp447 desc->StencilFunc = stencil_test_to_d3d_func(stencilFace.fTest); in setup_stencilop_desc()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx10.cpp499 desc.FrontFace.StencilFunc = D3D10_COMPARISON_ALWAYS; in ImGui_ImplDX10_CreateDeviceObjects()
H A Dimgui_impl_dx11.cpp511 desc.FrontFace.StencilFunc = D3D11_COMPARISON_ALWAYS; in ImGui_ImplDX11_CreateDeviceObjects()
H A Dimgui_impl_dx12.cpp657 desc.FrontFace.StencilFunc = D3D12_COMPARISON_FUNC_ALWAYS; in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp723 return gl::StencilFunc(func, ref, mask); in glStencilFunc()
1669 this->glStencilFunc = gl::StencilFunc; in LibGLESv2exports()
H A Dentry_points.h151 void GL_APIENTRY StencilFunc(GLenum func, GLint ref, GLuint mask);
H A DlibGLESv2.cpp4384 void GL_APIENTRY StencilFunc(GLenum func, GLint ref, GLuint mask) in StencilFunc() function
6492 FUNCTION(StencilFunc), in es2GetProcAddress()
/third_party/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp807 { "glStencilFunc", _O(StencilFunc) },
/third_party/rust/crates/libc/src/
H A Dpsp.rs823 pub enum StencilFunc { enum
3571 pub fn sceGuStencilFunc(func: StencilFunc, ref_: i32, mask: i32); in sceGuStencilFunc()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp426 ret.StencilFunc = compare_op((pipe_compare_func) src->func); in stencil_op_state()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp2750 ANGLE_CAPTURE(StencilFunc, isCallValid, context, func, ref, mask); in GL_StencilFunc()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp5506 ANGLE_CAPTURE(StencilFunc, isCallValid, context, func, ref, mask); in GL_StencilFunc()

Completed in 107 milliseconds