| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 106 |
| ; Schema: 0 |
| OpCapability Shader |
| %65 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %x_GLF_color_1_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_GLF_color_1_1 "x_GLF_color_1_1" |
| OpName %x_GLF_global_loop_count "x_GLF_global_loop_count" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "x_GLF_uniform_float_values" |
| OpName %x_7 "x_7" |
| OpName %buf1 "buf1" |
| OpMemberName %buf1 0 "x_GLF_uniform_int_values" |
| OpName %x_10 "x_10" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %main_1 "main_1" |
| OpName %f "f" |
| OpName %i "i" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_GLF_color_1" |
| OpName %main_inner "main_inner" |
| OpName %main "main" |
| OpDecorate %x_GLF_color_1_1 Location 0 |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %_arr_float_uint_3 ArrayStride 16 |
| OpDecorate %x_7 NonWritable |
| OpDecorate %x_7 DescriptorSet 0 |
| OpDecorate %x_7 Binding 0 |
| OpDecorate %buf1 Block |
| OpMemberDecorate %buf1 0 Offset 0 |
| OpDecorate %_arr_int_uint_3 ArrayStride 16 |
| OpDecorate %x_10 NonWritable |
| OpDecorate %x_10 DescriptorSet 0 |
| OpDecorate %x_10 Binding 1 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %5 = OpConstantNull %v4float |
| %x_GLF_color_1_1 = OpVariable %_ptr_Output_v4float Output %5 |
| %int = OpTypeInt 32 1 |
| %_ptr_Private_int = OpTypePointer Private %int |
| %9 = OpConstantNull %int |
| %x_GLF_global_loop_count = OpVariable %_ptr_Private_int Private %9 |
| %uint = OpTypeInt 32 0 |
| %uint_3 = OpConstant %uint 3 |
| %_arr_float_uint_3 = OpTypeArray %float %uint_3 |
| %buf0 = OpTypeStruct %_arr_float_uint_3 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_7 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %_arr_int_uint_3 = OpTypeArray %int %uint_3 |
| %buf1 = OpTypeStruct %_arr_int_uint_3 |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %x_10 = OpVariable %_ptr_Uniform_buf1 Uniform |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %void = OpTypeVoid |
| %22 = OpTypeFunction %void |
| %_ptr_Function_float = OpTypePointer Function %float |
| %28 = OpConstantNull %float |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_0 = OpConstant %int 0 |
| %uint_0 = OpConstant %uint 0 |
| %int_1 = OpConstant %int 1 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_2 = OpConstant %int 2 |
| %bool = OpTypeBool |
| %float_1 = OpConstant %float 1 |
| %main_out = OpTypeStruct %v4float |
| %95 = OpTypeFunction %main_out |
| %main_1 = OpFunction %void None %22 |
| %25 = OpLabel |
| %f = OpVariable %_ptr_Function_float Function %28 |
| %i = OpVariable %_ptr_Function_int Function %9 |
| OpStore %x_GLF_global_loop_count %int_0 |
| %35 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_1 |
| %36 = OpLoad %float %35 |
| OpStore %f %36 |
| %38 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_1 |
| %39 = OpLoad %int %38 |
| OpStore %i %39 |
| OpBranch %40 |
| %40 = OpLabel |
| OpLoopMerge %41 %42 None |
| OpBranch %43 |
| %43 = OpLabel |
| %44 = OpLoad %int %i |
| %46 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_2 |
| %47 = OpLoad %int %46 |
| %48 = OpSLessThan %bool %44 %47 |
| OpSelectionMerge %50 None |
| OpBranchConditional %48 %51 %52 |
| %51 = OpLabel |
| OpBranch %50 |
| %52 = OpLabel |
| OpBranch %41 |
| %50 = OpLabel |
| %53 = OpLoad %float %f |
| %54 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_1 |
| %55 = OpLoad %float %54 |
| %56 = OpFOrdGreaterThan %bool %53 %55 |
| OpSelectionMerge %57 None |
| OpBranchConditional %56 %58 %57 |
| %58 = OpLabel |
| OpBranch %57 |
| %57 = OpLabel |
| OpStore %f %float_1 |
| %60 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_2 |
| %61 = OpLoad %float %60 |
| %62 = OpLoad %float %f |
| %63 = OpLoad %int %i |
| %64 = OpExtInst %float %65 NClamp %61 %float_1 %62 |
| %66 = OpFSub %float %float_1 %64 |
| %67 = OpConvertSToF %float %63 |
| %68 = OpFAdd %float %66 %67 |
| OpStore %f %68 |
| OpBranch %42 |
| %42 = OpLabel |
| %69 = OpLoad %int %i |
| %70 = OpIAdd %int %69 %int_1 |
| OpStore %i %70 |
| OpBranch %40 |
| %41 = OpLabel |
| %71 = OpLoad %float %f |
| %72 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_0 |
| %73 = OpLoad %float %72 |
| %74 = OpFOrdEqual %bool %71 %73 |
| OpSelectionMerge %75 None |
| OpBranchConditional %74 %76 %77 |
| %76 = OpLabel |
| %78 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_0 |
| %79 = OpLoad %int %78 |
| %80 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_1 |
| %81 = OpLoad %int %80 |
| %82 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_1 |
| %83 = OpLoad %int %82 |
| %84 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_0 |
| %85 = OpLoad %int %84 |
| %86 = OpConvertSToF %float %79 |
| %87 = OpConvertSToF %float %81 |
| %88 = OpConvertSToF %float %83 |
| %89 = OpConvertSToF %float %85 |
| %90 = OpCompositeConstruct %v4float %86 %87 %88 %89 |
| OpStore %x_GLF_color %90 |
| OpBranch %75 |
| %77 = OpLabel |
| %91 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_1 |
| %92 = OpLoad %int %91 |
| %93 = OpConvertSToF %float %92 |
| %94 = OpCompositeConstruct %v4float %93 %93 %93 %93 |
| OpStore %x_GLF_color %94 |
| OpBranch %75 |
| %75 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %95 |
| %98 = OpLabel |
| %99 = OpFunctionCall %void %main_1 |
| %100 = OpLoad %v4float %x_GLF_color |
| %101 = OpCompositeConstruct %main_out %100 |
| OpReturnValue %101 |
| OpFunctionEnd |
| %main = OpFunction %void None %22 |
| %103 = OpLabel |
| %104 = OpFunctionCall %main_out %main_inner |
| %105 = OpCompositeExtract %v4float %104 0 |
| OpStore %x_GLF_color_1_1 %105 |
| OpReturn |
| OpFunctionEnd |