Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utExpandDepth.cpp124 u32 expandHeight; in GX2UTExpandDepthBufferOp() local
159 expandHeight = db.surface.height; in GX2UTExpandDepthBufferOp()
191 GX2SetViewport(0, 0, (f32)expandWidth, (f32)expandHeight, 0.0f, 1.0f); in GX2UTExpandDepthBufferOp()
192 GX2SetScissor(0, 0, expandWidth, expandHeight); in GX2UTExpandDepthBufferOp()
Dgx2utExpandColor.cpp124 u32 expandHeight; in GX2UTExpandAAColorBufferOp() local
180 expandHeight = cb.surface.height; in GX2UTExpandAAColorBufferOp()
186 GX2SetViewport(0, 0, (f32)expandWidth, (f32)expandHeight, 0.0f, 1.0f); in GX2UTExpandAAColorBufferOp()
187 GX2SetScissor(0, 0, expandWidth, expandHeight); in GX2UTExpandAAColorBufferOp()
Dgx2utConvertDepth.cpp129 u32 expandHeight; in GX2UTConvertDepthBufferToTextureSurfaceOp() local
203 expandHeight = MAX(1, dstSurface->height >> 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()