Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/
DDL-tf-mtx.c38 typedef f32 Mtx33[3][3]; typedef
69 inline void CopyMtxTo3x3 ( Mtx src, Mtx33 dst );
94 static Mtx33* NrmMtxArrayBuf[2];
188 NrmMtxArrayBuf[0] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit()
189 NrmMtxArrayBuf[1] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit()
230 Mtx33* nrmMtxArray = NrmMtxArrayBuf[CurrentMtxBuffer]; in DrawTick()
491 Mtx33* nrmMtxArray; in BuildMtxArray()
552 DCFlushRange(nrmMtxArray, sizeof(Mtx33) * NUM_CONTOUR); in BuildMtxArray()
567 inline void CopyMtxTo3x3( Mtx src, Mtx33 dst ) in CopyMtxTo3x3()