Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c404 GLuint line_aa; in brw_wm_populate_key() local
442 line_aa = BRW_WM_AA_NEVER; in brw_wm_populate_key()
447 line_aa = BRW_WM_AA_ALWAYS; in brw_wm_populate_key()
451 line_aa = BRW_WM_AA_SOMETIMES; in brw_wm_populate_key()
456 line_aa = BRW_WM_AA_ALWAYS; in brw_wm_populate_key()
459 line_aa = BRW_WM_AA_SOMETIMES; in brw_wm_populate_key()
463 line_aa = BRW_WM_AA_ALWAYS; in brw_wm_populate_key()
468 key->line_aa = line_aa; in brw_wm_populate_key()
/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.c181 found |= check("line smoothing", line_aa); in debug_fs_recompile()
Dbrw_compiler.h488 enum brw_wm_aa_enable line_aa:2; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4808 uint32_t line_aa = BRW_WM_AA_NEVER; in crocus_populate_fs_key() local
4812 line_aa = BRW_WM_AA_ALWAYS; in crocus_populate_fs_key()
4815 line_aa = BRW_WM_AA_SOMETIMES; in crocus_populate_fs_key()
4819 line_aa = BRW_WM_AA_ALWAYS; in crocus_populate_fs_key()
4821 line_aa = BRW_WM_AA_SOMETIMES; in crocus_populate_fs_key()
4824 line_aa = BRW_WM_AA_ALWAYS; in crocus_populate_fs_key()
4828 key->line_aa = line_aa; in crocus_populate_fs_key()
/third_party/gstreamer/gstplugins_bad/
DChangeLog158782 audiovisualizers: streamline the line_aa code