Searched refs:dst_x2 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_blit.c | 103 int dst_x2 = dst_x + w; in i915_copy_blit() local 136 if (dst_y2 < dst_y || dst_x2 < dst_x) { in i915_copy_blit() 153 OUT_BATCH((dst_y2 << 16) | dst_x2); in i915_copy_blit()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_blit.c | 95 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()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_blit.c | 262 int dst_x2 = dst_x + w; in emit_copy_blit() local 304 dst_x2 *= cpp / 2; in emit_copy_blit() 310 dst_x2 *= cpp / 4; in emit_copy_blit() 342 if (dst_y2 <= dst_y || dst_x2 <= dst_x) in emit_copy_blit() 345 assert(dst_x < dst_x2); in emit_copy_blit() 352 OUT_BATCH(SET_FIELD(dst_y2, BLT_Y) | SET_FIELD(dst_x2, BLT_X)); in emit_copy_blit()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1737 int dst_x1, int dst_y1, int dst_x2, int dst_y2, in blitter_draw_tex() argument 1766 dst_x1, dst_y1, dst_x2, dst_y2, 0, 1); in blitter_draw_tex() 1769 dst_x1, dst_y1, dst_x2, dst_y2, in blitter_draw_tex()
|