Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c47 (!so->depth.enabled || so->depth.func == PIPE_FUNC_ALWAYS) && in etna_zsa_state_create()
68 if (so->stencil[0].func != PIPE_FUNC_ALWAYS || in etna_zsa_state_create()
69 (so->stencil[1].enabled && so->stencil[1].func != PIPE_FUNC_ALWAYS)) in etna_zsa_state_create()
88 if (so->depth.enabled == false || so->depth.func == PIPE_FUNC_ALWAYS) in etna_zsa_state_create()
97 : PIPE_FUNC_ALWAYS) | in etna_zsa_state_create()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c96 if(func == PIPE_FUNC_ALWAYS) in lp_build_compare_ext()
100 assert(func < PIPE_FUNC_ALWAYS); in lp_build_compare_ext()
185 if(func == PIPE_FUNC_ALWAYS) in lp_build_compare()
189 assert(func < PIPE_FUNC_ALWAYS); in lp_build_compare()
/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/drivers/r300/
Dr300_hyperz.c50 case PIPE_FUNC_ALWAYS: in r300_get_hiz_func()
254 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/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_cb_clear.c250 depth_stencil.depth.func = PIPE_FUNC_ALWAYS; in clear_with_quad()
257 depth_stencil.stencil[0].func = PIPE_FUNC_ALWAYS; in clear_with_quad()
Dst_atom_depth.c62 STATIC_ASSERT(PIPE_FUNC_ALWAYS == GL_ALWAYS - GL_NEVER); in st_compare_func_to_pipe()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c192 uint8_t alphatest = PIPE_FUNC_ALWAYS + 1; in nv50_fragprog_validate()
202 } else if (fp->fp.alphatest && fp->fp.alphatest != PIPE_FUNC_ALWAYS + 1) { in nv50_fragprog_validate()
210 fp->fp.alphatest = PIPE_FUNC_ALWAYS + 1; in nv50_fragprog_validate()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h205 case PIPE_FUNC_ALWAYS: in swr_convert_depth_func()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c866 dsa.depth.func = PIPE_FUNC_ALWAYS; in init_pipe_state()
869 dsa.stencil[i].func = PIPE_FUNC_ALWAYS; in init_pipe_state()
877 dsa.alpha.func = PIPE_FUNC_ALWAYS; in init_pipe_state()
890 sampler.compare_func = PIPE_FUNC_ALWAYS; in init_pipe_state()
Dvl_compositor.c487 sampler.compare_func = PIPE_FUNC_ALWAYS; in init_pipe_state()
534 dsa.depth.func = PIPE_FUNC_ALWAYS; in init_pipe_state()
537 dsa.stencil[i].func = PIPE_FUNC_ALWAYS; in init_pipe_state()
545 dsa.alpha.func = PIPE_FUNC_ALWAYS; in init_pipe_state()
Dvl_matrix_filter.c199 sampler.compare_func = PIPE_FUNC_ALWAYS; in vl_matrix_filter_init()
Dvl_median_filter.c286 sampler.compare_func = PIPE_FUNC_ALWAYS; in vl_median_filter_init()
Dvl_bicubic_filter.c285 sampler.compare_func = PIPE_FUNC_ALWAYS; in vl_bicubic_filter_init()
/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.c307 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/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.c119 mstencil.stencil[0].func = PIPE_FUNC_ALWAYS; in pp_jimenezmlaa_run()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h128 PIPE_FUNC_ALWAYS, enumerator
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c281 OUT_RING(ring, A2XX_RB_COLORCONTROL_ALPHA_FUNC(PIPE_FUNC_ALWAYS) | in fd2_emit_tile_mem2gmem()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c861 return PIPE_FUNC_ALWAYS; in si_get_alpha_test_func()
883 si_get_alpha_test_func(sctx) != PIPE_FUNC_ALWAYS; in si_shader_selector_key_hw_vs()
1429 key.part.ps.epilog.alpha_func = PIPE_FUNC_ALWAYS; in si_init_shader_selector_async()
2487 S_02880C_KILL_ENABLE(si_get_alpha_test_func(sctx) != PIPE_FUNC_ALWAYS); in si_update_shaders()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h593 case D3DCMP_ALWAYS: return PIPE_FUNC_ALWAYS; in d3dcmpfunc_to_pipe_func()

12