Home
last modified time | relevance | path

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

123

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_subbitmap.c44 int dst_x2 = DST_WIDTH-1; variable
152 l = MIN(dst_x1, dst_x2); in main()
153 r = MAX(dst_x1, dst_x2); in main()
201 float x_ = dst_x2 + 0.5; in main()
279 dst_x1 = dst_x2 = event.mouse.x; in main()
292 dst_x2 = event.mouse.x; in main()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/i915/
H A 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()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/i915/
H A 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()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/i915/
H A 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()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/i915/
H A 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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/i915/
H A 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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/i915/
H A 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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/i915/
H A Di915_blit.c103 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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/i915/
H A 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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/i915/
H A 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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/i915/
H A 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()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/i915/
H A 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()
/dports/emulators/aranym/aranym-1.1.0/src/
H A Dvidel_zoom.cpp245 int dst_x2 = (((x+1)<<4) * zoomWidth) / videlWidth; in refreshScreen() local
262 for(i=dst_x1;i<dst_x2;i++) { in refreshScreen()
274 for(i=dst_x1;i<dst_x2;i++) { in refreshScreen()
282 dst_x2-dst_x1,dst_y2-dst_y1); in refreshScreen()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A 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()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A 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()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A 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()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A 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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/dri/i915/
H A 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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A 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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A 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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A 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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A 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()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/dri/i915/
H A 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()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A 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()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A 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()

123