Home
last modified time | relevance | path

Searched refs:Mtx24 (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1/build/demos/gxdemo/src/DisplayList/
DDL-tf-mtx.c39 typedef f32 Mtx24[2][4]; typedef
94 static Mtx24* TexMtxArrayBuf[2];
188 TexMtxArrayBuf[0] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit()
189 TexMtxArrayBuf[1] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit()
229 Mtx24* texMtxArray = TexMtxArrayBuf[CurrentMtxBuffer]; in DrawTick()
490 Mtx24* texMtxArray; in BuildMtxArray()
551 DCFlushRange(texMtxArray, sizeof(Mtx24) * NUM_CONTOUR); in BuildMtxArray()