Lines Matching refs:fbWidth
244 fbSize = VIPadFrameBufferWidth(Rmode->fbWidth) * Rmode->xfbHeight * in DEMOConfigureMem()
351 u16 fbWidth; in DEMOInitGX() local
362 fbWidth = Rmode->fbWidth; in DEMOInitGX()
363 if (fbWidth > 640) { in DEMOInitGX()
364 fbWidth = 640; in DEMOInitGX()
371 GXSetViewport(0.0F, 0.0F, (f32)fbWidth, (f32)Rmode->efbHeight, in DEMOInitGX()
373 GXSetScissor(0, 0, (u32)fbWidth, (u32)Rmode->efbHeight); in DEMOInitGX()
377 GXSetDispCopySrc(0, 0, fbWidth, Rmode->efbHeight); // use adjusted width in DEMOInitGX()
378 GXSetDispCopyDst(Rmode->fbWidth, Rmode->xfbHeight); // use original width in DEMOInitGX()
393 GXSetViewport(0.0F, 0.0F, (f32)Rmode->fbWidth, (f32)Rmode->xfbHeight, in DEMOInitGX()
460 0.0F, 0.0F, (float)Rmode->fbWidth, (float)Rmode->efbHeight, in DEMOBeforeRender()
466 0.0F, 0.0F, (float)Rmode->fbWidth, (float)Rmode->efbHeight, in DEMOBeforeRender()
609 fbSize = VIPadFrameBufferWidth(Rmode->fbWidth) * Rmode->xfbHeight * in DEMOReInit()