5 /* Test for FDO bug 99154. builtin_builder::binop creates variables
6 * named x and y. Because of a bug these variables had mode ir_var_auto
7 * instead of ir_var_temporary. In this case, the variable names can
8 * collide when the function is inlined later on.
9 * Linking will fail in this test if this is the case.
14 float tc = clamp(t, 1.0, 2.0);
15 float d = dot(v1, v2);