/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_zsa.c | 50 cs->z_test_enabled = so->depth_enabled && so->depth_func != PIPE_FUNC_ALWAYS; in etna_zsa_state_create() 73 if (so->stencil[0].func != PIPE_FUNC_ALWAYS || in etna_zsa_state_create() 74 (so->stencil[1].enabled && so->stencil[1].func != PIPE_FUNC_ALWAYS)) in etna_zsa_state_create()
|
D | etnaviv_translate.h | 493 case PIPE_FUNC_ALWAYS: in translate_texture_compare()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_zsa.c | 59 case PIPE_FUNC_ALWAYS: in update_lrz_stencil() 141 case PIPE_FUNC_ALWAYS: in fd6_zsa_state_create() 192 if (cso->alpha_func != PIPE_FUNC_ALWAYS) { in fd6_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_inlines.h | 54 case PIPE_FUNC_ALWAYS: in i915_translate_compare_func() 79 case PIPE_FUNC_ALWAYS: in i915_translate_shadow_compare_func()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_logic.c | 97 if(func == PIPE_FUNC_ALWAYS) in lp_build_compare_ext() 101 assert(func < PIPE_FUNC_ALWAYS); in lp_build_compare_ext() 186 if(func == PIPE_FUNC_ALWAYS) in lp_build_compare() 190 assert(func < PIPE_FUNC_ALWAYS); in lp_build_compare()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_hyperz.c | 49 case PIPE_FUNC_ALWAYS: in r300_get_hiz_func() 227 return dsa->alpha_enabled && dsa->alpha_func != PIPE_FUNC_ALWAYS; in r300_dsa_alpha_test_enabled()
|
D | r300_state_inlines.h | 133 case PIPE_FUNC_ALWAYS: in r300_translate_depth_stencil_function() 188 case PIPE_FUNC_ALWAYS: in r300_translate_alpha_function()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_gldefs.h | 121 case PIPE_FUNC_ALWAYS: in nvgl_comparison_op()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 833 return PIPE_FUNC_ALWAYS; in translateComparison() 836 return PIPE_FUNC_ALWAYS; in translateComparison() 929 ASSERT(face0->func == PIPE_FUNC_ALWAYS); in CreateDepthStencilState() 936 ASSERT(face1->func == PIPE_FUNC_ALWAYS); in CreateDepthStencilState()
|
D | Shader.cpp | 383 return PIPE_FUNC_ALWAYS; in translate_comparison() 386 return PIPE_FUNC_ALWAYS; in translate_comparison()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 415 case PIPE_FUNC_ALWAYS: in do_stencil_test() 585 case PIPE_FUNC_ALWAYS: in depth_test_quad() 741 case PIPE_FUNC_ALWAYS: in alpha_test_quads() 1056 case PIPE_FUNC_ALWAYS: in choose_depth_test()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 149 sampler.compare_func = PIPE_FUNC_ALWAYS; in init_pipe_state() 198 dsa.depth_func = PIPE_FUNC_ALWAYS; in init_pipe_state() 201 dsa.stencil[i].func = PIPE_FUNC_ALWAYS; in init_pipe_state() 209 dsa.alpha_func = PIPE_FUNC_ALWAYS; in init_pipe_state()
|
D | vl_mpeg12_decoder.c | 867 dsa.depth_func = PIPE_FUNC_ALWAYS; in init_pipe_state() 870 dsa.stencil[i].func = PIPE_FUNC_ALWAYS; in init_pipe_state() 878 dsa.alpha_func = PIPE_FUNC_ALWAYS; in init_pipe_state() 891 sampler.compare_func = PIPE_FUNC_ALWAYS; in init_pipe_state()
|
D | vl_matrix_filter.c | 182 sampler.compare_func = PIPE_FUNC_ALWAYS; in vl_matrix_filter_init()
|
D | vl_median_filter.c | 293 sampler.compare_func = PIPE_FUNC_ALWAYS; in vl_median_filter_init()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_clear.c | 304 depth_stencil.depth_func = PIPE_FUNC_ALWAYS; in clear_with_quad() 311 depth_stencil.stencil[0].func = PIPE_FUNC_ALWAYS; in clear_with_quad()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_shader_state.c | 201 uint8_t alphatest = PIPE_FUNC_ALWAYS + 1; in nv50_fragprog_validate() 211 } else if (fp->fp.alphatest && fp->fp.alphatest != PIPE_FUNC_ALWAYS + 1) { in nv50_fragprog_validate() 219 fp->fp.alphatest = PIPE_FUNC_ALWAYS + 1; in nv50_fragprog_validate()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 243 case PIPE_FUNC_ALWAYS: in swr_convert_depth_func()
|
/third_party/mesa3d/src/mesa/main/ |
D | samplerobj.h | 215 STATIC_ASSERT(PIPE_FUNC_ALWAYS == GL_ALWAYS - GL_NEVER); in func_to_gallium()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 48 case PIPE_FUNC_ALWAYS: return SVGA3D_CMP_ALWAYS; in svga_translate_compare_func()
|
D | svga_state_fs.c | 331 else if (sampler->compare_func == PIPE_FUNC_ALWAYS || in make_fs_key()
|
D | svga_pipe_sampler.c | 120 case PIPE_FUNC_ALWAYS: in translate_comparison_func()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 112 mstencil.stencil[0].func = PIPE_FUNC_ALWAYS; in pp_jimenezmlaa_run()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_texture.c | 121 case PIPE_FUNC_ALWAYS : return NV30_3D_TEX_WRAP_RCOMP_ALWAYS; in compare_mode()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 128 PIPE_FUNC_ALWAYS, enumerator
|