Home
last modified time | relevance | path

Searched refs:GX_FX16PAIR (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/include/nitro/gx/
Dg3.h472 #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)))
Dg3imm.h375 reg_G3_VTX_16 = GX_FX16PAIR(x, y); in G3_Vtx()
735 reg_G3_POS_TEST = GX_FX16PAIR(x, y); in G3_PositionTest()
Dg3c.h406 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()
Dg3b.h508 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()