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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_static.c 205 int need_fixup; local
242 need_fixup = need_target_fixup(cbuf_surface, &fixup);
243 if (i915->current.target_fixup_format != need_fixup ||
245 i915->current.target_fixup_format = need_fixup;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 205 int need_fixup; local
242 need_fixup = need_target_fixup(cbuf_surface, &fixup);
243 if (i915->current.target_fixup_format != need_fixup ||
245 i915->current.target_fixup_format = need_fixup;
  /art/patchoat/
patchoat.cc 662 bool need_fixup = false; local
669 need_fixup = true;
673 need_fixup = true;
677 if (!need_fixup) {
    [all...]

Completed in 262 milliseconds