Searched refs:Mtx24 (Results 1 – 1 of 1) sorted by relevance
39 typedef f32 Mtx24[2][4]; typedef95 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()