Home
last modified time | relevance | path

Searched refs:TEMP_COLO (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/SampleData/Graphics/Shader/UserShader/
DUserCalcColor.vsh32 mov TEMP_COLO.xyz, CONST_0
33 mov TEMP_COLO.w, nw_material_diffuse._W
39 mul TEMP_COLO.w, TEMP_COLO.w, TEMP0.w
41 mul TEMP_COLO.xyz, TEMP0.xyz, nw_vertex_color_scale
52 mov TEMP_COLO, nw_material_diffuse._XYZW
57 add TEMP_COLO, TEMP_COLO, extension_color
58 max o_Color, TEMP_COLO, CONST_0
DCalcHemisphereLighting.vsh20 // @brief �������C�e�B���O���v�Z�� TEMP_COLO �Ɍ��ʂ������܂��B
30 mul TEMP4, TEMP4, TEMP_COLO.wwww
32 mad TEMP_COLO.xyz, TEMP4, nw_material_diffuse._XYZW, TEMP_COLO
DCalcVertexLighting.vsh20 // @brief ���_���C�e�B���O���v�Z�� TEMP_COLO �Ɍ��ʂ������܂��B
70 …mad TEMP_COLO.xyz, TEMP1.xyz, VERTEX_LIGHT_UNIFORM(VERTEX_LIGHT_AMBIENT + a0.x)._XYZ…
74 add TEMP_COLO.xyz, TEMP_COLO.xyz, TEMP5.xyz
75 add TEMP_COLO.w, TEMP_COLO.w, TEMP4.w
DVertexShader.h257 #define TEMP_COLO r9 macro
/NW4C-1.2.23/sources/shaders/gfx/DefaultShader/
DCalcColor.vsh32 mov TEMP_COLO.xyz, CONST_0
33 mov TEMP_COLO.w, nw_material_diffuse._W
39 mul TEMP_COLO.w, TEMP_COLO.w, TEMP0.w
41 mul TEMP_COLO.xyz, TEMP0.xyz, nw_vertex_color_scale
52 mov TEMP_COLO, nw_material_diffuse._XYZW
54 max o_Color, TEMP_COLO, CONST_0
DCalcHemisphereLighting.vsh20 // @brief �������C�e�B���O���v�Z�� TEMP_COLO �Ɍ��ʂ������܂��B
30 mul TEMP4, TEMP4, TEMP_COLO.wwww
32 mad TEMP_COLO.xyz, TEMP4, nw_material_diffuse._XYZW, TEMP_COLO
DCalcVertexLighting.vsh20 // @brief ���_���C�e�B���O���v�Z�� TEMP_COLO �Ɍ��ʂ������܂��B
70 …mad TEMP_COLO.xyz, TEMP1.xyz, VERTEX_LIGHT_UNIFORM(VERTEX_LIGHT_AMBIENT + a0.x)._XYZ…
74 add TEMP_COLO.xyz, TEMP_COLO.xyz, TEMP5.xyz
75 add TEMP_COLO.w, TEMP_COLO.w, TEMP4.w
/NW4C-1.2.23/sources/shaders/gfx/
DVertexShader.h256 #define TEMP_COLO r9 macro