uniform half a, b, c; void main() { sk_FragColor.x = fma(a, b, c); }