Searched refs:CONSTANT (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.2.23/SampleData/Graphics/Shader/UserShader/ |
| D | VertexShader.h | 158 #define CONSTANT c93 macro 160 def CONSTANT[0], 0.0, 1.0, 2.0, 3.0 161 def CONSTANT[1], 0.125, 0.00390625, 0.5, 0.25 162 def CONSTANT[2], 3.0, 4.0, 5.0, 6.0 164 #define CONST_0 CONSTANT[0].x 165 #define CONST_1 CONSTANT[0].y 166 #define CONST_2 CONSTANT[0].z 167 #define CONST_3 CONSTANT[0].w 168 #define CONST_4 CONSTANT[2].y 169 #define CONST_5 CONSTANT[2].z [all …]
|
| /NW4C-1.2.23/sources/shaders/gfx/ |
| D | VertexShader.h | 157 #define CONSTANT c93 macro 159 def CONSTANT[0], 0.0, 1.0, 2.0, 3.0 160 def CONSTANT[1], 0.125, 0.00390625, 0.5, 0.25 161 def CONSTANT[2], 3.0, 4.0, 5.0, 6.0 163 #define CONST_0 CONSTANT[0].x 164 #define CONST_1 CONSTANT[0].y 165 #define CONST_2 CONSTANT[0].z 166 #define CONST_3 CONSTANT[0].w 167 #define CONST_4 CONSTANT[2].y 168 #define CONST_5 CONSTANT[2].z [all …]
|
| /NW4C-1.2.23/sources/shaders/font/ |
| D | font_TextWriterShader.vsh | 27 #define CONSTANT c95 28 def CONSTANT, 0.0, 0.5, 1.0, 0.003921569 30 #define CONST_1 CONSTANT.z 31 #define CONST_1__255 CONSTANT.w
|