Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxStack.c51 void MTXInitStack( MtxStack *sPtr, u32 numMtx ) in MTXInitStack() argument
57 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()
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmtxGeoTypes.h183 u32 numMtx; ///< Size of the matrix stack. member
DmtxVec.h124 u32 numMtx; ///< Size of the matrix stack. member
1568 void MTXInitStack ( MtxStack *sPtr, u32 numMtx );
1692 #define MTXAllocStack( sPtr, numMtx ) ( ((MtxStackPtr)(sPtr))->stackBase = (MtxPtr)MEMAllocFromDef… argument
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmtxGeoTypes.h183 u32 numMtx; ///< Size of the matrix stack. member
DmtxVec.h124 u32 numMtx; ///< Size of the matrix stack. member
1568 void MTXInitStack ( MtxStack *sPtr, u32 numMtx );
1692 #define MTXAllocStack( sPtr, numMtx ) ( ((MtxStackPtr)(sPtr))->stackBase = (MtxPtr)MEMAllocFromDef… argument