| /RvlSDK-3.2.3/build/demos/wpaddemo/src/ |
| D | dummy_checker.c | 461 s16 x; in renderStatus() local 472 x = X_START; in renderStatus() 475 DEMOPrintf(x, y, 0, "WPAD Demo -- Dummy checker"); in renderStatus() 478 DEMOPrintf(x, y, 0, "Status :"); y+=FONT_HEIGHT; in renderStatus() 479 DEMOPrintf(x, y, 0, "Type :"); y+=FONT_HEIGHT; in renderStatus() 480 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus() 481 DEMOPrintf(x, y, 0, "DPD0-xy:"); y+=FONT_HEIGHT; in renderStatus() 482 DEMOPrintf(x, y, 0, "DPD1-xy:"); y+=FONT_HEIGHT; in renderStatus() 483 DEMOPrintf(x, y, 0, "ACC-XYZ:"); y+=FONT_HEIGHT; in renderStatus() 484 DEMOPrintf(x, y, 0, "--------"); y+=FONT_HEIGHT; in renderStatus() [all …]
|
| D | wpad_axdemo.c | 208 #define RoundUp64(x) (((u32)(x) + 64 - 1) & ~(64 - 1)) argument
|
| /RvlSDK-3.2.3/build/libraries/kpad/src/ |
| D | KPAD.c | 379 if ( kp->center_org.x < 0.0f ) { in calc_dpd2pos_scale() 380 sx += kp->center_org.x ; in calc_dpd2pos_scale() 382 sx -= kp->center_org.x ; in calc_dpd2pos_scale() 409 kp->kobj_frame_min.x = -1.0f + kp_err_outside_frame ; in reset_kpad() 410 kp->kobj_frame_max.x = 1.0f - kp_err_outside_frame ; in reset_kpad() 433 sp->horizon.x = kp->acc_horizon.x = kp->obj_horizon.x = 1.0f ; in reset_kpad() 438 sp->acc_vertical.x = 1.0f ; in reset_kpad() 449 sp->acc.x = sp->acc.z = 0.0f ; in reset_kpad() 487 (*dst).x = src->x * (projection_height / 2.0f) * 1.2f ; in KPADGetProjectionPos() 490 (*dst).x *= viRatio * 0.908 ; in KPADGetProjectionPos() [all …]
|
| /RvlSDK-3.2.3/build/tools/darch/include/ |
| D | darch.h | 91 #define roundUp4B(x) (((unsigned int)(x) + 4 - 1) & \ argument 93 #define roundUp32B(x) (((unsigned int)(x) + 32 - 1) & \ argument 155 #define RoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) argument 156 #define RoundDown32B(x) (((u32)(x)) & ~(32 - 1)) argument 158 #define RoundUp4B(x) (((u32)(x) + 4 - 1) & ~(4 - 1)) argument 159 #define RoundDown4B(x) (((u32)(x)) & ~(4 - 1)) argument 185 #define MIN(x, y) (((x) < (y))? (x) : (y)) argument
|
| /RvlSDK-3.2.3/build/demos/gxdemo/src/Indirect/ |
| D | ind-tile-test.c | 35 f32 x, y, z; member 274 c.x = -1.0f; in DrawTick() 280 c.x = 1.0f; in DrawTick() 286 c.x = -1.0f; in DrawTick() 291 c.x = -3.0f; in DrawTick() 297 c.x = 3.0f; in DrawTick() 303 c.x = -3.0f; in DrawTick() 312 GXPosition3f32(d->x, d->y, d->z); in sendVertex()
|
| /RvlSDK-3.2.3/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 54 s8 x, y; member 272 GXSetArray(GX_VA_POS, &VtxArray[0].x, sizeof(VtxArray[0])); in DrawTick() 336 MTXRotDeg(tmpMtx1, 'Y', AnimCtrlArray[AnimCtrlPtr].x); in AnimTick() 345 AnimCtrlArray[AnimCtrlPtr].x = (f32)(DEMOPadGetStickX(0)/5) + dir0; in AnimTick() 521 MTXRotDeg(tmpMtx1, 'Y', angles.x); in BuildMtxArray()
|
| /RvlSDK-3.2.3/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow2.c | 549 s32 i, j, x, y; in DrawModels() local 565 x = i - j; in DrawModels() 567 MTXTrans(mt, (f32)(x*150), (f32)(y*150), 200.0F); in DrawModels() 749 cam->cfg.location.x = in SetCamera() 805 GXInitLightPos(&light->lobj, lpos.x, lpos.y, lpos.z); in SetLight()
|
| /RvlSDK-3.2.3/build/demos/videmo/src/ |
| D | frb-vi-gamma.c | 423 u32 x; member 473 MTXTrans(mv, GammaImgConfig[i].x, GammaImgConfig[i].y, 0.0F); in DrawGammaTestImg()
|
| /RvlSDK-3.2.3/include/revolution/ |
| D | kpad.h | 96 f32 x; member
|