Home
last modified time | relevance | path

Searched refs:TEMP2 (Results 1 – 10 of 10) sorted by relevance

/NW4C-1.3.3/sources/shaders/gfx/DefaultShader/
DGenTexcoordReflection.vsh23 mov TEMP2, -TEMP_POSI
24 dp3 TEMP2.w, TEMP2, TEMP2
25 rsq TEMP2.w, TEMP2.w
26 mul TEMP2, TEMP2, TEMP2.w
27 dp3 TEMP1, TEMP2, TEMP_NORM
29 mad TEMP_TEX, TEMP1, TEMP_NORM, -TEMP2
DCalcHemisphereLighting.vsh24 mov TEMP2, nw_hemi_sphere_direction._W
25 mad TEMP1, TEMP1, TEMP2, TEMP2
27 sub TEMP2, nw_hemi_sphere_sky._XYZW, TEMP3
28 mad TEMP4, TEMP2, TEMP1, TEMP3
DGenTexcoordSphereReflection.vsh33 rsq TEMP2, TEMP1.x
34 mul TEMP2, TEMP2, CONST_HALF
35 mul TEMP_TEX.xy, TEMP_TEX.xy, TEMP2
DTransformMatrix.vsh91 mul TEMP2, nw_boneIndex, CONST_3
96 mov TEMP1.xy, TEMP2.x
100 mov TEMP1.xy, TEMP2.y
104 mov TEMP1.xy, TEMP2.z
109 mov TEMP1.xy, TEMP2.w
133 mov TEMP1.xy, TEMP2.x
137 mov TEMP1.xy, TEMP2.y
141 mov TEMP1.xy, TEMP2.z
146 mov TEMP1.xy, TEMP2.w
172 mov TEMP1.xy, TEMP2.x
[all …]
DCalcVertexLighting.vsh24 mov TEMP2, nw_material_diffuse._XYZW
71 …mul TEMP4, TEMP2, VERTEX_LIGHT_UNIFORM(VERTEX_LIGHT_DIFFUSE + a0.x)._XYZW
/NW4C-1.3.3/SampleData/Graphics/Shader/JShader/
DCalcHemisphereLighting.vsh24 mov TEMP2, nw_hemi_sphere_direction._W
25 mad TEMP1, TEMP1, TEMP2, TEMP2
27 sub TEMP2, nw_hemi_sphere_sky._XYZW, TEMP3
28 mad TEMP4, TEMP2, TEMP1, TEMP3
/NW4C-1.3.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh137 mov TEMP2, sincos_table[1]
141 mad TEMP0.xy, TEMP3.x, TEMP0.xy, TEMP2.xy
142 mad TEMP0.xy, TEMP3.x, TEMP0.xy, TEMP2.zw
152 mad TEMP0.xy, TEMP3.y, TEMP0.xy, TEMP2.xy
153 mad TEMP0.xy, TEMP3.y, TEMP0.xy, TEMP2.zw
163 mad TEMP0.xy, TEMP3.z, TEMP0.xy, TEMP2.xy
164 mad TEMP0.xy, TEMP3.z, TEMP0.xy, TEMP2.zw
344 // sincos TEMP0.xy, in_rotate.z, TEMP1, TEMP2 // cos, sin
346 mov TEMP2, sincos_table[1]
349 mad TEMP0.xy, TEMP0.z, TEMP0.xy, TEMP2.xy
[all …]
/NW4C-1.3.3/SampleData/Graphics/Shader/UserShader/
DUserTransformMatrix.vsh91 mul TEMP2, nw_boneIndex, CONST_3
96 mov TEMP1.x, TEMP2.x
100 mov TEMP1.x, TEMP2.y
104 mov TEMP1.x, TEMP2.z
109 mov TEMP1.x, TEMP2.w
140 mov TEMP1.xy, TEMP2.x
144 mov TEMP1.xy, TEMP2.y
148 mov TEMP1.xy, TEMP2.z
153 mov TEMP1.xy, TEMP2.w
179 mov TEMP1.x, TEMP2.x
[all …]
/NW4C-1.3.3/sources/shaders/gfx/ShadowShader/
DTransformMatrix.vsh68 mul TEMP2, nw_boneIndex, CONST_3
73 mov TEMP1.xy, TEMP2.x
77 mov TEMP1.xy, TEMP2.y
81 mov TEMP1.xy, TEMP2.z
86 mov TEMP1.xy, TEMP2.w
107 mov TEMP1.xy, TEMP2.x
111 mov TEMP1.xy, TEMP2.y
115 mov TEMP1.xy, TEMP2.z
120 mov TEMP1.xy, TEMP2.w
/NW4C-1.3.3/sources/shaders/gfx/
DVertexShader.h236 #define TEMP2 r2 macro