Searched refs:pz (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-3.2/build/libraries/gd/src/ |
| D | GDLight.c | 289 f32 px, py, pz; in GDSetSpecularDirHA() local 293 pz = -nz * BIG_NUMBER; in GDSetSpecularDirHA() 298 GDWrite_f32(pz); in GDSetSpecularDirHA() 319 f32 px, py, pz; in GDSetSpecularDir() local 339 pz = -nz * BIG_NUMBER; in GDSetSpecularDir() 344 GDWrite_f32(pz); in GDSetSpecularDir()
|
| /RvlSDK-3.2/build/libraries/wpad/src/ |
| D | WPADClamp.c | 44 static void __ClampCube ( s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max ); 45 static void __ClampSphere ( s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max ); 586 static void __ClampCube(s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max) in __ClampCube() argument 590 f32 z = (f32)((f32)*pz / (f32)unit.z); in __ClampCube() 630 *pz = (s16)(z * (f32)unit.z); in __ClampCube() 646 static void __ClampSphere(s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max) in __ClampSphere() argument 650 f32 z = (f32)((f32)*pz / (f32)unit.z); in __ClampSphere() 665 *pz = (s16)(z * (f32)unit.z); in __ClampSphere()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow3.c | 772 f32 px, py, pz, dr; in DrawSpiral() local 794 pz = 1.0F + 2.0F * PI * i / SP_NUMR; in DrawSpiral() 796 GXPosition3f32(px, py, pz); in DrawSpiral() 798 GXPosition3f32(px*0.5F, py*0.5F, pz); in DrawSpiral() 809 pz = 2.0F * PI * i / SP_NUMR; in DrawSpiral() 811 GXPosition3f32(px*0.5F, py*0.5F, pz); in DrawSpiral() 813 GXPosition3f32(px, py, pz); in DrawSpiral() 824 pz = 2.0F * PI * i / SP_NUMR; in DrawSpiral() 826 GXPosition3f32(px, py, pz); in DrawSpiral() 828 GXPosition3f32(px, py, pz+1.0F); in DrawSpiral() [all …]
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Lighting/ |
| D | lit-tx-alpha.c | 386 f32 px, py, pz, nx, ny, nz; in CreateTessPanel() local 403 pz = 0.0F; in CreateTessPanel() 412 pz = sinf(theta); in CreateTessPanel() 421 pz = sinf(theta); in CreateTessPanel() 432 pz = cosf(theta) * cosf(phi); in CreateTessPanel() 440 pz = 4.0F * theta * theta; in CreateTessPanel() 449 pz = 0.25F - 4.0F * theta * theta; in CreateTessPanel() 459 pnl->posArray[in+2] = pz; in CreateTessPanel()
|
| D | lit-spot.c | 493 f32 px, py, pz, nx, ny, nz; in CreateTessPanel() local 510 pz = 0.0F; in CreateTessPanel() 519 pz = sinf(theta); in CreateTessPanel() 528 pz = sinf(theta); in CreateTessPanel() 539 pz = cosf(theta) * cosf(phi); in CreateTessPanel() 547 pz = 4.0F * theta * theta; in CreateTessPanel() 556 pz = 0.25F - 4.0F * theta * theta; in CreateTessPanel() 566 pnl->posArray[in+2] = pz; in CreateTessPanel()
|