Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/
DDL-tf-mtx.c39 typedef f32 Mtx24[2][4]; typedef
95 static Mtx24* TexMtxArrayBuf[2];
190 TexMtxArrayBuf[0] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit()
191 TexMtxArrayBuf[1] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit()
231 Mtx24* texMtxArray = TexMtxArrayBuf[CurrentMtxBuffer]; in DrawTick()
492 Mtx24* texMtxArray; in BuildMtxArray()
553 DCFlushRange(texMtxArray, sizeof(Mtx24) * NUM_CONTOUR); in BuildMtxArray()