Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/gx/
Dg3imm.h392 reg_G3_VTX_10 = GX_PACK_VTX10_PARAM(x, y, z); in G3_Vtx10()
Dg3.h555 #define GX_PACK_VTX10_PARAM(x, y, z) ((u32)GX_VECVTX10((x), (y), (z))) macro
Dg3c.h424 G3CS_Direct1(info, G3OP_VTX_10, GX_PACK_VTX10_PARAM(x, y, z)); in G3CS_Vtx10()
Dg3b.h526 G3BS_Direct1(info, G3OP_VTX_10, GX_PACK_VTX10_PARAM(x, y, z)); in G3BS_Vtx10()