Searched refs:srcx (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libvgl/ |
H A D | bitmap.c | 161 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy() argument 175 if (srcx>src->VXsize || srcy>src->VYsize in __VGLBitmapCopy() 178 if (srcx < 0) { in __VGLBitmapCopy() 179 width=width+srcx; dstx-=srcx; srcx=0; in __VGLBitmapCopy() 185 width=width+dstx; srcx-=dstx; dstx=0; in __VGLBitmapCopy() 190 if (srcx+width > src->VXsize) in __VGLBitmapCopy() 191 width=src->VXsize-srcx; in __VGLBitmapCopy() 210 p = src->Bitmap+(srcline*src->VXsize+srcx)*dst->PixelBytes; in __VGLBitmapCopy() 222 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy() argument 235 __VGLBitmapCopy(src, srcx, srcy, &VGLVDisplay, dstx, dsty, width, hight); in VGLBitmapCopy() [all …]
|
H A D | vgl.h | 108 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid… 109 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width…
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Instructions.td | 410 (i32 imm:$srcx), (i32 imm:$srcy), (i32 imm:$srcz), (i32 imm:$srcw), 418 imm:$srcx, imm:$srcy, imm:$srcz, imm:$srcw, 917 RSel:$srcx, RSel:$srcy, RSel:$srcz, RSel:$srcw, 925 "$SRC_GPR.$srcx$srcy$srcz$srcw "
|