Home
last modified time | relevance | path

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

/third_party/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_gfx4()
159 !wm_iz_table[lookup].ds_present && key->line_aa == BRW_WM_AA_SOMETIMES; in setup_fs_payload_gfx4()
Dbrw_debug_recompile.c180 found |= check("line smoothing", line_aa); in debug_fs_recompile()
Dbrw_compiler.h520 enum brw_wm_aa_enable line_aa:2; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4809 uint32_t line_aa = BRW_WM_AA_NEVER; in crocus_populate_fs_key() local
4813 line_aa = BRW_WM_AA_ALWAYS; in crocus_populate_fs_key()
4816 line_aa = BRW_WM_AA_SOMETIMES; in crocus_populate_fs_key()
4820 line_aa = BRW_WM_AA_ALWAYS; in crocus_populate_fs_key()
4822 line_aa = BRW_WM_AA_SOMETIMES; in crocus_populate_fs_key()
4825 line_aa = BRW_WM_AA_ALWAYS; in crocus_populate_fs_key()
4829 key->line_aa = line_aa; in crocus_populate_fs_key()
/third_party/gstreamer/gstplugins_bad/
DChangeLog158782 audiovisualizers: streamline the line_aa code