Searched defs:scale (Results 1 – 11 of 11) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/gr/CTR/ |
| D | gr_FragmentLight.h | 269 void SetDistAttnScaleBias( const f32 scale, const f32 bias ) in SetDistAttnScaleBias() 582 PicaDataFragLightEnvLutScale scale; variable
|
| D | gr_Combiner.h | 86 PicaDataTexEnvScale scale; member
|
| /CTR-SDK-2.4.0/include/nn/math/ |
| D | math_Transform.h | 32 VEC2 scale; member 39 VEC3 scale; member
|
| D | math_Vector2.h | 298 VEC2Scale(VEC2* pOut, const VEC2* p, f32 scale) in VEC2Scale() 402 inline VEC2* VEC2Scale(VEC2* pOut, const VEC2& v, f32 scale) { return VEC2Scale(pOut, &v, scale); } in VEC2Scale()
|
| D | math_Vector3.h | 323 VEC3Scale(VEC3* pOut, const VEC3* p, f32 scale) in VEC3Scale() 481 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 | 270 inline VEC4* VEC4Scale(VEC4* pOut, const VEC4& v, f32 scale) { return VEC4Scale( pOut, &v, scale); } in VEC4Scale()
|
| /CTR-SDK-2.4.0/include/nn/camera/CTR/ |
| D | camera_CalibrationTypes.h | 50 f32 scale; member
|
| /CTR-SDK-2.4.0/include/nn/gd/CTR/ |
| D | gd_Utils.h | 330 NN_FORCE_INLINE void Utils::ConvertStartEndToScaleBias(f32 start, f32 end, f32& scale, f32& bias) in ConvertStartEndToScaleBias()
|
| D | gd_Texture.h | 1962 u32 scale = ((((*(u32*)&zScale) >> 23) & 0xff) - 127); in SetShadowZScaleBias() local
|
| /CTR-SDK-2.4.0/include/nn/gx/CTR/ |
| D | gx_MacroFragment.h | 112 #define PICA_CMD_DATA_FRAG_LIGHT_DIST_ATTN_SCALE(scale) ( scale ) argument
|