Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dg3_util.c337 *(info->curr_param + 1) = (u32)G3OP_MTX_LOAD_4x4; in G3BS_LoadTexMtxTexCoord()
377 *(u32 *)info->curr_cmd = (G3OP_MTX_LOAD_4x4 << 8) | G3OP_MTX_MODE; in G3CS_LoadTexMtxTexCoord()
379 *(info->curr_param + 1) = (u32)G3OP_MTX_LOAD_4x4; in G3CS_LoadTexMtxTexCoord()
441 *(info->curr_param + 1) = (u32)G3OP_MTX_LOAD_4x4; in G3BS_LoadTexMtxEnv()
496 *(u32 *)info->curr_cmd = (G3OP_MTX_LOAD_4x4 << 8) | G3OP_MTX_MODE; in G3CS_LoadTexMtxEnv()
498 *(info->curr_param + 1) = (u32)G3OP_MTX_LOAD_4x4; in G3CS_LoadTexMtxEnv()
Dg3imm.c41 reg_G3X_GXFIFO = G3OP_MTX_LOAD_4x4; in G3_LoadMtx44()
Dg3b.c78 *(u32 *)info->curr_cmd = G3OP_MTX_LOAD_4x4; in G3BS_LoadMtx44()
Dg3c.c191 *info->curr_cmd = G3OP_MTX_LOAD_4x4; // byte access in G3CS_LoadMtx44()
/TwlSDK-5.1.0/include/nitro/gx/
Dg3.h40 #define G3OP_MTX_LOAD_4x4 0x16 /* LoadMatrix44 */ macro