Home
last modified time | relevance | path

Searched refs:TEMP0 (Results 1 – 17 of 17) sorted by relevance

/NW4C-1.2.23/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh117 mov TEMP0, aRotate
118 add TEMP0, TEMP0, uRotateOffset
119 mul TEMP0, TEMP0, CONST_1__2PI
120 flr TEMP1, TEMP0
121 add in_rotate, TEMP0, -TEMP1
123 mov TEMP0, aScale
124 mul TEMP0, TEMP0, aScaleExt
125 mul in_scale, TEMP0, uScaleOffset
139 mad TEMP0.xy, TEMP3.x, TEMP1.xy, TEMP1.zw
140 mad TEMP0.xy, TEMP3.x, TEMP0.xy, TEMP2.xy
[all …]
Dgfx_ParticleGShader.gsh54 #define TEMP0 r0
60 mov TEMP0, in_position
61 add TEMP0, TEMP0, in_posoffset1
62 mov out_pos, TEMP0
68 mov TEMP0, in_texcoord
69 add TEMP0.xy, TEMP0.xy, in_texoffset.xy
70 add TEMP0.xy, TEMP0.xy, in_texoffset.zw
71 mov out_tex0, TEMP0
72 mov out_tex1, TEMP0
73 // mov out_tex2, TEMP0
[all …]
/NW4C-1.2.23/sources/shaders/gfx/DefaultShader/
DCalcColor.vsh28 mov TEMP0.y, nw_attribute_scale0._W
29 cmp NEQ, NEQ, TEMP0.xy, CONST_0
37 mul TEMP0.xyzw, nw_color.xyzw, nw_attribute_scale0._W
39 mul TEMP_COLO.w, TEMP_COLO.w, TEMP0.w
41 mul TEMP_COLO.xyz, TEMP0.xyz, nw_vertex_color_scale
DCalcTexcoord0.vsh24 mov TEMP0.xy, nw_texture_coordinate._X
37 cmp EQ, EQ, TEMP0.xy, CONST_3_4_4_4
44 mul TEMP0.xy , nw_texture_translate.xy, TRAN_TEX0.z
45 add TRAN_TEX0.xy, TRAN_TEX0.xy, TEMP0.xy
DCalcTexcoord1.vsh24 mov TEMP0.xy, nw_texture_coordinate._Y
38 cmp EQ, EQ, TEMP0.xy, CONST_3_4_4_4
DGetTexcoordSource.vsh23 cmp EQ, EQ, TEMP0.xy, CONST_1_2_2_2
DCalcTexcoord2.vsh24 mov TEMP0.xy, nw_texture_coordinate._Z
DTransformMatrix.vsh86 mov TEMP0, nw_attribute_scale0._XYZW
87 cmp NEQ, NEQ, TEMP0.yz, CONST_0
220 mov TEMP0, nw_attribute_scale0._XYZW
221 cmp NEQ, NEQ, TEMP0.yz, CONST_0
/NW4C-1.2.23/SampleData/Graphics/Shader/UserShader/
DUserCalcColor.vsh28 mov TEMP0.y, nw_attribute_scale0._W
29 cmp NEQ, NEQ, TEMP0.xy, CONST_0
37 mul TEMP0.xyzw, nw_color.xyzw, nw_attribute_scale0._W
39 mul TEMP_COLO.w, TEMP_COLO.w, TEMP0.w
41 mul TEMP_COLO.xyz, TEMP0.xyz, nw_vertex_color_scale
DCalcTexcoord0.vsh24 mov TEMP0.xy, nw_texture_coordinate._X
37 cmp EQ, EQ, TEMP0.xy, CONST_3_4_4_4
44 mul TEMP0.xy , nw_texture_translate.xy, TRAN_TEX0.z
45 add TRAN_TEX0.xy, TRAN_TEX0.xy, TEMP0.xy
DCalcTexcoord1.vsh24 mov TEMP0.xy, nw_texture_coordinate._Y
38 cmp EQ, EQ, TEMP0.xy, CONST_3_4_4_4
DGetTexcoordSource.vsh23 cmp EQ, EQ, TEMP0.xy, CONST_1_2_2_2
DCalcTexcoord2.vsh24 mov TEMP0.xy, nw_texture_coordinate._Z
DUserTransformMatrix.vsh86 mov TEMP0, nw_attribute_scale0._XYZW
87 cmp NEQ, NEQ, TEMP0.yz, CONST_0
227 mov TEMP0, nw_attribute_scale0._XYZW
228 cmp NEQ, NEQ, TEMP0.yz, CONST_0
DVertexShader.h237 #define TEMP0 r0 macro
/NW4C-1.2.23/sources/shaders/gfx/ShadowShader/
DTransformMatrix.vsh63 mov TEMP0, nw_attribute_scale0._XYZW
64 cmp NEQ, NEQ, TEMP0.yz, CONST_0
149 mov TEMP0, nw_attribute_scale0._XYZW
150 cmp NEQ, NEQ, TEMP0.yz, CONST_0
/NW4C-1.2.23/sources/shaders/gfx/
DVertexShader.h236 #define TEMP0 r0 macro