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

  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.c 102 int dst_y2 = dst_y + h; local
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
153 OUT_BATCH((dst_y2 << 16) | dst_x2);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 107 int dst_y2 = dst_y + h; local
192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) {
197 assert(dst_y < dst_y2);
203 OUT_BATCH((dst_y2 << 16) | dst_x2);

Completed in 151 milliseconds