Home
last modified time | relevance | path

Searched refs:alpha_test_func (Results 1 – 6 of 6) 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.cpp590 if (key->alpha_test_func == GL_ALWAYS) in emit_alpha_test()
593 if (key->alpha_test_func == GL_NEVER) { in emit_alpha_test()
605 cond_for_alpha_func(key->alpha_test_func)); in emit_alpha_test()
Dbrw_compiler.h497 GLenum alpha_test_func; /* < For Gfx4/5 MRT alpha test */ member
Dbrw_fs.cpp9290 if (wm_key->alpha_test_func) in run_fs()
9635 key->alpha_test_func; in brw_nir_populate_wm_prog_data()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c531 key->alpha_test_func = ctx->Color.AlphaFunc; in brw_wm_populate_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4855 key->alpha_test_func = compare_func_to_gl(zsa->cso.alpha_func); in crocus_populate_fs_key()