Searched refs:dst_y2 (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_blit.c | 102 int dst_y2 = dst_y + h; 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 | 233 int dst_y2 = dst_y + h; in intelEmitCopyBlit() local 312 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in intelEmitCopyBlit() 317 assert(dst_y < dst_y2); in intelEmitCopyBlit() 324 OUT_BATCH((dst_y2 << 16) | dst_x2); in intelEmitCopyBlit()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_blit.c | 534 int dst_y2 = dst_y + h; in intelEmitCopyBlit() local 615 if (dst_y2 <= dst_y || dst_x2 <= dst_x) in intelEmitCopyBlit() 619 assert(dst_y < dst_y2); in intelEmitCopyBlit() 625 OUT_BATCH(SET_FIELD(dst_y2, BLT_Y) | SET_FIELD(dst_x2, BLT_X)); in intelEmitCopyBlit()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1618 int dst_x1, int dst_y1, int dst_x2, int dst_y2, in blitter_draw_tex() argument 1647 dst_x1, dst_y1, dst_x2, dst_y2, 0, 1); in blitter_draw_tex() 1650 dst_x1, dst_y1, dst_x2, dst_y2, in blitter_draw_tex()
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 7103 int src_y1, src_y2, dst_y1, dst_y2; in vrend_renderer_blit_int() local 7176 dst_y2 = info->dst.box.y; in vrend_renderer_blit_int() 7179 dst_y2 = dst_res->base.height0 - info->dst.box.y; in vrend_renderer_blit_int() 7214 (src_y2 != dst_y2))) { in vrend_renderer_blit_int() 7297 dst_y2, in vrend_renderer_blit_int()
|