1*c8dee2aaSAndroid Build Coastguard Workerlayout(location=1) in float input1; 2*c8dee2aaSAndroid Build Coastguard Workerlayout(location=2) in half input2; 3*c8dee2aaSAndroid Build Coastguard Workerlayout(location=3) in float2 input3; 4*c8dee2aaSAndroid Build Coastguard Workerlayout(location=4) in int input4; 5*c8dee2aaSAndroid Build Coastguard Workerlayout(location=5) in int2 input5; 6*c8dee2aaSAndroid Build Coastguard Worker 7*c8dee2aaSAndroid Build Coastguard Workerlayout(location=1) out float output1; 8*c8dee2aaSAndroid Build Coastguard Workerlayout(location=2) out half output2; 9*c8dee2aaSAndroid Build Coastguard Workerlayout(location=3) out float2 output3; 10*c8dee2aaSAndroid Build Coastguard Workerlayout(location=4) out int output4; 11*c8dee2aaSAndroid Build Coastguard Workerlayout(location=5) out int2 output5; 12*c8dee2aaSAndroid Build Coastguard Worker 13*c8dee2aaSAndroid Build Coastguard Workervoid main() { 14*c8dee2aaSAndroid Build Coastguard Worker} 15