Home
last modified time | relevance | path

Searched refs:nw_boneWeight (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/shaders/gfx/DefaultShader/
DTransformMatrix.vsh97 cmp NEQ, NEQ, nw_boneWeight.zw, CONST_0
99 mul TEMP1.w, nw_boneWeight.x, nw_attribute_scale1._W
103 mul TEMP1.w, nw_boneWeight.y, nw_attribute_scale1._W
107 mul TEMP1.w, nw_boneWeight.z, nw_attribute_scale1._W
112 mul TEMP1.w, nw_boneWeight.w, nw_attribute_scale1._W
134 cmp NEQ, NEQ, nw_boneWeight.zw, CONST_0
136 mul TEMP1.w, nw_boneWeight.x, nw_attribute_scale1._W
140 mul TEMP1.w, nw_boneWeight.y, nw_attribute_scale1._W
144 mul TEMP1.w, nw_boneWeight.z, nw_attribute_scale1._W
149 mul TEMP1.w, nw_boneWeight.w, nw_attribute_scale1._W
[all …]
/NW4C-2.0.3/SampleData/Graphics/Shader/UserShader/
DUserTransformMatrix.vsh95 cmp NEQ, NEQ, nw_boneWeight.zw, CONST_0
97 mul TEMP1.w, nw_boneWeight.x, nw_attribute_scale1._W
101 mul TEMP1.w, nw_boneWeight.y, nw_attribute_scale1._W
105 mul TEMP1.w, nw_boneWeight.z, nw_attribute_scale1._W
110 mul TEMP1.w, nw_boneWeight.w, nw_attribute_scale1._W
139 cmp NEQ, NEQ, nw_boneWeight.zw, CONST_0
141 mul TEMP1.w, nw_boneWeight.x, nw_attribute_scale1._W
145 mul TEMP1.w, nw_boneWeight.y, nw_attribute_scale1._W
149 mul TEMP1.w, nw_boneWeight.z, nw_attribute_scale1._W
154 mul TEMP1.w, nw_boneWeight.w, nw_attribute_scale1._W
[all …]
/NW4C-2.0.3/sources/shaders/gfx/ShadowShader/
DTransformMatrix.vsh76 mul TEMP1.w, nw_boneWeight.x, nw_attribute_scale1._W
80 mul TEMP1.w, nw_boneWeight.y, nw_attribute_scale1._W
84 mul TEMP1.w, nw_boneWeight.z, nw_attribute_scale1._W
89 mul TEMP1.w, nw_boneWeight.w, nw_attribute_scale1._W
110 mul TEMP1.w, nw_boneWeight.x, nw_attribute_scale1._W
114 mul TEMP1.w, nw_boneWeight.y, nw_attribute_scale1._W
118 mul TEMP1.w, nw_boneWeight.z, nw_attribute_scale1._W
123 mul TEMP1.w, nw_boneWeight.w, nw_attribute_scale1._W
/NW4C-2.0.3/sources/shaders/gfx/
DVertexShader.h210 #define nw_boneWeight v8 macro