Searched refs:expandWidth (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/gx2ut/ |
| D | gx2utExpandColor.cpp | 123 u32 expandWidth; in GX2UTExpandAAColorBufferOp() local 179 expandWidth = cb.surface.width; in GX2UTExpandAAColorBufferOp() 186 GX2SetViewport(0, 0, (f32)expandWidth, (f32)expandHeight, 0.0f, 1.0f); in GX2UTExpandAAColorBufferOp() 187 GX2SetScissor(0, 0, expandWidth, expandHeight); in GX2UTExpandAAColorBufferOp()
|
| D | gx2utExpandDepth.cpp | 123 u32 expandWidth; in GX2UTExpandDepthBufferOp() local 158 expandWidth = db.surface.width; in GX2UTExpandDepthBufferOp() 191 GX2SetViewport(0, 0, (f32)expandWidth, (f32)expandHeight, 0.0f, 1.0f); in GX2UTExpandDepthBufferOp() 192 GX2SetScissor(0, 0, expandWidth, expandHeight); in GX2UTExpandDepthBufferOp()
|
| D | gx2utConvertDepth.cpp | 128 u32 expandWidth; in GX2UTConvertDepthBufferToTextureSurfaceOp() local 202 expandWidth = MAX(1, dstSurface->width >> dstMip); in GX2UTConvertDepthBufferToTextureSurfaceOp() 218 GX2InitColorBuffer(&cb, expandWidth, expandHeight, dstSurface->format, GX2_AA_MODE_1X); in GX2UTConvertDepthBufferToTextureSurfaceOp() 249 GX2SetViewport(0, 0, (f32)expandWidth, (f32)expandHeight, 0.0f, 1.0f); in GX2UTConvertDepthBufferToTextureSurfaceOp() 250 GX2SetScissor(0, 0, expandWidth, expandHeight); in GX2UTConvertDepthBufferToTextureSurfaceOp()
|