Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.h312 void emit_alpha_test();
Dbrw_compiler.h513 bool emit_alpha_test:1; member
Dbrw_fs_visitor.cpp588 fs_visitor::emit_alpha_test() in emit_alpha_test() function in fs_visitor
Dbrw_fs.cpp6924 if (wm_key->emit_alpha_test) in run_fs()
6925 emit_alpha_test(); in run_fs()
7308 key->emit_alpha_test; in brw_nir_populate_wm_prog_data()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4854 key->emit_alpha_test = true; in crocus_populate_fs_key()