Home
last modified time | relevance | path

Searched refs:line_aa (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c393 GLuint line_aa; in brw_wm_populate_key() local
431 line_aa = BRW_WM_AA_NEVER; in brw_wm_populate_key()
436 line_aa = BRW_WM_AA_ALWAYS; in brw_wm_populate_key()
440 line_aa = BRW_WM_AA_SOMETIMES; in brw_wm_populate_key()
445 line_aa = BRW_WM_AA_ALWAYS; in brw_wm_populate_key()
448 line_aa = BRW_WM_AA_SOMETIMES; in brw_wm_populate_key()
452 line_aa = BRW_WM_AA_ALWAYS; in brw_wm_populate_key()
457 key->line_aa = line_aa; in brw_wm_populate_key()
/external/mesa3d/src/intel/compiler/
Dbrw_wm_iz.cpp156 if (wm_iz_table[lookup].ds_present || key->line_aa != BRW_WM_AA_NEVER) { in setup_fs_payload_gen4()
159 !wm_iz_table[lookup].ds_present && key->line_aa == BRW_WM_AA_SOMETIMES; in setup_fs_payload_gen4()
Dbrw_debug_recompile.c181 found |= check("line smoothing", line_aa); in debug_fs_recompile()
Dbrw_compiler.h468 enum brw_wm_aa_enable line_aa:2; member