| OpCapability Shader |
| %1 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %_GLF_color |
| OpExecutionMode %main OriginUpperLeft |
| OpSource ESSL 320 |
| OpName %main "main" |
| OpName %_GLF_global_loop_count "_GLF_global_loop_count" |
| OpName %f "f" |
| OpName %buf1 "buf1" |
| OpMemberName %buf1 0 "_GLF_uniform_float_values" |
| OpName %_ "" |
| OpName %r "r" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "_GLF_uniform_int_values" |
| OpName %__0 "" |
| OpName %buf2 "buf2" |
| OpMemberName %buf2 0 "injectionSwitch" |
| OpName %__1 "" |
| OpName %_GLF_color "_GLF_color" |
| OpDecorate %_arr_float_uint_2 ArrayStride 16 |
| OpMemberDecorate %buf1 0 Offset 0 |
| OpDecorate %buf1 Block |
| OpDecorate %_ DescriptorSet 0 |
| OpDecorate %_ Binding 1 |
| OpDecorate %_arr_int_uint_3 ArrayStride 16 |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %buf0 Block |
| OpDecorate %__0 DescriptorSet 0 |
| OpDecorate %__0 Binding 0 |
| OpMemberDecorate %buf2 0 Offset 0 |
| OpDecorate %buf2 Block |
| OpDecorate %__1 DescriptorSet 0 |
| OpDecorate %__1 Binding 2 |
| OpDecorate %_GLF_color Location 0 |
| %void = OpTypeVoid |
| %16 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %_ptr_Private_int = OpTypePointer Private %int |
| %_GLF_global_loop_count = OpVariable %_ptr_Private_int Private |
| %int_0 = OpConstant %int 0 |
| %float = OpTypeFloat 32 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %uint = OpTypeInt 32 0 |
| %uint_2 = OpConstant %uint 2 |
| %_arr_float_uint_2 = OpTypeArray %float %uint_2 |
| %buf1 = OpTypeStruct %_arr_float_uint_2 |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %_ = OpVariable %_ptr_Uniform_buf1 Uniform |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %_ptr_Function_int = OpTypePointer Function %int |
| %uint_3 = OpConstant %uint 3 |
| %_arr_int_uint_3 = OpTypeArray %int %uint_3 |
| %buf0 = OpTypeStruct %_arr_int_uint_3 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %__0 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %int_1 = OpConstant %int 1 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_2 = OpConstant %int 2 |
| %bool = OpTypeBool |
| %v2float = OpTypeVector %float 2 |
| %buf2 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf2 = OpTypePointer Uniform %buf2 |
| %__1 = OpVariable %_ptr_Uniform_buf2 Uniform |
| %_ptr_Uniform_v2float = OpTypePointer Uniform %v2float |
| %uint_1 = OpConstant %uint 1 |
| %int_100 = OpConstant %int 100 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %main = OpFunction %void None %16 |
| %40 = OpLabel |
| %f = OpVariable %_ptr_Function_float Function |
| %r = OpVariable %_ptr_Function_int Function |
| OpStore %_GLF_global_loop_count %int_0 |
| %41 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0 |
| %42 = OpLoad %float %41 |
| OpStore %f %42 |
| %43 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1 |
| %44 = OpLoad %int %43 |
| OpStore %r %44 |
| OpBranch %45 |
| %45 = OpLabel |
| OpLoopMerge %46 %47 None |
| OpBranch %48 |
| %48 = OpLabel |
| %49 = OpLoad %int %r |
| %50 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_2 |
| %51 = OpLoad %int %50 |
| %52 = OpSLessThan %bool %49 %51 |
| OpBranchConditional %52 %53 %46 |
| %53 = OpLabel |
| %54 = OpLoad %int %_GLF_global_loop_count |
| %55 = OpIAdd %int %54 %int_1 |
| OpStore %_GLF_global_loop_count %55 |
| %56 = OpAccessChain %_ptr_Uniform_v2float %__1 %int_0 |
| %57 = OpLoad %v2float %56 |
| %58 = OpDPdx %v2float %57 |
| %59 = OpCompositeExtract %float %58 1 |
| %60 = OpLoad %float %f |
| %61 = OpFAdd %float %60 %59 |
| OpStore %f %61 |
| OpBranch %47 |
| %47 = OpLabel |
| %62 = OpLoad %int %r |
| %63 = OpIAdd %int %62 %int_1 |
| OpStore %r %63 |
| OpBranch %45 |
| %46 = OpLabel |
| OpBranch %64 |
| %64 = OpLabel |
| OpLoopMerge %65 %66 None |
| OpBranch %67 |
| %67 = OpLabel |
| %68 = OpLoad %int %_GLF_global_loop_count |
| %69 = OpSLessThan %bool %68 %int_100 |
| OpBranchConditional %69 %70 %65 |
| %70 = OpLabel |
| %71 = OpLoad %int %_GLF_global_loop_count |
| %72 = OpIAdd %int %71 %int_1 |
| OpStore %_GLF_global_loop_count %72 |
| %73 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0 |
| %74 = OpLoad %float %73 |
| %75 = OpLoad %float %f |
| %76 = OpFAdd %float %75 %74 |
| OpStore %f %76 |
| OpBranch %66 |
| %66 = OpLabel |
| OpBranch %64 |
| %65 = OpLabel |
| %77 = OpLoad %float %f |
| %78 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1 |
| %79 = OpLoad %float %78 |
| %80 = OpFOrdEqual %bool %77 %79 |
| OpSelectionMerge %81 None |
| OpBranchConditional %80 %82 %83 |
| %82 = OpLabel |
| %84 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0 |
| %85 = OpLoad %int %84 |
| %86 = OpConvertSToF %float %85 |
| %87 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1 |
| %88 = OpLoad %int %87 |
| %89 = OpConvertSToF %float %88 |
| %90 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1 |
| %91 = OpLoad %int %90 |
| %92 = OpConvertSToF %float %91 |
| %93 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0 |
| %94 = OpLoad %int %93 |
| %95 = OpConvertSToF %float %94 |
| %96 = OpCompositeConstruct %v4float %86 %89 %92 %95 |
| OpStore %_GLF_color %96 |
| OpBranch %81 |
| %83 = OpLabel |
| %97 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1 |
| %98 = OpLoad %int %97 |
| %99 = OpConvertSToF %float %98 |
| %100 = OpCompositeConstruct %v4float %99 %99 %99 %99 |
| OpStore %_GLF_color %100 |
| OpBranch %81 |
| %81 = OpLabel |
| OpReturn |
| OpFunctionEnd |