; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 31 ; Schema: 0 OpCapability Shader %12 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint GLCompute %compute_main "compute_main" %tint_symbol OpExecutionMode %compute_main LocalSize 1 1 1 OpName %arg_1 "arg_1" OpName %tint_symbol "tint_symbol" OpName %frexp_8b3191 "frexp_8b3191" OpName %res "res" OpName %compute_main "compute_main" OpDecorate %tint_symbol BuiltIn LocalInvocationIndex %uint = OpTypeInt 32 0 %_ptr_Workgroup_uint = OpTypePointer Workgroup %uint %arg_1 = OpVariable %_ptr_Workgroup_uint Workgroup %_ptr_Input_uint = OpTypePointer Input %uint %tint_symbol = OpVariable %_ptr_Input_uint Input %void = OpTypeVoid %6 = OpTypeFunction %void %float = OpTypeFloat 32 %float_1 = OpConstant %float 1 %_ptr_Function_float = OpTypePointer Function %float %17 = OpConstantNull %float %uint_0 = OpConstant %uint 0 %bool = OpTypeBool %26 = OpConstantNull %uint %uint_2 = OpConstant %uint 2 %uint_264 = OpConstant %uint 264 %frexp_8b3191 = OpFunction %void None %6 %9 = OpLabel %res = OpVariable %_ptr_Function_float Function %17 %10 = OpExtInst %float %12 Frexp %float_1 %arg_1 OpStore %res %10 OpReturn OpFunctionEnd %compute_main = OpFunction %void None %6 %19 = OpLabel %20 = OpLoad %uint %tint_symbol %22 = OpIEqual %bool %20 %uint_0 OpSelectionMerge %24 None OpBranchConditional %22 %25 %24 %25 = OpLabel OpStore %arg_1 %26 OpBranch %24 %24 = OpLabel OpControlBarrier %uint_2 %uint_2 %uint_264 %30 = OpFunctionCall %void %frexp_8b3191 OpReturn OpFunctionEnd