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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.cpp 648 glsl_interp_qualifier interpolation_mode,
653 if (interpolation_mode == INTERP_QUALIFIER_SMOOTH)
658 if (interpolation_mode == INTERP_QUALIFIER_SMOOTH)
689 glsl_interp_qualifier interpolation_mode = local
704 if (interpolation_mode == INTERP_QUALIFIER_FLAT) {
731 emit_linterp(attr, fs_reg(interp), interpolation_mode,
741 interpolation_mode, false);
    [all...]
brw_fs.h 303 glsl_interp_qualifier interpolation_mode,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 648 glsl_interp_qualifier interpolation_mode,
653 if (interpolation_mode == INTERP_QUALIFIER_SMOOTH)
658 if (interpolation_mode == INTERP_QUALIFIER_SMOOTH)
689 glsl_interp_qualifier interpolation_mode = local
704 if (interpolation_mode == INTERP_QUALIFIER_FLAT) {
731 emit_linterp(attr, fs_reg(interp), interpolation_mode,
741 interpolation_mode, false);
    [all...]
brw_fs.h 303 glsl_interp_qualifier interpolation_mode,

Completed in 50 milliseconds