| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Translucent/src/ |
| D | main.c | 109 G3_Vtx(FX16_ONE, -FX16_ONE, FX16_ONE); in TwlMain() 110 G3_Vtx(FX16_ONE, FX16_ONE, FX16_ONE); in TwlMain() 111 G3_Vtx(-FX16_ONE, FX16_ONE, FX16_ONE); in TwlMain() 112 G3_Vtx(-FX16_ONE, -FX16_ONE, FX16_ONE); in TwlMain() 114 G3_Vtx(-FX16_ONE, -FX16_ONE, -FX16_ONE); in TwlMain() 115 G3_Vtx(-FX16_ONE, FX16_ONE, -FX16_ONE); in TwlMain() 116 G3_Vtx(FX16_ONE, FX16_ONE, -FX16_ONE); in TwlMain() 117 G3_Vtx(FX16_ONE, -FX16_ONE, -FX16_ONE); in TwlMain() 119 G3_Vtx(-FX16_ONE, -FX16_ONE, FX16_ONE); in TwlMain() 120 G3_Vtx(-FX16_ONE, FX16_ONE, FX16_ONE); in TwlMain() [all …]
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex_Decal/src/ |
| D | main.c | 62 G3_Vtx(gCubeGeometry[idx * 3], gCubeGeometry[idx * 3 + 1], gCubeGeometry[idx * 3 + 2]); in vtx() 330 G3_Vtx(4 * FX16_ONE, 0, 0); in TwlMain() 331 G3_Vtx(4 * FX16_ONE, 4 * FX16_ONE, 0); in TwlMain() 332 G3_Vtx(0, 4 * FX16_ONE, 0); in TwlMain() 333 G3_Vtx(0, 0, 0); in TwlMain() 358 G3_Vtx(0, 0, 0); in TwlMain() 359 G3_Vtx(0, 4 * FX16_ONE, 0); in TwlMain() 360 G3_Vtx(-4 * FX16_ONE, 4 * FX16_ONE, 0); in TwlMain() 361 G3_Vtx(-4 * FX16_ONE, 0, 0); in TwlMain() 386 G3_Vtx(0, -4 * FX16_ONE, 0); in TwlMain() [all …]
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_BoxTest/src/ |
| D | main.c | 260 G3_Vtx(((5 * FX16_ONE) / 2), ((5 * FX16_ONE) / 2), ((5 * FX16_ONE) / 2)); in TwlMain() 261 G3_Vtx(((5 * FX16_ONE) / 2), ((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2)); in TwlMain() 262 G3_Vtx(-((5 * FX16_ONE) / 2), ((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2)); in TwlMain() 263 G3_Vtx(-((5 * FX16_ONE) / 2), ((5 * FX16_ONE) / 2), ((5 * FX16_ONE) / 2)); in TwlMain() 266 G3_Vtx(((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2), ((5 * FX16_ONE) / 2)); in TwlMain() 267 G3_Vtx(((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2)); in TwlMain() 268 G3_Vtx(-((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2)); in TwlMain() 269 G3_Vtx(-((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2), ((5 * FX16_ONE) / 2)); in TwlMain() 272 G3_Vtx(((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2)); in TwlMain() 273 G3_Vtx(((5 * FX16_ONE) / 2), -((5 * FX16_ONE) / 2), ((5 * FX16_ONE) / 2)); in TwlMain() [all …]
|
| /TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/ |
| D | graphics.c | 85 G3_Vtx((fx16)(sx * PSEUDO2D_ONE), (fx16)(sy * PSEUDO2D_ONE), 0); in drawPseudo2DTexQuad() 89 G3_Vtx((fx16)((sx + width) * PSEUDO2D_ONE), (fx16)(sy * PSEUDO2D_ONE), 0); in drawPseudo2DTexQuad() 93 G3_Vtx((fx16)((sx + width) * PSEUDO2D_ONE), (fx16)((sy + height) * PSEUDO2D_ONE), 0); in drawPseudo2DTexQuad() 97 G3_Vtx((fx16)(sx * PSEUDO2D_ONE), (fx16)((sy + height) * PSEUDO2D_ONE), 0); in drawPseudo2DTexQuad() 108 G3_Vtx((fx16)(sx * PSEUDO2D_ONE), (fx16)(sy * PSEUDO2D_ONE), 0); in drawPseudo2DColorQuad() 109 G3_Vtx((fx16)((sx + width) * PSEUDO2D_ONE), (fx16)(sy * PSEUDO2D_ONE), 0); in drawPseudo2DColorQuad() 110 G3_Vtx((fx16)((sx + width) * PSEUDO2D_ONE), (fx16)((sy + height) * PSEUDO2D_ONE), 0); in drawPseudo2DColorQuad() 111 G3_Vtx((fx16)(sx * PSEUDO2D_ONE), (fx16)((sy + height) * PSEUDO2D_ONE), 0); in drawPseudo2DColorQuad()
|
| /TwlSDK-5.1.0/build/demos/wm/wep-1/src/ |
| D | graphics.c | 84 G3_Vtx((fx16)(sx * PSEUDO2D_ONE), (fx16)(sy * PSEUDO2D_ONE), 0); in drawPseudo2DTexQuad() 88 G3_Vtx((fx16)((sx + width) * PSEUDO2D_ONE), (fx16)(sy * PSEUDO2D_ONE), 0); in drawPseudo2DTexQuad() 92 G3_Vtx((fx16)((sx + width) * PSEUDO2D_ONE), (fx16)((sy + height) * PSEUDO2D_ONE), 0); in drawPseudo2DTexQuad() 96 G3_Vtx((fx16)(sx * PSEUDO2D_ONE), (fx16)((sy + height) * PSEUDO2D_ONE), 0); in drawPseudo2DTexQuad() 107 G3_Vtx((fx16)(sx * PSEUDO2D_ONE), (fx16)(sy * PSEUDO2D_ONE), 0); in drawPseudo2DColorQuad() 108 G3_Vtx((fx16)((sx + width) * PSEUDO2D_ONE), (fx16)(sy * PSEUDO2D_ONE), 0); in drawPseudo2DColorQuad() 109 G3_Vtx((fx16)((sx + width) * PSEUDO2D_ONE), (fx16)((sy + height) * PSEUDO2D_ONE), 0); in drawPseudo2DColorQuad() 110 G3_Vtx((fx16)(sx * PSEUDO2D_ONE), (fx16)((sy + height) * PSEUDO2D_ONE), 0); in drawPseudo2DColorQuad()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Simple2/src/ |
| D | main.c | 102 G3_Vtx(FX16_ONE, -FX16_ONE, FX16_ONE); in TwlMain() 107 G3_Vtx(-FX16_ONE, -FX16_ONE, -FX16_ONE); in TwlMain() 112 G3_Vtx(-FX16_ONE, -FX16_ONE, FX16_ONE); in TwlMain() 117 G3_Vtx(FX16_ONE, -FX16_ONE, -FX16_ONE); in TwlMain() 122 G3_Vtx(-FX16_ONE, FX16_ONE, -FX16_ONE); in TwlMain() 127 G3_Vtx(-FX16_ONE, -FX16_ONE, FX16_ONE); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Fog/src/ |
| D | main.c | 52 G3_Vtx(gCubeGeometry[idx * 3], gCubeGeometry[idx * 3 + 1], gCubeGeometry[idx * 3 + 2]); in vtx() 217 G3_Vtx(FX32_ONE >> 2, -FX32_ONE << 2, 0); in TwlMain() 218 G3_Vtx(FX32_ONE >> 2, FX32_ONE << 2, 0); in TwlMain() 219 G3_Vtx(-FX32_ONE >> 2, FX32_ONE << 2, 0); in TwlMain() 220 G3_Vtx(-FX32_ONE >> 2, -FX32_ONE << 2, 0); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_OneTri/src/ |
| D | main.c | 44 G3_Vtx(0, FX16_ONE, 0); in drawTriangle() 46 G3_Vtx(-FX16_ONE, -FX16_ONE, 0); in drawTriangle() 48 G3_Vtx(FX16_ONE, -FX16_ONE, 0); in drawTriangle()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_PolAttr_DpthUpdate/src/ |
| D | main.c | 63 G3_Vtx(s_Vertex[i_idx * 3], s_Vertex[i_idx * 3 + 1], s_Vertex[i_idx * 3 + 2]); in Vertex() 316 G3_Vtx(FX32_ONE << 2, -FX32_ONE << 2, 0); in TwlMain() 317 G3_Vtx(FX32_ONE << 2, FX32_ONE << 2, 0); in TwlMain() 318 G3_Vtx(-FX32_ONE, FX32_ONE << 2, 0); in TwlMain() 319 G3_Vtx(-FX32_ONE, -FX32_ONE << 2, 0); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Shadow_Pol/src/ |
| D | main.c | 145 G3_Vtx(FX16_ONE, 0, FX16_ONE); in TwlMain() 146 G3_Vtx(FX16_ONE, 0, -FX16_ONE); in TwlMain() 147 G3_Vtx(-FX16_ONE, 0, -FX16_ONE); in TwlMain() 148 G3_Vtx(-FX16_ONE, 0, FX16_ONE); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_TexSRT/src/ |
| D | main.c | 234 G3_Vtx(-FX16_ONE, FX16_ONE, 0); in TwlMain() 236 G3_Vtx(-FX16_ONE, -FX16_ONE, 0); in TwlMain() 238 G3_Vtx(FX16_ONE, -FX16_ONE, 0); in TwlMain() 240 G3_Vtx(FX16_ONE, FX16_ONE, 0); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/math/fft-2/src/ |
| D | main.c | 562 G3_Vtx(fsx, fsy, 0); in DrawLine() 564 G3_Vtx(fex, fey, 0); in DrawLine() 566 G3_Vtx(fsx, fsy, 1); in DrawLine() 593 G3_Vtx(fsx, fsy, 0); in DrawBar() 595 G3_Vtx(fsx, fey, 0); in DrawBar() 597 G3_Vtx(fex, fey, 0); in DrawBar() 599 G3_Vtx(fex, fsy, 0); in DrawBar() 634 G3_Vtx(fsx, fsy, 0); in DrawBarWithColor() 636 G3_Vtx(fsx, fey, 0); in DrawBarWithColor() 638 G3_Vtx(fex, fey, 0); in DrawBarWithColor() [all …]
|
| /TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/ |
| D | main.c | 121 G3_Vtx(0, 0, -FX32_ONE); in DrawDummyPolygon() 122 G3_Vtx(0, 0, -FX32_ONE); in DrawDummyPolygon() 123 G3_Vtx(0, 0, -FX32_ONE); in DrawDummyPolygon() 166 G3_Vtx(gCubeGeometry[idx * 3], gCubeGeometry[idx * 3 + 1], gCubeGeometry[idx * 3 + 2]); in vtx()
|
| /TwlSDK-5.1.0/build/demos/spi/spiMonkey/src/ |
| D | main.c | 261 G3_Vtx(fsx, fsy, 0); in DrawLine() 263 G3_Vtx(fex, fey, 0); in DrawLine() 265 G3_Vtx(fsx, fsy, 1); in DrawLine()
|
| /TwlSDK-5.1.0/build/demos.TWL/dsp/snd-mic/src/ |
| D | main.c | 142 G3_Vtx(fsx, fsy, 0); in DrawWaveGraph() 144 G3_Vtx(fex, fey, 0); in DrawWaveGraph() 146 G3_Vtx(fsx, fsy, 1); in DrawWaveGraph()
|
| /TwlSDK-5.1.0/build/demos/spi/pmAmpGain/src/ |
| D | main.c | 554 G3_Vtx(fsx, fsy, 0); in DrawLine() 556 G3_Vtx(fex, fey, 0); in DrawLine() 558 G3_Vtx(fsx, fsy, 1); in DrawLine()
|
| /TwlSDK-5.1.0/build/demos/spi/mic-1/src/ |
| D | main.c | 352 G3_Vtx(fsx, fsy, 0); in DrawLine() 354 G3_Vtx(fex, fey, 0); in DrawLine() 356 G3_Vtx(fsx, fsy, 1); in DrawLine()
|
| /TwlSDK-5.1.0/build/demos/spi/spiMonkey2/src/ |
| D | main.c | 414 G3_Vtx(fsx, fsy, 0); in DrawLine() 416 G3_Vtx(fex, fey, 0); in DrawLine() 418 G3_Vtx(fsx, fsy, 1); in DrawLine()
|
| /TwlSDK-5.1.0/build/demos.TWL/spi/pmAmpGainLevel/src/ |
| D | main.c | 658 G3_Vtx(fsx, fsy, 0); in DrawLine() 660 G3_Vtx(fex, fey, 0); in DrawLine() 662 G3_Vtx(fsx, fsy, 1); in DrawLine()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Simple/src/ |
| D | main.c | 45 G3_Vtx(gCubeGeometry[idx * 3], gCubeGeometry[idx * 3 + 1], gCubeGeometry[idx * 3 + 2]); in vtx()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Alpha_Test/src/ |
| D | main.c | 51 G3_Vtx(gCubeGeometry[idx * 3], gCubeGeometry[idx * 3 + 1], gCubeGeometry[idx * 3 + 2]); in vtx()
|
| /TwlSDK-5.1.0/build/demos/spi/mic-2/src/ |
| D | main.c | 553 G3_Vtx(fsx, fsy, 0); in DrawLine() 555 G3_Vtx(fex, fey, 0); in DrawLine() 557 G3_Vtx(fsx, fsy, 1); in DrawLine()
|
| /TwlSDK-5.1.0/build/demos.TWL/spi/mic-3/src/ |
| D | main.c | 842 G3_Vtx(fsx, fsy, 0); in DrawLine() 844 G3_Vtx(fex, fey, 0); in DrawLine() 846 G3_Vtx(fsx, fsy, 1); in DrawLine()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Transparent/src/ |
| D | main.c | 51 G3_Vtx(gCubeGeometry[idx * 3], gCubeGeometry[idx * 3 + 1], gCubeGeometry[idx * 3 + 2]); in vtx()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/FlipRepeat/src/ |
| D | main.c | 66 G3_Vtx(s_Vertex[idx * 3], s_Vertex[idx * 3 + 1], s_Vertex[idx * 3 + 2]); in Vertex()
|