Searched defs:scale (Results 1 – 9 of 9) sorted by relevance
| /CTR-SDK-0.14.21/include/nn/gr/CTR/ |
| D | gr_Combiner.h | 149 PicaDataTexEnvScale scale; member
|
| D | gr_FragmentLight.h | 292 void SetDistAttnScaleBias( const f32 scale, const f32 bias ) in SetDistAttnScaleBias() 590 PicaDataFragLightEnvLutScale scale; variable
|
| /CTR-SDK-0.14.21/include/nn/math/ |
| D | math_Transform.h | 32 VEC2 scale; member 39 VEC3 scale; member
|
| D | math_Vector2.h | 290 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()
|
| D | math_Vector3.h | 315 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()
|
| D | math_Quaternion.h | 216 inline QUAT* QUATScale(QUAT* pOut, const QUAT& q, f32 scale) { return QUATScale( pOut, &q, scale );… in QUATScale()
|
| D | math_Vector4.h | 262 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/ |
| D | camera_CalibrationTypes.h | 50 f32 scale; member
|
| /CTR-SDK-0.14.21/include/nn/gx/CTR/ |
| D | gx_MacroFragment.h | 112 #define PICA_CMD_DATA_FRAG_LIGHT_DIST_ATTN_SCALE(scale) ( scale ) argument
|