Searched refs:GX_FX16PAIR (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | g3.h | 472 #define GX_FX16PAIR(a, b) ((u32)((u32)(u16)(a) | ((u32)(u16)(b) << 16))) macro 556 #define GX_PACK_VTXXY_PARAM(x, y) (GX_FX16PAIR((x), (y))) 557 #define GX_PACK_VTXXZ_PARAM(x, z) (GX_FX16PAIR((x), (z))) 558 #define GX_PACK_VTXYZ_PARAM(y, z) (GX_FX16PAIR((y), (z)))
|
| D | g3imm.h | 375 reg_G3_VTX_16 = GX_FX16PAIR(x, y); in G3_Vtx() 735 reg_G3_POS_TEST = GX_FX16PAIR(x, y); in G3_PositionTest()
|
| D | g3c.h | 406 G3CS_Direct2(info, G3OP_VTX_16, GX_FX16PAIR(x, y), (u32)(u16)z); in G3CS_Vtx() 809 G3CS_Direct2(info, G3OP_POS_TEST, GX_FX16PAIR(x, y), (u32)(u16)z); in G3CS_PositionTest()
|
| D | g3b.h | 508 G3BS_Direct2(info, G3OP_VTX_16, GX_FX16PAIR(x, y), (u32)(u16)z); in G3BS_Vtx() 911 G3BS_Direct2(info, G3OP_POS_TEST, GX_FX16PAIR(x, y), (u32)(u16)z); in G3BS_PositionTest()
|