Home
last modified time | relevance | path

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

123

/third_party/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()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.c59 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/
Di915_state_inlines.h54 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/
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()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c49 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()
Dr300_state_inlines.h133 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/
Dnouveau_gldefs.h121 case PIPE_FUNC_ALWAYS: in nvgl_comparison_op()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp833 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()
DShader.cpp383 return PIPE_FUNC_ALWAYS; in translate_comparison()
386 return PIPE_FUNC_ALWAYS; in translate_comparison()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c415 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/
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()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c304 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/
Dnv50_shader_state.c201 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/
Dswr_state.h243 case PIPE_FUNC_ALWAYS: in swr_convert_depth_func()
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.h215 STATIC_ASSERT(PIPE_FUNC_ALWAYS == GL_ALWAYS - GL_NEVER); in func_to_gallium()
/third_party/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()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c112 mstencil.stencil[0].func = PIPE_FUNC_ALWAYS; in pp_jimenezmlaa_run()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c121 case PIPE_FUNC_ALWAYS : return NV30_3D_TEX_WRAP_RCOMP_ALWAYS; in compare_mode()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h128 PIPE_FUNC_ALWAYS, enumerator

123