void foo(float f)
{
if (f < 1.0)
discard;
}
void PixelShaderFunction(float4 input) : COLOR0
foo(input.z);
if (input.x)
float f = input.x;