Home
last modified time | relevance | path

Searched refs:dst_y2 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_blit.c87 int dst_y2 = dst_y + h; 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/gallium/drivers/crocus/
Dcrocus_blt.c158 int dst_y2 = dst_y + h; in emit_copy_blt() local
222 xyblt.DestinationY2Coordinate = dst_y2; in emit_copy_blt()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1812 int dst_x1, int dst_y1, int dst_x2, int dst_y2, in blitter_draw_tex() argument
1841 dst_x1, dst_y1, dst_x2, dst_y2, 0, 1); in blitter_draw_tex()
1844 dst_x1, dst_y1, dst_x2, dst_y2, in blitter_draw_tex()