Home
last modified time | relevance | path

Searched refs:PIPE_FUNC_NEVER (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h40 case PIPE_FUNC_NEVER: in i915_translate_compare_func()
65 case PIPE_FUNC_NEVER: in i915_translate_shadow_compare_func()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c95 if (func == PIPE_FUNC_NEVER) in lp_build_compare_ext()
100 assert(func > PIPE_FUNC_NEVER); in lp_build_compare_ext()
184 if (func == PIPE_FUNC_NEVER) in lp_build_compare()
189 assert(func > PIPE_FUNC_NEVER); in lp_build_compare()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.c69 case PIPE_FUNC_NEVER: in update_lrz_stencil()
131 case PIPE_FUNC_NEVER: in fd6_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h119 case PIPE_FUNC_NEVER: in r300_translate_depth_stencil_function()
174 case PIPE_FUNC_NEVER: in r300_translate_alpha_function()
Dr300_hyperz.c46 case PIPE_FUNC_NEVER: in r300_get_hiz_func()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h107 case PIPE_FUNC_NEVER: in nvgl_comparison_op()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h624 case D3DCMP_NEVER: return PIPE_FUNC_NEVER; in d3dcmpfunc_to_pipe_func()
632 case D3DCMP_NEVER_ZERO: return PIPE_FUNC_NEVER; // Tested on windows + ATI HD5770 in d3dcmpfunc_to_pipe_func()
635 return PIPE_FUNC_NEVER; in d3dcmpfunc_to_pipe_func()
Dnine_pipe.c43 dsa.depth_func != PIPE_FUNC_NEVER; in nine_convert_dsa_state()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_fs.c260 key->tex[i].compare_func = PIPE_FUNC_NEVER; in make_fs_key()
271 sampler->compare_func == PIPE_FUNC_NEVER) { in make_fs_key()
Dsvga_pipe_depthstencil.c41 case PIPE_FUNC_NEVER: return SVGA3D_CMP_NEVER; in svga_translate_compare_func()
Dsvga_pipe_sampler.c106 case PIPE_FUNC_NEVER: in translate_comparison_func()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c370 case PIPE_FUNC_NEVER: in do_stencil_test()
561 case PIPE_FUNC_NEVER: in depth_test_quad()
743 case PIPE_FUNC_NEVER: in alpha_test_quads()
1035 case PIPE_FUNC_NEVER: in choose_depth_test()
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.h135 STATIC_ASSERT(PIPE_FUNC_NEVER == GL_NEVER - GL_NEVER); in func_to_gallium()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h478 case PIPE_FUNC_NEVER: in translate_texture_compare()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c114 case PIPE_FUNC_NEVER : return NV30_3D_TEX_WRAP_RCOMP_NEVER; in compare_mode()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h121 PIPE_FUNC_NEVER, enumerator
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h890 (zsa->depth_func != PIPE_FUNC_NEVER)) in util_writes_depth_stencil()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp819 return PIPE_FUNC_NEVER; in translateComparison()
DShader.cpp369 return PIPE_FUNC_NEVER; in translate_comparison()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c226 STATIC_ASSERT((enum agx_zs_func) PIPE_FUNC_NEVER == AGX_ZS_FUNC_NEVER); in agx_create_zsa_state()
329 [PIPE_FUNC_NEVER] = AGX_COMPARE_FUNC_NEVER,
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c441 case PIPE_FUNC_NEVER: return VK_COMPARE_OP_NEVER; in compare_op()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1313 (state->func == PIPE_FUNC_NEVER && si_order_invariant_stencil_op(state->fail_op)); in si_order_invariant_stencil_state()
1386 state->depth_func == PIPE_FUNC_NEVER || state->depth_func == PIPE_FUNC_LESS || in si_create_dsa_state()
1402 (state->depth_func == PIPE_FUNC_ALWAYS || state->depth_func == PIPE_FUNC_NEVER)); in si_create_dsa_state()
1405 (state->depth_func == PIPE_FUNC_ALWAYS || state->depth_func == PIPE_FUNC_NEVER); in si_create_dsa_state()
2145 case PIPE_FUNC_NEVER: in si_tex_compare()
Dsi_shader_llvm_ps.c200 if (ctx->shader->key.ps.part.epilog.alpha_func != PIPE_FUNC_NEVER) { in si_alpha_test()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c195 case PIPE_FUNC_NEVER: in v3d_create_depth_stencil_alpha_state()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_nv50.cpp1283 case PIPE_FUNC_NEVER: enc = 0x0; break; in alphatestSet()

12