Lines Matching refs:dstSurface
108 GX2Surface *dstSurface,
159 GX2Surface *dstSurface, in GX2UTCopySurfaceOp() argument
172 dstRect.right = GX2Max(1, dstSurface->width >> dstMip); in GX2UTCopySurfaceOp()
173 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTCopySurfaceOp()
176 dstSurface, dstMip, dstSlice, &dstRect, in GX2UTCopySurfaceOp()
243 GX2Surface *dstSurface, in GX2UTCopySurfaceRect() argument
259 dstSurface, dstMip, dstSlice, dstRect, in GX2UTCopySurfaceRect()
312 GX2Surface *dstSurface, in GX2UTSetAndCopySurfaceRect() argument
321 dstSurface, dstMip, dstSlice, dstRect, in GX2UTSetAndCopySurfaceRect()
365 GX2Surface *dstSurface, in GX2UTCopySurfaceEx() argument
398 dstSurface, dstMip, dstSlice, &dstRect, in GX2UTCopySurfaceEx()
456 GX2Surface *dstSurface, in GX2UTCopySurface() argument
470 dstRect.right = GX2Max(1, dstSurface->width >> dstMip); in GX2UTCopySurface()
471 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTCopySurface()
483 dstSurface, dstMip, dstSlice, &dstRect, in GX2UTCopySurface()
523 GX2Surface *dstSurface, u32 dstMip, u32 dstSlice) in GX2UTSetAndCopySurface() argument
529 dstSurface, dstMip, dstSlice); in GX2UTSetAndCopySurface()