Home
last modified time | relevance | path

Searched refs:CONST_HALF (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.2.23/sources/shaders/gfx/DefaultShader/
DGenTexcoordSphereReflection.vsh24 mov TEMP1.xy, CONST_HALF
34 mul TEMP2, TEMP2, CONST_HALF
36 add TEMP_TEX.xy, TEMP_TEX.xy, CONST_HALF
DCalcQuaternion.vsh44 mul r4, r4, CONST_HALF // 0.5*(n.z + 1.0) is in r4
47 mul r5, TEMP_NORM, CONST_HALF // 0.5*n is in r5
/NW4C-1.2.23/SampleData/Graphics/Shader/UserShader/
DGenTexcoordSphereReflection.vsh24 mov TEMP1.xy, CONST_HALF
34 mul TEMP2, TEMP2, CONST_HALF
36 add TEMP_TEX.xy, TEMP_TEX.xy, CONST_HALF
DCalcQuaternion.vsh44 mul r4, r4, CONST_HALF // 0.5*(n.z + 1.0) is in r4
47 mul r5, TEMP_NORM, CONST_HALF // 0.5*n is in r5
DVertexShader.h171 #define CONST_HALF CONSTANT[1].z macro
/NW4C-1.2.23/sources/shaders/gfx/
DVertexShader.h170 #define CONST_HALF CONSTANT[1].z macro
/NW4C-1.2.23/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh431 add TEMP2.x, -aTextureTranslate.x, -CONST_HALF
432 add TEMP2.y, aTextureTranslate.y, -CONST_HALF
435 add TEMP2.xy, TEMP0.xy, CONST_HALF