Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmtxVec.h661 #define MTXRotRad ASM_MTXRotRad macro
676 #define MTXRotRad PSMTXRotRad macro
691 #define MTXRotRad C_MTXRotRad macro
DmatVec.h407 { MTXRotRad ( (MtxPtr)(m->mtx), axis, rad ); } in MAT34RotRad()
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmtxVec.h661 #define MTXRotRad ASM_MTXRotRad macro
676 #define MTXRotRad PSMTXRotRad macro
691 #define MTXRotRad C_MTXRotRad macro
DmatVec.h407 { MTXRotRad ( (MtxPtr)(m->mtx), axis, rad ); } in MAT34RotRad()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp249 MTXRotRad(modelWorldMtx, 'y', s_rotateY / 4.0f); in SceneUpdate()