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