Searched refs:MAX_SCOORD (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-2.1/build/demos/gxdemo/src/Texture/ |
| D | tex-fmt-cube.c | 28 #define MAX_SCOORD 0x4000 // for 16b, 2.14 fixed point format macro 411 VertexT(v0, s0+MAX_SCOORD, t0, c); in DrawTexQuad() 412 VertexT(v1, s0+MAX_SCOORD, t0+MAX_TCOORD, c); in DrawTexQuad() 450 if (s > MAX_SCOORD) s = 0; in DrawBox()
|
| D | tex-filter.c | 29 #define MAX_SCOORD 0x4000 // for 16b, 2.14 fixed point format macro 113 { MAX_SCOORD, 0x0000 }, 114 { MAX_SCOORD, MAX_TCOORD }, 434 if (s > MAX_SCOORD) s = 0; in DrawCube()
|
| D | tex-fmt-tpl.c | 28 #define MAX_SCOORD 0x4000 // for 16b, 2.14 fixed point format macro 335 if (s > MAX_SCOORD) s = 0; in DrawTick() 576 VertexT(v0, s0+MAX_SCOORD, t0, c); in DrawTexQuad() 579 VertexT(v3, s0+MAX_SCOORD, t0+MAX_TCOORD, c); in DrawTexQuad()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Simple/ |
| D | smp-toy-draw.c | 19 #define MAX_SCOORD 0x4000 // for 16b, 2.14 fixed point format macro 303 VertexT(v1, (u16)(s0+MAX_SCOORD), (u16)t0); in DrawTexQuad() 304 VertexT(v2, (u16)(s0+MAX_SCOORD), (u16)(t0+MAX_TCOORD)); in DrawTexQuad() 443 if (s > MAX_SCOORD) s = 0; in DrawBottom()
|