| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| copyimage.h | 40 GLint srcX, GLint srcY, GLint srcZ, 47 GLint srcX, GLint srcY, GLint srcZ,
|
| copyimage.c | 536 int srcX, int srcY, int srcZ, int srcLevel, 567 srcX, srcY, newSrcZ, 576 GLint srcX, GLint srcY, GLint srcZ, 592 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, 599 GLint srcX, GLint srcY, GLint srcZ, 619 srcX, srcY, srcZ, 666 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || 668 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) { 700 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, 728 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| copyimage.h | 40 GLint srcX, GLint srcY, GLint srcZ, 47 GLint srcX, GLint srcY, GLint srcZ, 54 GLint srcX, GLint srcY, GLint srcZ, 61 GLint srcX, GLint srcY, GLint srcZ,
|
| copyimage.c | 541 int srcX, int srcY, int srcZ, int srcLevel, 572 srcX, srcY, newSrcZ, 581 GLint srcX, GLint srcY, GLint srcZ, 597 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, 604 GLint srcX, GLint srcY, GLint srcZ, 624 srcX, srcY, srcZ, 671 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || 673 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) { 705 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, 733 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| WarpPtr.c | 51 req->srcY = src_y;
|
| CopyArea.c | 55 req->srcY = src_y;
|
| CopyPlane.c | 56 req->srcY = src_y;
|
| TrCoords.c | 50 req->srcY = src_y;
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| neo_2200.c | 62 int srcY, int dstX, int dstY, 66 int srcY, int dstX, int dstY, 296 int srcX, int srcY, 303 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) { 310 (srcY * nAcl->Pitch) + (srcX * nAcl->PixelWidth)); 325 ((srcY+h-1) * nAcl->Pitch) + ((srcX+w-1) 338 int srcX, int srcY, 345 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) [all...] |
| neo_2070.c | 96 int srcY, int dstX, int dstY, 201 int srcX, int srcY, 208 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) { 214 (srcY * nAcl->Pitch) + (srcX * nAcl->PixelWidth)); 226 ((srcY+h-1) * nAcl->Pitch) + ((srcX+w-1) * nAcl->PixelWidth));
|
| neo_2090.c | 81 int srcY, int dstX, int dstY, 237 int srcX, int srcY, 244 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) { 248 OUTREG(NEOREG_SRCSTARTOFF, (srcY<<16) | (srcX & 0xffff)); 258 OUTREG(NEOREG_SRCSTARTOFF, ((srcY+h-1)<<16) | ((srcX+w-1) & 0xffff));
|
| neo_2097.c | 66 int srcY, int dstX, int dstY, 284 int srcX, int srcY, 291 if ((dstY < srcY) || ((dstY == srcY) && (dstX < srcX))) { 295 OUTREG(NEOREG_SRCSTARTOFF, (srcY<<16) | (srcX & 0xffff)); 305 OUTREG(NEOREG_SRCSTARTOFF, ((srcY+h-1)<<16) | ((srcX+w-1) & 0xffff));
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| uxa.h | 181 * @param srcY source Y coordinate 188 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source 202 int srcY, 320 * @param srcY source Y coordinate 340 int srcY,
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| smi_exa.c | 52 SMI_Copy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, int width, int height); 78 SMI_Composite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, 81 SMI730_Composite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, 289 SMI_Copy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, 296 DEBUG("srcX=%d srcY=%d dstX=%d dstY=%d width=%d height=%d\n", 297 srcX, srcY, dstX, dstY, width, height); 301 srcY += height - 1; 312 srcY *= 3; 327 WRITE_DPR(pSmi, 0x00, (srcX << 16) + (srcY & 0xFFFF)); 675 SMI_Composite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| lx_exa.c | 361 lx_do_copy(PixmapPtr pxDst, int srcX, int srcY, 369 gp_declare_blt(lx_copy_flags(srcX, srcY, dstX, dstY, w, h, exaScratch.op)); 371 srcOffset = exaScratch.srcOffset + (exaScratch.srcPitch * srcY) + 379 if (dstY > srcY) 826 int opX, int opY, int srcX, int srcY) 855 for (j = srcY; j < srcY + height; j++) 859 optempY = opY + j - srcY; 869 for (j = srcY; j < srcY + height; j++ [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_textured_videofuncs.c | 440 float srcX, srcY, srcw, srch; 450 srcY = pPriv->src_y; 451 srcY += ((pBox->y1 - pPriv->drw_y) * 463 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h, 464 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h); 466 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h, 467 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h); 469 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h, 470 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h); 476 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h) [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| i915_render.c | 389 int srcX, int srcY, 397 OUT_VERTEX((srcY + h) * intel->scale_units[0][1]); 402 OUT_VERTEX((srcY + h) * intel->scale_units[0][1]); 407 OUT_VERTEX(srcY * intel->scale_units[0][1]); 412 int srcX, int srcY, 419 if (!intel_uxa_get_transformed_coordinates(srcX, srcY, 425 if (!intel_uxa_get_transformed_coordinates(srcX, srcY + h, 431 if (!intel_uxa_get_transformed_coordinates(srcX + w, srcY + h, 455 int srcX, int srcY, 463 OUT_VERTEX((srcY + h) * intel->scale_units[0][1]) [all...] |
| uxa.h | 200 * @param srcY source Y coordinate 207 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the 222 int srcY, int dstX, int dstY, int width, int height); 365 * @param srcY source Y coordinate 386 int srcY,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| i915_render.c | 389 int srcX, int srcY, 397 OUT_VERTEX((srcY + h) * intel->scale_units[0][1]); 402 OUT_VERTEX((srcY + h) * intel->scale_units[0][1]); 407 OUT_VERTEX(srcY * intel->scale_units[0][1]); 412 int srcX, int srcY, 419 if (!intel_uxa_get_transformed_coordinates(srcX, srcY, 425 if (!intel_uxa_get_transformed_coordinates(srcX, srcY + h, 431 if (!intel_uxa_get_transformed_coordinates(srcX + w, srcY + h, 455 int srcX, int srcY, 463 OUT_VERTEX((srcY + h) * intel->scale_units[0][1]) [all...] |
| uxa.h | 200 * @param srcY source Y coordinate 207 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the 222 int srcY, int dstX, int dstY, int width, int height); 365 * @param srcY source Y coordinate 386 int srcY,
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_video.c | 1198 BYTE *Y, *V, *U, *srcY, *srcV, *srcU; 1207 srcY = buf; 1208 srcV = srcY + width * height; 1212 memcpy(Y + i * pPriv->srcPitch, srcY + i*width, width); 1227 *(unsigned char *)(Y + i * pPriv->srcPitch + j+1) = *(unsigned char *)(srcY + i*width + j); 1228 *(unsigned char *)(Y + i * pPriv->srcPitch + j) = *(unsigned char *)(srcY + i*width + j+1); 1252 *(unsigned char *)(Y + i * pPriv->srcPitch + j+3) = *(unsigned char *)(srcY + i*width + j); 1253 *(unsigned char *)(Y + i * pPriv->srcPitch + j+2) = *(unsigned char *)(srcY + i*width + j+1); 1254 *(unsigned char *)(Y + i * pPriv->srcPitch + j+1) = *(unsigned char *)(srcY + i*width + j+2); 1255 *(unsigned char *)(Y + i * pPriv->srcPitch + j) = *(unsigned char *)(srcY + i*width + j+3) [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| uxa.h | 200 * @param srcY source Y coordinate 207 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the 222 int srcY, int dstX, int dstY, int width, int height); 365 * @param srcY source Y coordinate 386 int srcY,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| xa_composite.h | 151 int srcX, int srcY, int maskX, int maskY,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| xa_composite.h | 151 int srcX, int srcY, int maskX, int maskY,
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_textured_videofuncs.c | 357 float srcX, srcY, srcw, srch; 367 srcY = pPriv->src_y; 368 srcY += ((pBox->y1 - pPriv->drw_y) * 380 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h, 381 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h); 383 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h, 384 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h); 386 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h, 387 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h); 393 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h) [all...] |