; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 98 ; Schema: 0 OpCapability Shader %42 = 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 %buf2 "buf2" OpMemberName %buf2 0 "one" OpName %x_11 "x_11" OpName %buf1 "buf1" OpMemberName %buf1 0 "x_GLF_uniform_int_values" OpName %x_13 "x_13" 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 %f2 "f2" OpName %f3 "f3" 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_2 ArrayStride 16 OpDecorate %x_6 NonWritable OpDecorate %x_6 DescriptorSet 0 OpDecorate %x_6 Binding 0 OpDecorate %buf2 Block OpMemberDecorate %buf2 0 Offset 0 OpDecorate %x_11 NonWritable OpDecorate %x_11 DescriptorSet 0 OpDecorate %x_11 Binding 2 OpDecorate %buf1 Block OpMemberDecorate %buf1 0 Offset 0 OpDecorate %_arr_int_uint_2 ArrayStride 16 OpDecorate %x_13 NonWritable OpDecorate %x_13 DescriptorSet 0 OpDecorate %x_13 Binding 1 OpDecorate %tint_symbol_1 Location 0 OpMemberDecorate %main_out 0 Offset 0 %float = OpTypeFloat 32 %uint = OpTypeInt 32 0 %uint_2 = OpConstant %uint 2 %_arr_float_uint_2 = OpTypeArray %float %uint_2 %buf0 = OpTypeStruct %_arr_float_uint_2 %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %x_6 = OpVariable %_ptr_Uniform_buf0 Uniform %buf2 = OpTypeStruct %float %_ptr_Uniform_buf2 = OpTypePointer Uniform %buf2 %x_11 = OpVariable %_ptr_Uniform_buf2 Uniform %int = OpTypeInt 32 1 %_arr_int_uint_2 = OpTypeArray %int %uint_2 %buf1 = OpTypeStruct %_arr_int_uint_2 %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 %x_13 = OpVariable %_ptr_Uniform_buf1 Uniform %v4float = OpTypeVector %float 4 %_ptr_Private_v4float = OpTypePointer Private %v4float %19 = OpConstantNull %v4float %x_GLF_color = OpVariable %_ptr_Private_v4float Private %19 %_ptr_Output_v4float = OpTypePointer Output %v4float %tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %19 %void = OpTypeVoid %22 = OpTypeFunction %void %_ptr_Function_float = OpTypePointer Function %float %28 = OpConstantNull %float %uint_0 = OpConstant %uint 0 %int_0 = OpConstant %int 0 %_ptr_Uniform_float = OpTypePointer Uniform %float %int_1 = OpConstant %int 1 %float_4 = OpConstant %float 4 %_ptr_Uniform_int = OpTypePointer Uniform %int %bool = OpTypeBool %main_out = OpTypeStruct %v4float %86 = OpTypeFunction %void %main_out %main_1 = OpFunction %void None %22 %25 = OpLabel %f0 = OpVariable %_ptr_Function_float Function %28 %f1 = OpVariable %_ptr_Function_float Function %28 %f2 = OpVariable %_ptr_Function_float Function %28 %f3 = OpVariable %_ptr_Function_float Function %28 %35 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0 %36 = OpLoad %float %35 OpStore %f0 %36 %38 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1 %39 = OpLoad %float %38 %40 = OpLoad %float %f0 %41 = OpExtInst %float %42 Pow %40 %float_4 %44 = OpFMul %float %39 %41 OpStore %f1 %44 %45 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1 %46 = OpLoad %float %45 %47 = OpLoad %float %f0 %48 = OpExtInst %float %42 Pow %47 %float_4 %49 = OpFMul %float %46 %48 OpStore %f2 %49 %50 = OpLoad %float %f1 %51 = OpLoad %float %f2 %52 = OpAccessChain %_ptr_Uniform_float %x_11 %uint_0 %53 = OpLoad %float %52 %54 = OpLoad %float %f0 %56 = OpFSub %float %50 %51 %57 = OpFSub %float %56 %53 %58 = OpFAdd %float %57 %54 %55 = OpExtInst %float %42 Sqrt %58 OpStore %f3 %55 %59 = OpLoad %float %f3 %61 = OpAccessChain %_ptr_Uniform_int %x_13 %uint_0 %int_0 %62 = OpLoad %int %61 %63 = OpConvertFToS %int %59 %64 = OpIEqual %bool %63 %62 OpSelectionMerge %66 None OpBranchConditional %64 %67 %68 %67 = OpLabel %69 = OpAccessChain %_ptr_Uniform_int %x_13 %uint_0 %int_0 %70 = OpLoad %int %69 %71 = OpAccessChain %_ptr_Uniform_int %x_13 %uint_0 %int_1 %72 = OpLoad %int %71 %73 = OpAccessChain %_ptr_Uniform_int %x_13 %uint_0 %int_1 %74 = OpLoad %int %73 %75 = OpAccessChain %_ptr_Uniform_int %x_13 %uint_0 %int_0 %76 = OpLoad %int %75 %77 = OpConvertSToF %float %70 %78 = OpConvertSToF %float %72 %79 = OpConvertSToF %float %74 %80 = OpConvertSToF %float %76 %81 = OpCompositeConstruct %v4float %77 %78 %79 %80 OpStore %x_GLF_color %81 OpBranch %66 %68 = OpLabel %82 = OpAccessChain %_ptr_Uniform_int %x_13 %uint_0 %int_1 %83 = OpLoad %int %82 %84 = OpConvertSToF %float %83 %85 = OpCompositeConstruct %v4float %84 %84 %84 %84 OpStore %x_GLF_color %85 OpBranch %66 %66 = OpLabel OpReturn OpFunctionEnd %tint_symbol_2 = OpFunction %void None %86 %tint_symbol = OpFunctionParameter %main_out %90 = OpLabel %91 = OpCompositeExtract %v4float %tint_symbol 0 OpStore %tint_symbol_1 %91 OpReturn OpFunctionEnd %main = OpFunction %void None %22 %93 = OpLabel %94 = OpFunctionCall %void %main_1 %96 = OpLoad %v4float %x_GLF_color %97 = OpCompositeConstruct %main_out %96 %95 = OpFunctionCall %void %tint_symbol_2 %97 OpReturn OpFunctionEnd