Searched refs:line_aa (Results 1 – 4 of 4) sorted by relevance
393 GLuint line_aa; in brw_wm_populate_key() local431 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()
156 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()
181 found |= check("line smoothing", line_aa); in debug_fs_recompile()
468 enum brw_wm_aa_enable line_aa:2; member