Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/shaders/gfx/DefaultShader/
DGenTexcoordReflection.vsh25 mov TEMP2, -TEMP_POSI
26 dp3 TEMP2.w, TEMP2, TEMP2
27 rsq TEMP2.w, TEMP2.w
28 mul TEMP2, TEMP2, TEMP2.w
29 dp3 TEMP1, TEMP2, TEMP_NORM
31 mad TEMP_TEX, TEMP1, TEMP_NORM, -TEMP2
DCalcHemisphereLighting.vsh26 mov TEMP2, nw_hemi_sphere_direction._W
27 mad TEMP1, TEMP1, TEMP2, TEMP2
29 sub TEMP2, nw_hemi_sphere_sky._XYZW, TEMP3
30 mad TEMP4, TEMP2, TEMP1, TEMP3
DGenTexcoordSphereReflection.vsh35 rsq TEMP2, TEMP1.x
36 mul TEMP2, TEMP2, CONST_HALF
37 mul TEMP_TEX.xy, TEMP_TEX.xy, TEMP2
DTransformMatrix.vsh93 mul TEMP2, nw_boneIndex, CONST_3
98 mov TEMP1.xy, TEMP2.x
102 mov TEMP1.xy, TEMP2.y
106 mov TEMP1.xy, TEMP2.z
111 mov TEMP1.xy, TEMP2.w
135 mov TEMP1.xy, TEMP2.x
139 mov TEMP1.xy, TEMP2.y
143 mov TEMP1.xy, TEMP2.z
148 mov TEMP1.xy, TEMP2.w
174 mov TEMP1.xy, TEMP2.x
[all …]
DCalcVertexLighting.vsh26 mov TEMP2, nw_material_diffuse._XYZW
73 …mul TEMP4, TEMP2, VERTEX_LIGHT_UNIFORM(VERTEX_LIGHT_DIFFUSE + a0.x)._XYZW
/NW4C-2.0.3/SampleData/Graphics/Shader/MultiplyShader/
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-2.0.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh139 mov TEMP2, sincos_table[1]
143 mad TEMP0.xy, TEMP3.x, TEMP0.xy, TEMP2.xy
144 mad TEMP0.xy, TEMP3.x, TEMP0.xy, TEMP2.zw
154 mad TEMP0.xy, TEMP3.y, TEMP0.xy, TEMP2.xy
155 mad TEMP0.xy, TEMP3.y, TEMP0.xy, TEMP2.zw
165 mad TEMP0.xy, TEMP3.z, TEMP0.xy, TEMP2.xy
166 mad TEMP0.xy, TEMP3.z, TEMP0.xy, TEMP2.zw
346 // sincos TEMP0.xy, in_rotate.z, TEMP1, TEMP2 // cos, sin
348 mov TEMP2, sincos_table[1]
351 mad TEMP0.xy, TEMP0.z, TEMP0.xy, TEMP2.xy
[all …]
/NW4C-2.0.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-2.0.3/sources/shaders/gfx/ShadowShader/
DTransformMatrix.vsh70 mul TEMP2, nw_boneIndex, CONST_3
75 mov TEMP1.xy, TEMP2.x
79 mov TEMP1.xy, TEMP2.y
83 mov TEMP1.xy, TEMP2.z
88 mov TEMP1.xy, TEMP2.w
109 mov TEMP1.xy, TEMP2.x
113 mov TEMP1.xy, TEMP2.y
117 mov TEMP1.xy, TEMP2.z
122 mov TEMP1.xy, TEMP2.w
/NW4C-2.0.3/sources/shaders/gfx/
DVertexShader.h238 #define TEMP2 r2 macro