; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 110 ; Schema: 0 OpCapability Shader %59 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %main "main" %tint_symbol_1 OpExecutionMode %main OriginUpperLeft OpName %buf0 "buf0" OpMemberName %buf0 0 "x_GLF_uniform_float_values" OpName %x_6 "x_6" OpName %buf1 "buf1" OpMemberName %buf1 0 "x_GLF_uniform_int_values" OpName %x_10 "x_10" OpName %x_GLF_color "x_GLF_color" OpName %tint_symbol_1 "tint_symbol_1" OpName %main_1 "main_1" OpName %f0 "f0" OpName %f1 "f1" OpName %i "i" OpName %x_63 "x_63" OpName %x_64_phi "x_64_phi" OpName %main_out "main_out" OpMemberName %main_out 0 "x_GLF_color_1" OpName %tint_symbol_2 "tint_symbol_2" OpName %tint_symbol "tint_symbol" OpName %main "main" OpDecorate %buf0 Block OpMemberDecorate %buf0 0 Offset 0 OpDecorate %_arr_float_uint_3 ArrayStride 16 OpDecorate %x_6 NonWritable OpDecorate %x_6 DescriptorSet 0 OpDecorate %x_6 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 OpDecorate %tint_symbol_1 Location 0 OpMemberDecorate %main_out 0 Offset 0 %float = OpTypeFloat 32 %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_6 = OpVariable %_ptr_Uniform_buf0 Uniform %int = OpTypeInt 32 1 %_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 %v4float = OpTypeVector %float 4 %_ptr_Private_v4float = OpTypePointer Private %v4float %16 = OpConstantNull %v4float %x_GLF_color = OpVariable %_ptr_Private_v4float Private %16 %_ptr_Output_v4float = OpTypePointer Output %v4float %tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %16 %void = OpTypeVoid %19 = OpTypeFunction %void %_ptr_Function_float = OpTypePointer Function %float %25 = OpConstantNull %float %_ptr_Function_int = OpTypePointer Function %int %29 = OpConstantNull %int %bool = OpTypeBool %_ptr_Function_bool = OpTypePointer Function %bool %33 = OpConstantNull %bool %uint_0 = OpConstant %uint 0 %int_0 = OpConstant %int 0 %_ptr_Uniform_float = OpTypePointer Uniform %float %int_1 = OpConstant %int 1 %_ptr_Uniform_int = OpTypePointer Uniform %int %float_1_10000002 = OpConstant %float 1.10000002 %int_2 = OpConstant %int 2 %main_out = OpTypeStruct %v4float %98 = OpTypeFunction %void %main_out %main_1 = OpFunction %void None %19 %22 = OpLabel %f0 = OpVariable %_ptr_Function_float Function %25 %f1 = OpVariable %_ptr_Function_float Function %25 %i = OpVariable %_ptr_Function_int Function %29 %x_63 = OpVariable %_ptr_Function_bool Function %33 %x_64_phi = OpVariable %_ptr_Function_bool Function %33 %38 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0 %39 = OpLoad %float %38 OpStore %f0 %39 %40 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0 %41 = OpLoad %float %40 OpStore %f1 %41 %44 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_1 %45 = OpLoad %int %44 OpStore %i %45 OpBranch %46 %46 = OpLabel OpLoopMerge %47 %48 None OpBranch %49 %49 = OpLabel %50 = OpLoad %int %i %51 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_0 %52 = OpLoad %int %51 %53 = OpSLessThan %bool %50 %52 OpSelectionMerge %54 None OpBranchConditional %53 %55 %56 %55 = OpLabel OpBranch %54 %56 = OpLabel OpBranch %47 %54 = OpLabel %57 = OpLoad %float %f0 %61 = OpFMul %float %float_1_10000002 %57 %58 = OpExtInst %float %59 FAbs %61 OpStore %f0 %58 %62 = OpLoad %float %f0 OpStore %f1 %62 OpBranch %48 %48 = OpLabel %63 = OpLoad %int %i %64 = OpIAdd %int %63 %int_1 OpStore %i %64 OpBranch %46 %47 = OpLabel %65 = OpLoad %float %f1 %66 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1 %67 = OpLoad %float %66 %68 = OpFOrdGreaterThan %bool %65 %67 OpStore %x_64_phi %68 OpSelectionMerge %69 None OpBranchConditional %68 %70 %69 %70 = OpLabel %71 = OpLoad %float %f1 %73 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_2 %74 = OpLoad %float %73 %75 = OpFOrdLessThan %bool %71 %74 OpStore %x_63 %75 %76 = OpLoad %bool %x_63 OpStore %x_64_phi %76 OpBranch %69 %69 = OpLabel %77 = OpLoad %bool %x_64_phi OpSelectionMerge %78 None OpBranchConditional %77 %79 %80 %79 = OpLabel %81 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_2 %82 = OpLoad %int %81 %83 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_1 %84 = OpLoad %int %83 %85 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_1 %86 = OpLoad %int %85 %87 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_2 %88 = OpLoad %int %87 %89 = OpConvertSToF %float %82 %90 = OpConvertSToF %float %84 %91 = OpConvertSToF %float %86 %92 = OpConvertSToF %float %88 %93 = OpCompositeConstruct %v4float %89 %90 %91 %92 OpStore %x_GLF_color %93 OpBranch %78 %80 = OpLabel %94 = OpAccessChain %_ptr_Uniform_int %x_10 %uint_0 %int_1 %95 = OpLoad %int %94 %96 = OpConvertSToF %float %95 %97 = OpCompositeConstruct %v4float %96 %96 %96 %96 OpStore %x_GLF_color %97 OpBranch %78 %78 = OpLabel OpReturn OpFunctionEnd %tint_symbol_2 = OpFunction %void None %98 %tint_symbol = OpFunctionParameter %main_out %102 = OpLabel %103 = OpCompositeExtract %v4float %tint_symbol 0 OpStore %tint_symbol_1 %103 OpReturn OpFunctionEnd %main = OpFunction %void None %19 %105 = OpLabel %106 = OpFunctionCall %void %main_1 %108 = OpLoad %v4float %x_GLF_color %109 = OpCompositeConstruct %main_out %108 %107 = OpFunctionCall %void %tint_symbol_2 %109 OpReturn OpFunctionEnd