HomeSort by: relevance | last modified time | path
    Searched refs:line_aa (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_wm_iz.cpp 119 * \param line_aa BRW_WM_AA_NEVER, BRW_WM_AA_ALWAYS or BRW_WM_AA_SOMETIMES
156 if (wm_iz_table[lookup].ds_present || key->line_aa != BRW_WM_AA_NEVER) {
159 !wm_iz_table[lookup].ds_present && key->line_aa == BRW_WM_AA_SOMETIMES;
brw_debug_recompile.c 181 found |= check("line smoothing", line_aa);
brw_compiler.h 488 enum brw_wm_aa_enable line_aa:2; member in struct:brw_wm_prog_key
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_wm_iz.cpp 119 * \param line_aa BRW_WM_AA_NEVER, BRW_WM_AA_ALWAYS or BRW_WM_AA_SOMETIMES
158 if (wm_iz_table[lookup].ds_present || key->line_aa != BRW_WM_AA_NEVER) {
161 !wm_iz_table[lookup].ds_present && key->line_aa == BRW_WM_AA_SOMETIMES;
brw_debug_recompile.c 173 found |= check("line smoothing", line_aa);
brw_compiler.h 407 enum brw_wm_aa_enable line_aa:2; member in struct:brw_wm_prog_key
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_wm.c 404 GLuint line_aa; local
442 line_aa = BRW_WM_AA_NEVER;
447 line_aa = BRW_WM_AA_ALWAYS;
451 line_aa = BRW_WM_AA_SOMETIMES;
456 line_aa = BRW_WM_AA_ALWAYS;
459 line_aa = BRW_WM_AA_SOMETIMES;
463 line_aa = BRW_WM_AA_ALWAYS;
468 key->line_aa = line_aa;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_wm.c 362 GLuint line_aa; local
400 line_aa = BRW_WM_AA_NEVER;
405 line_aa = BRW_WM_AA_ALWAYS;
409 line_aa = BRW_WM_AA_SOMETIMES;
414 line_aa = BRW_WM_AA_ALWAYS;
417 line_aa = BRW_WM_AA_SOMETIMES;
421 line_aa = BRW_WM_AA_ALWAYS;
426 key->line_aa = line_aa;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_state.c 4808 uint32_t line_aa = BRW_WM_AA_NEVER; local
4812 line_aa = BRW_WM_AA_ALWAYS;
4815 line_aa = BRW_WM_AA_SOMETIMES;
4819 line_aa = BRW_WM_AA_ALWAYS;
4821 line_aa = BRW_WM_AA_SOMETIMES;
4824 line_aa = BRW_WM_AA_ALWAYS;
4828 key->line_aa = line_aa;

Completed in 34 milliseconds