bgfx/3rdparty/glsl-optimizer/tests/fragment/zun-Hidden_Tree_Optimized_Leaf_Shader1-out.txt

76 lines
2.1 KiB
Text
Raw Normal View History

2012-10-07 23:41:18 -04:00
uniform sampler2D _BumpSpecMap;
2014-02-11 02:06:13 -05:00
uniform float _Cutoff;
uniform vec4 _LightColor0;
uniform samplerCube _LightTexture0;
uniform sampler2D _LightTextureB0;
uniform sampler2D _MainTex;
uniform sampler2D _TranslucencyMap;
2012-10-07 23:41:18 -04:00
void main ()
{
vec2 tmpvar_1;
tmpvar_1 = gl_TexCoord[0].xy;
vec3 tmpvar_2;
tmpvar_2 = gl_TexCoord[3].xyz;
vec4 c_3;
2014-10-11 15:32:43 -04:00
float tmpvar_4;
2012-10-07 23:41:18 -04:00
vec4 tmpvar_5;
2014-10-11 15:32:43 -04:00
tmpvar_5 = texture2D (_MainTex, tmpvar_1);
vec4 tmpvar_6;
tmpvar_6 = texture2D (_TranslucencyMap, tmpvar_1);
tmpvar_4 = (tmpvar_5.w * gl_Color.w);
2012-10-07 23:41:18 -04:00
vec4 tmpvar_7;
tmpvar_7 = texture2D (_BumpSpecMap, tmpvar_1);
vec4 normal_8;
normal_8.xy = ((tmpvar_7.wy * 2.0) - 1.0);
2014-02-11 02:06:13 -05:00
normal_8.z = sqrt(((1.0 -
(normal_8.x * normal_8.x)
) - (normal_8.y * normal_8.y)));
2012-10-07 23:41:18 -04:00
float x_9;
2014-10-11 15:32:43 -04:00
x_9 = (tmpvar_4 - _Cutoff);
2012-10-07 23:41:18 -04:00
if ((x_9 < 0.0)) {
discard;
};
vec3 tmpvar_10;
tmpvar_10 = normalize(gl_TexCoord[1].xyz);
vec4 c_11;
2014-10-11 15:32:43 -04:00
vec3 col_12;
2012-10-07 23:41:18 -04:00
float tmpvar_13;
2014-10-11 15:32:43 -04:00
tmpvar_13 = dot (normal_8.xyz, tmpvar_10);
float tmpvar_14;
tmpvar_14 = max (0.0, -(tmpvar_13));
col_12 = ((tmpvar_5.xyz * gl_Color.xyz) * (max (0.0,
((tmpvar_13 * 0.5) + 0.5)
) + (
(tmpvar_6.xyz * tmpvar_14)
* 2.0)));
col_12 = (col_12 + ((
pow (max (0.0, dot (normal_8.xyz, normalize(
(tmpvar_10 + normalize(gl_TexCoord[2].xyz))
))), (tmpvar_7.x * 128.0))
* tmpvar_6.w) * (1.0 -
clamp (ceil(tmpvar_14), 0.0, 1.0)
)));
col_12 = (col_12 * _LightColor0.xyz);
c_11.xyz = (col_12 * ((texture2D (_LightTextureB0, vec2(
2014-02-11 02:06:13 -05:00
dot (tmpvar_2, tmpvar_2)
)).w * textureCube (_LightTexture0, tmpvar_2).w) * 2.0));
2012-10-07 23:41:18 -04:00
c_3.xyz = c_11.xyz;
2014-10-11 15:32:43 -04:00
c_3.w = tmpvar_4;
2012-10-07 23:41:18 -04:00
gl_FragData[0] = c_3;
}
2014-02-11 02:06:13 -05:00
2014-10-11 15:32:43 -04:00
// stats: 40 alu 6 tex 1 flow
// inputs: 2
// #0: gl_Color (high float) 4x1 [-1] loc 1
// #1: gl_TexCoord (high float) 4x1 [4] loc 4
// uniforms: 2 (total size: 0)
// #0: _Cutoff (high float) 1x1 [-1]
// #1: _LightColor0 (high float) 4x1 [-1]
// textures: 5
// #0: _BumpSpecMap (high 2d) 0x0 [-1]
// #1: _LightTexture0 (high cube) 0x0 [-1]
// #2: _LightTextureB0 (high 2d) 0x0 [-1]
// #3: _MainTex (high 2d) 0x0 [-1]
// #4: _TranslucencyMap (high 2d) 0x0 [-1]