Searched refs:Mtx33 (Results 1 – 1 of 1) sorted by relevance
38 typedef f32 Mtx33[3][3]; typedef69 inline void CopyMtxTo3x3 ( Mtx src, Mtx33 dst );93 static Mtx33* NrmMtxArrayBuf[2];186 NrmMtxArrayBuf[0] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit()187 NrmMtxArrayBuf[1] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit()228 Mtx33* nrmMtxArray = NrmMtxArrayBuf[CurrentMtxBuffer]; in DrawTick()489 Mtx33* nrmMtxArray; in BuildMtxArray()550 DCFlushRange(nrmMtxArray, sizeof(Mtx33) * NUM_CONTOUR); in BuildMtxArray()565 inline void CopyMtxTo3x3( Mtx src, Mtx33 dst ) in CopyMtxTo3x3()