Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_blit.c102 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/
Dintel_blit.c94 int dst_y2 = dst_y + h; in emit_copy_blit() local
173 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in emit_copy_blit()
178 assert(dst_y < dst_y2); in emit_copy_blit()
185 OUT_BATCH((dst_y2 << 16) | dst_x2); in emit_copy_blit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_blit.c261 int dst_y2 = dst_y + h; in emit_copy_blit() local
342 if (dst_y2 <= dst_y || dst_x2 <= dst_x) in emit_copy_blit()
346 assert(dst_y < dst_y2); 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/
Du_blitter.c1737 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()
/external/virglrenderer/src/
Dvrend_renderer.c8811 int src_y1, src_y2, dst_y1, dst_y2; in vrend_renderer_blit_int() local
8861 dst_y2 = info->dst.box.y; in vrend_renderer_blit_int()
8864 dst_y2 = dst_res->base.height0 - info->dst.box.y; in vrend_renderer_blit_int()
8885 dst_y1 != src_y1 || dst_y2 != src_y2 || in vrend_renderer_blit_int()
8891 … src_y1, src_y2, info->dst.box.x, info->dst.box.x + info->dst.box.width, dst_y1, dst_y2); in vrend_renderer_blit_int()
8959 (src_y2 != dst_y2))) { in vrend_renderer_blit_int()
9045 dst_y2, in vrend_renderer_blit_int()