Home
last modified time | relevance | path

Searched refs:t (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
Ds.h33 static void _store_array( int idx, float *v, float *n, float *t, float *b, float *st, float *c, in _store_array() argument
40 t_array[idx*3+i] = t[i]; in _store_array()
51 static void _tToVTBN( float *v, float *t, float *b, float *n, float *st, float r ) in _tToVTBN() argument
67 t[0] = dxdp; in _tToVTBN()
68 t[1] = dydp; in _tToVTBN()
69 t[2] = dzdp; in _tToVTBN()
70 _norm_vec( t ); in _tToVTBN()
75 _outp_vec( n, t, b ); in _tToVTBN()
79 static void _tToVTBN2( float *v, float *t, float *b, float *n, float *st, float l ) in _tToVTBN2() argument
84 t[0] = 1.f; in _tToVTBN2()
[all …]
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_TextsRenderData.cpp128 f32 t = fontT + m_FontOffsetT; in AddText() local
130 s, t, 0.0f); in AddText()
133 t = fontT; in AddText()
135 s, t, 0.0f); in AddText()
138 t = fontT + m_FontOffsetT; in AddText()
140 s, t, 0.0f); in AddText()
143 t = fontT; in AddText()
145 s, t, 0.0f); in AddText()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DUtil.cpp132 float z_schlick(float r, float t, bool normalize) in z_schlick() argument
135 ret = 1.f + (r - 1.f) * t * t ; in z_schlick()
DUtil.h19 float z_schlick(float r, float t, bool normalize);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/
Ddemo_Sphere.cpp117 f32 t = deltaST * thetaIndex; in InitializeSphere() local
119 SetTexcoord(vertexIndex, s, t); in InitializeSphere()
/CTR-SDK-4.2.7-SampleDemos/font/ResFont/
Dmain.cpp288 f32 t = 0; in SetupTextCamera() local
292 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
/CTR-SDK-4.2.7-SampleDemos/font/PackedFont/
Dmain.cpp369 f32 t = 0; in SetupTextCamera() local
373 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
/CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/
Dmain.cpp423 f32 t = 0; in SetupTextCamera() local
427 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()