Home
last modified time | relevance | path

Searched refs:dst_x2 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_blit.c88 int dst_x2 = dst_x + w; in i915_copy_blit() local
117 if (dst_y2 < dst_y || dst_x2 < dst_x) { in i915_copy_blit()
134 OUT_BATCH((dst_y2 << 16) | dst_x2); in i915_copy_blit()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_blit.c95 int dst_x2 = dst_x + w; in emit_copy_blit() local
147 dst_x2 *= cpp / 2; in emit_copy_blit()
153 dst_x2 *= cpp / 4; in emit_copy_blit()
173 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in emit_copy_blit()
177 assert(dst_x < dst_x2); in emit_copy_blit()
185 OUT_BATCH((dst_y2 << 16) | dst_x2); in emit_copy_blit()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blit.c270 int dst_x2 = dst_x + w; in emit_copy_blit() local
312 dst_x2 *= cpp / 2; in emit_copy_blit()
318 dst_x2 *= cpp / 4; in emit_copy_blit()
350 if (dst_y2 <= dst_y || dst_x2 <= dst_x) in emit_copy_blit()
353 assert(dst_x < dst_x2); in emit_copy_blit()
360 OUT_BATCH(SET_FIELD(dst_y2, BLT_Y) | SET_FIELD(dst_x2, BLT_X)); in emit_copy_blit()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c159 int dst_x2 = dst_x + w; in emit_copy_blt() local
182 dst_x2 *= cpp / 2; in emit_copy_blt()
188 dst_x2 *= cpp / 4; in emit_copy_blt()
221 xyblt.DestinationX2Coordinate = dst_x2; in emit_copy_blt()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1745 int dst_x1, int dst_y1, int dst_x2, int dst_y2, in blitter_draw_tex() argument
1774 dst_x1, dst_y1, dst_x2, dst_y2, 0, 1); in blitter_draw_tex()
1777 dst_x1, dst_y1, dst_x2, dst_y2, in blitter_draw_tex()