Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-0.14.21/include/nn/gr/CTR/
Dgr_Combiner.h149 PicaDataTexEnvScale scale; member
Dgr_FragmentLight.h292 void SetDistAttnScaleBias( const f32 scale, const f32 bias ) in SetDistAttnScaleBias()
590 PicaDataFragLightEnvLutScale scale; variable
/CTR-SDK-0.14.21/include/nn/math/
Dmath_Transform.h32 VEC2 scale; member
39 VEC3 scale; member
Dmath_Vector2.h290 VEC2Scale(VEC2* pOut, const VEC2* p, f32 scale) in VEC2Scale()
394 inline VEC2* VEC2Scale(VEC2* pOut, const VEC2& v, f32 scale) { return VEC2Scale(pOut, &v, scale); } in VEC2Scale()
Dmath_Vector3.h315 VEC3Scale(VEC3* pOut, const VEC3* p, f32 scale) in VEC3Scale()
473 inline VEC3* VEC3Scale(VEC3* pOut, const VEC3& v, f32 scale) { return VEC3Scale( pOut, &v, scale );… in VEC3Scale()
Dmath_Quaternion.h216 inline QUAT* QUATScale(QUAT* pOut, const QUAT& q, f32 scale) { return QUATScale( pOut, &q, scale );… in QUATScale()
Dmath_Vector4.h262 inline VEC4* VEC4Scale(VEC4* pOut, const VEC4& v, f32 scale) { return VEC4Scale( pOut, &v, scale); } in VEC4Scale()
/CTR-SDK-0.14.21/include/nn/camera/CTR/
Dcamera_CalibrationTypes.h50 f32 scale; member
/CTR-SDK-0.14.21/include/nn/gx/CTR/
Dgx_MacroFragment.h112 #define PICA_CMD_DATA_FRAG_LIGHT_DIST_ATTN_SCALE(scale) ( scale ) argument