Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/mtx/src/
Dmtxstack.c76 void MTXInitStack( MtxStack *sPtr, u32 numMtx ) in MTXInitStack() argument
82 ASSERTMSG( (numMtx != 0), MTX_INITSTACK_3 ); in MTXInitStack()
85 sPtr->numMtx = numMtx; in MTXInitStack()
125 (sPtr->numMtx - 1) ) in MTXPush()
178 (sPtr->numMtx - 1) ) in MTXPushFwd()
240 (sPtr->numMtx - 1) ) in MTXPushInv()
304 (sPtr->numMtx - 1) ) in MTXPushInvXpose()
/RvlSDK-3.2.2/include/revolution/
Dmtx.h192 u32 numMtx; member
549 void MTXInitStack ( MtxStack *sPtr, u32 numMtx );
561 #define MTXAllocStack( sPtr, numMtx ) ( ((MtxStackPtr)(sPtr))->stackBase = (MtxPtr)OSAlloc( ( (num… argument