Searched refs:G3OP_MTX_LOAD_4x4 (Results 1 – 5 of 5) sorted by relevance
337 *(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()
41 reg_G3X_GXFIFO = G3OP_MTX_LOAD_4x4; in G3_LoadMtx44()
78 *(u32 *)info->curr_cmd = G3OP_MTX_LOAD_4x4; in G3BS_LoadMtx44()
191 *info->curr_cmd = G3OP_MTX_LOAD_4x4; // byte access in G3CS_LoadMtx44()
40 #define G3OP_MTX_LOAD_4x4 0x16 /* LoadMatrix44 */ macro