xref: /aosp_15_r20/external/skia/resources/sksl/runtime/LargeProgram_StackDepth.rts (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Workerhalf4 color;
2*c8dee2aaSAndroid Build Coastguard Workervoid f1();
3*c8dee2aaSAndroid Build Coastguard Worker
4*c8dee2aaSAndroid Build Coastguard Workerhalf4 main(float2 xy) {
5*c8dee2aaSAndroid Build Coastguard Worker    f1();
6*c8dee2aaSAndroid Build Coastguard Worker    return color;
7*c8dee2aaSAndroid Build Coastguard Worker}
8*c8dee2aaSAndroid Build Coastguard Worker
9*c8dee2aaSAndroid Build Coastguard Workervoid f49() { color = half4(1); }
10*c8dee2aaSAndroid Build Coastguard Workervoid f48() { f49(); }
11*c8dee2aaSAndroid Build Coastguard Workervoid f47() { f48(); }
12*c8dee2aaSAndroid Build Coastguard Workervoid f46() { f47(); }
13*c8dee2aaSAndroid Build Coastguard Workervoid f45() { f46(); }
14*c8dee2aaSAndroid Build Coastguard Workervoid f44() { f45(); }
15*c8dee2aaSAndroid Build Coastguard Workervoid f43() { f44(); }
16*c8dee2aaSAndroid Build Coastguard Workervoid f42() { f43(); }
17*c8dee2aaSAndroid Build Coastguard Workervoid f41() { f42(); }
18*c8dee2aaSAndroid Build Coastguard Workervoid f40() { f41(); }
19*c8dee2aaSAndroid Build Coastguard Workervoid f39() { f40(); }
20*c8dee2aaSAndroid Build Coastguard Workervoid f38() { f39(); }
21*c8dee2aaSAndroid Build Coastguard Workervoid f37() { f38(); }
22*c8dee2aaSAndroid Build Coastguard Workervoid f36() { f37(); }
23*c8dee2aaSAndroid Build Coastguard Workervoid f35() { f36(); }
24*c8dee2aaSAndroid Build Coastguard Workervoid f34() { f35(); }
25*c8dee2aaSAndroid Build Coastguard Workervoid f33() { f34(); }
26*c8dee2aaSAndroid Build Coastguard Workervoid f32() { f33(); }
27*c8dee2aaSAndroid Build Coastguard Workervoid f31() { f32(); }
28*c8dee2aaSAndroid Build Coastguard Workervoid f30() { f31(); }
29*c8dee2aaSAndroid Build Coastguard Workervoid f29() { f30(); }
30*c8dee2aaSAndroid Build Coastguard Workervoid f28() { f29(); }
31*c8dee2aaSAndroid Build Coastguard Workervoid f27() { f28(); }
32*c8dee2aaSAndroid Build Coastguard Workervoid f26() { f27(); }
33*c8dee2aaSAndroid Build Coastguard Workervoid f25() { f26(); }
34*c8dee2aaSAndroid Build Coastguard Workervoid f24() { f25(); }
35*c8dee2aaSAndroid Build Coastguard Workervoid f23() { f24(); }
36*c8dee2aaSAndroid Build Coastguard Workervoid f22() { f23(); }
37*c8dee2aaSAndroid Build Coastguard Workervoid f21() { f22(); }
38*c8dee2aaSAndroid Build Coastguard Workervoid f20() { f21(); }
39*c8dee2aaSAndroid Build Coastguard Workervoid f19() { f20(); }
40*c8dee2aaSAndroid Build Coastguard Workervoid f18() { f19(); }
41*c8dee2aaSAndroid Build Coastguard Workervoid f17() { f18(); }
42*c8dee2aaSAndroid Build Coastguard Workervoid f16() { f17(); }
43*c8dee2aaSAndroid Build Coastguard Workervoid f15() { f16(); }
44*c8dee2aaSAndroid Build Coastguard Workervoid f14() { f15(); }
45*c8dee2aaSAndroid Build Coastguard Workervoid f13() { f14(); }
46*c8dee2aaSAndroid Build Coastguard Workervoid f12() { f13(); }
47*c8dee2aaSAndroid Build Coastguard Workervoid f11() { f12(); }
48*c8dee2aaSAndroid Build Coastguard Workervoid f10() { f11(); }
49*c8dee2aaSAndroid Build Coastguard Workervoid f9()  { f10(); }
50*c8dee2aaSAndroid Build Coastguard Workervoid f8()  { f9(); }
51*c8dee2aaSAndroid Build Coastguard Workervoid f7()  { f8(); }
52*c8dee2aaSAndroid Build Coastguard Workervoid f6()  { f7(); }
53*c8dee2aaSAndroid Build Coastguard Workervoid f5()  { f6(); }
54*c8dee2aaSAndroid Build Coastguard Workervoid f4()  { f5(); }
55*c8dee2aaSAndroid Build Coastguard Workervoid f3()  { f4(); }
56*c8dee2aaSAndroid Build Coastguard Workervoid f2()  { f3(); }
57*c8dee2aaSAndroid Build Coastguard Workervoid f1()  { f2(); }
58