Searched refs:numMtx (Results 1 – 5 of 5) sorted by relevance
51 void MTXInitStack( MtxStack *sPtr, u32 numMtx ) in MTXInitStack() argument57 ASSERTMSG( (numMtx != 0), MTX_INITSTACK_3 ); in MTXInitStack()60 sPtr->numMtx = numMtx; in MTXInitStack()100 (sPtr->numMtx - 1) ) in MTXPush()153 (sPtr->numMtx - 1) ) in MTXPushFwd()215 (sPtr->numMtx - 1) ) in MTXPushInv()279 (sPtr->numMtx - 1) ) in MTXPushInvXpose()
183 u32 numMtx; ///< Size of the matrix stack. member
124 u32 numMtx; ///< Size of the matrix stack. member1568 void MTXInitStack ( MtxStack *sPtr, u32 numMtx );1692 #define MTXAllocStack( sPtr, numMtx ) ( ((MtxStackPtr)(sPtr))->stackBase = (MtxPtr)MEMAllocFromDef… argument