Home
last modified time | relevance | path

Searched refs:PIPE_FUNC_ALWAYS (Results 1 – 25 of 51) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c50 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()
Detnaviv_translate.h493 case PIPE_FUNC_ALWAYS: in translate_texture_compare()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.c60 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()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h55 case PIPE_FUNC_ALWAYS: in i915_translate_compare_func()
80 case PIPE_FUNC_ALWAYS: in i915_translate_shadow_compare_func()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c97 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()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c49 case PIPE_FUNC_ALWAYS: in r300_get_hiz_func()
253 return dsa->alpha.enabled && dsa->alpha.func != PIPE_FUNC_ALWAYS; in r300_dsa_alpha_test_enabled()
Dr300_state_inlines.h133 case PIPE_FUNC_ALWAYS: in r300_translate_depth_stencil_function()
188 case PIPE_FUNC_ALWAYS: in r300_translate_alpha_function()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h121 case PIPE_FUNC_ALWAYS: in nvgl_comparison_op()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.h101 case PIPE_FUNC_ALWAYS: return MALI_FUNC_ALWAYS; in panfrost_translate_compare_func()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c415 case PIPE_FUNC_ALWAYS: in do_stencil_test()
588 case PIPE_FUNC_ALWAYS: in depth_test_quad()
744 case PIPE_FUNC_ALWAYS: in alpha_test_quads()
966 case PIPE_FUNC_ALWAYS: in choose_depth_test()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c61 STATIC_ASSERT(PIPE_FUNC_ALWAYS == GL_ALWAYS - GL_NEVER); in st_compare_func_to_pipe()
Dst_cb_clear.c305 depth_stencil.depth.func = PIPE_FUNC_ALWAYS; in clear_with_quad()
312 depth_stencil.stencil[0].func = PIPE_FUNC_ALWAYS; in clear_with_quad()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c149 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()
Dvl_mpeg12_decoder.c867 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()
Dvl_matrix_filter.c182 sampler.compare_func = PIPE_FUNC_ALWAYS; in vl_matrix_filter_init()
Dvl_median_filter.c293 sampler.compare_func = PIPE_FUNC_ALWAYS; in vl_median_filter_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c196 uint8_t alphatest = PIPE_FUNC_ALWAYS + 1; in nv50_fragprog_validate()
206 } else if (fp->fp.alphatest && fp->fp.alphatest != PIPE_FUNC_ALWAYS + 1) { in nv50_fragprog_validate()
214 fp->fp.alphatest = PIPE_FUNC_ALWAYS + 1; in nv50_fragprog_validate()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h242 case PIPE_FUNC_ALWAYS: in swr_convert_depth_func()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c48 case PIPE_FUNC_ALWAYS: return SVGA3D_CMP_ALWAYS; in svga_translate_compare_func()
Dsvga_state_fs.c331 else if (sampler->compare_func == PIPE_FUNC_ALWAYS || in make_fs_key()
Dsvga_pipe_sampler.c120 case PIPE_FUNC_ALWAYS: in translate_comparison_func()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h122 #define PIPE_FUNC_ALWAYS 7 macro
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c121 case PIPE_FUNC_ALWAYS : return NV30_3D_TEX_WRAP_RCOMP_ALWAYS; in compare_mode()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c107 mstencil.stencil[0].func = PIPE_FUNC_ALWAYS; in pp_jimenezmlaa_run()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h128 PIPE_FUNC_ALWAYS, enumerator

123