Lines Matching refs:dstSurface
115 GX2Surface *dstSurface,
173 GX2Surface *dstSurface, in GX2UTCopySurfaceOp() argument
186 dstRect.right = GX2Max(1, dstSurface->width >> dstMip); in GX2UTCopySurfaceOp()
187 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTCopySurfaceOp()
190 dstSurface, dstMip, dstSlice, &dstRect, in GX2UTCopySurfaceOp()
257 GX2Surface *dstSurface, in GX2UTCopySurfaceRect() argument
273 dstSurface, dstMip, dstSlice, dstRect, in GX2UTCopySurfaceRect()
326 GX2Surface *dstSurface, in GX2UTSetAndCopySurfaceRect() argument
335 dstSurface, dstMip, dstSlice, dstRect, in GX2UTSetAndCopySurfaceRect()
379 GX2Surface *dstSurface, in GX2UTCopySurfaceEx() argument
412 dstSurface, dstMip, dstSlice, &dstRect, in GX2UTCopySurfaceEx()
470 GX2Surface *dstSurface, in GX2UTCopySurface() argument
484 dstRect.right = GX2Max(1, dstSurface->width >> dstMip); in GX2UTCopySurface()
485 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTCopySurface()
497 dstSurface, dstMip, dstSlice, &dstRect, in GX2UTCopySurface()
537 GX2Surface *dstSurface, u32 dstMip, u32 dstSlice) in GX2UTSetAndCopySurface() argument
543 dstSurface, dstMip, dstSlice); in GX2UTSetAndCopySurface()