Lines Matching refs:rmode_p
37 GXRenderModeObj *rmode_p ; // Pointer to drawing mode variable
123 rmode_p = &GXNtsc480IntDf ; in init_display()
126 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
135 VIConfigure( rmode_p ) ; in init_display()
161 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx()
162 GXSetDispCopyDst( rmode_p->fbWidth, rmode_p->xfbHeight ) ; in init_gx()
163 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
166 GXSetCopyFilter( rmode_p->aa, rmode_p->sample_pattern, GX_ENABLE, vfilter ) ; in init_gx()
170 GXSetViewport( 0.0f, 0.0f, rmode_p->fbWidth, rmode_p->efbHeight, 0.0f, 1.0f ) ; in init_gx()
171 GXSetScissor( 0, 0, (u32)rmode_p->fbWidth, (u32)rmode_p->efbHeight ) ; in init_gx()
345 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()