g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / src / glsl / tests / lower_jumps / lower_breaks_2.opt_test.expected
bloba4cb2d6a12563fc29706f11a9049d1785d9c1eb4
1 ((declare (in) float b) (declare (out) float a)
2  (function main
3   (signature void (parameters)
4    ((loop () () () ()
5      ((assign (x) (var_ref a) (constant float (1.000000)))
6       (if (expression bool > (var_ref b) (constant float (0.000000))) (break)
7        ())))))))