HomeSort by relevance Sort by last modified time
    Searched refs:line_aa (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_wm_iz.cpp 119 * \param line_aa BRW_WM_AA_NEVER, BRW_WM_AA_ALWAYS or BRW_WM_AA_SOMETIMES
155 if (wm_iz_table[lookup].ds_present || key->line_aa != BRW_WM_AA_NEVER) {
158 !wm_iz_table[lookup].ds_present && key->line_aa == BRW_WM_AA_SOMETIMES;
brw_compiler.h 386 enum brw_wm_aa_enable line_aa:2; member in struct:brw_wm_prog_key
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 103 old_key->line_aa, key->line_aa);
450 GLuint line_aa; local
484 line_aa = BRW_WM_AA_NEVER;
489 line_aa = BRW_WM_AA_ALWAYS;
493 line_aa = BRW_WM_AA_SOMETIMES;
498 line_aa = BRW_WM_AA_ALWAYS;
501 line_aa = BRW_WM_AA_SOMETIMES;
505 line_aa = BRW_WM_AA_ALWAYS;
510 key->line_aa = line_aa
    [all...]

Completed in 139 milliseconds