Home
last modified time | relevance | path

Searched defs:z (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_BindSymbol.h214 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
312 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
Dgr_Utility.h310 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS()
430 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS()
/CTR-SDK-4.2.5/include/nn/hid/CTR/
Dhid_DeviceStatus.h165 s16 z; member
178 f32 z; member
193 nn::math::VEC3 z; member
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_TimeSpan.h296 const s64 z = x_hi * y_lo + ((x_lo * y_lo) >> 32); in MultiplyRightShift() local
/CTR-SDK-4.2.5/include/nn/font/CTR/
Dfont_CharWriter.h388 f32 z in SetCursor()
443 void SetCursorZ(f32 z) { m_CursorPos.z = z; } in SetCursorZ()
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroFragment.h104 #define PICA_CMD_DATA_FRAG_LIGHT_POSITION_Z(z) ( z ) argument
107 #define PICA_CMD_DATA_FRAG_LIGHT_SPOT_Z(z) ( z ) argument
Dgx_MacroShader.h179 #define PICA_CMD_DATA_VS_INT(x, y, z) ( (x) | (y) << 8 | (z) << 16 ) argument
687 #define PICA_CMD_DATA_GS_INT(x, y, z) ( (x) | (y) << 8 | (z) << 16 ) argument
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Quaternion.h223 f32 z; // member
Dmath_Vector4.h209 f32 z; // member
Dmath_Vector3.h224 f32 z; // member