Home
last modified time | relevance | path

Searched refs:srcy (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libvgl/
H A Dbitmap.c161 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy() argument
175 if (srcx>src->VXsize || srcy>src->VYsize in __VGLBitmapCopy()
181 if (srcy < 0) { in __VGLBitmapCopy()
182 hight=hight+srcy; dsty-=srcy; srcy=0; in __VGLBitmapCopy()
188 hight=hight+dsty; srcy-=dsty; dsty=0; in __VGLBitmapCopy()
192 if (srcy+hight > src->VYsize) in __VGLBitmapCopy()
193 hight=src->VYsize-srcy; in __VGLBitmapCopy()
200 yend = srcy + hight; in __VGLBitmapCopy()
203 if (src->Bitmap == dst->Bitmap && srcy < dsty) { in __VGLBitmapCopy()
204 yend = srcy - 1; in __VGLBitmapCopy()
[all …]
H A Dvgl.h108 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 DR600Instructions.td410 (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 "