Home
last modified time | relevance | path

Searched refs:COMPARE_FUNC_ALWAYS (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c128 key.lower_alpha_func = COMPARE_FUNC_ALWAYS; in st_update_fp()
Dst_cb_bitmap.c182 key.lower_alpha_func = COMPARE_FUNC_ALWAYS; in setup_render_state()
Dst_program.c1250 if (key->lower_alpha_func != COMPARE_FUNC_ALWAYS) { in st_create_fp_variant()
1946 key.lower_alpha_func = COMPARE_FUNC_ALWAYS; in st_precompile_shader_variant()
Dst_cb_drawpixels.c1151 key.lower_alpha_func = COMPARE_FUNC_ALWAYS; in get_color_fp_variant()
1181 key.lower_alpha_func = COMPARE_FUNC_ALWAYS; in get_color_index_fp_variant()
/external/mesa3d/src/compiler/
Dshader_enums.h878 COMPARE_FUNC_ALWAYS, enumerator
/external/mesa3d/src/compiler/nir/
Dnir_builder.h1624 case COMPARE_FUNC_ALWAYS: in nir_compare_func()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2745 key->alpha_test_func = COMPARE_FUNC_ALWAYS; in vc4_update_compiled_fs()