/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_inlines.h | 40 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/ |
D | lp_bld_logic.c | 95 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/ |
D | fd6_zsa.c | 69 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/ |
D | r300_state_inlines.h | 119 case PIPE_FUNC_NEVER: in r300_translate_depth_stencil_function() 174 case PIPE_FUNC_NEVER: in r300_translate_alpha_function()
|
D | r300_hyperz.c | 46 case PIPE_FUNC_NEVER: in r300_get_hiz_func()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_gldefs.h | 107 case PIPE_FUNC_NEVER: in nvgl_comparison_op()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.h | 624 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()
|
D | nine_pipe.c | 43 dsa.depth_func != PIPE_FUNC_NEVER; in nine_convert_dsa_state()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_fs.c | 260 key->tex[i].compare_func = PIPE_FUNC_NEVER; in make_fs_key() 271 sampler->compare_func == PIPE_FUNC_NEVER) { in make_fs_key()
|
D | svga_pipe_depthstencil.c | 41 case PIPE_FUNC_NEVER: return SVGA3D_CMP_NEVER; in svga_translate_compare_func()
|
D | svga_pipe_sampler.c | 106 case PIPE_FUNC_NEVER: in translate_comparison_func()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 370 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/ |
D | samplerobj.h | 135 STATIC_ASSERT(PIPE_FUNC_NEVER == GL_NEVER - GL_NEVER); in func_to_gallium()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 478 case PIPE_FUNC_NEVER: in translate_texture_compare()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_texture.c | 114 case PIPE_FUNC_NEVER : return NV30_3D_TEX_WRAP_RCOMP_NEVER; in compare_mode()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 121 PIPE_FUNC_NEVER, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 890 (zsa->depth_func != PIPE_FUNC_NEVER)) in util_writes_depth_stencil()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 819 return PIPE_FUNC_NEVER; in translateComparison()
|
D | Shader.cpp | 369 return PIPE_FUNC_NEVER; in translate_comparison()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_state.c | 226 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/ |
D | zink_state.c | 441 case PIPE_FUNC_NEVER: return VK_COMPARE_OP_NEVER; in compare_op()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 1313 (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()
|
D | si_shader_llvm_ps.c | 200 if (ctx->shader->key.ps.part.epilog.alpha_func != PIPE_FUNC_NEVER) { in si_alpha_test()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 195 case PIPE_FUNC_NEVER: in v3d_create_depth_stencil_alpha_state()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_emit_nv50.cpp | 1283 case PIPE_FUNC_NEVER: enc = 0x0; break; in alphatestSet()
|