Home
last modified time | relevance | path

Searched refs:alpha_test_func (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c187 found |= check("mrt alpha test function", alpha_test_func); in debug_fs_recompile()
Dbrw_fs_visitor.cpp595 if (key->alpha_test_func == COMPARE_FUNC_ALWAYS) in emit_alpha_test()
598 if (key->alpha_test_func == COMPARE_FUNC_NEVER) { in emit_alpha_test()
610 cond_for_alpha_func(key->alpha_test_func)); in emit_alpha_test()
Dbrw_compiler.h514 enum compare_func alpha_test_func:3; /* < For Gfx4/5 MRT alpha test */ member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4855 key->alpha_test_func = zsa->cso.alpha_func; in crocus_populate_fs_key()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2015 - intel/fs: Use compare_func for wm_prog_key::alpha_test_func