| ; Generator: Google Tint Compiler; 0 |
| %10 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %compute_main "compute_main" |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpName %frexp_8b3191 "frexp_8b3191" |
| OpName %compute_main "compute_main" |
| %_ptr_Workgroup_uint = OpTypePointer Workgroup %uint |
| %arg_1 = OpVariable %_ptr_Workgroup_uint Workgroup |
| %4 = OpTypeFunction %void |
| %float_1 = OpConstant %float 1 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %15 = OpConstantNull %float |
| %frexp_8b3191 = OpFunction %void None %4 |
| %res = OpVariable %_ptr_Function_float Function %15 |
| %8 = OpExtInst %float %10 Frexp %float_1 %arg_1 |
| %compute_main = OpFunction %void None %4 |
| %18 = OpFunctionCall %void %frexp_8b3191 |