| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 26 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" |
| OpExecutionMode %unused_entry_point LocalSize 1 1 1 |
| OpName %unused_entry_point "unused_entry_point" |
| OpName %b "b" |
| OpName %i "i" |
| OpName %c "c" |
| OpName %u "u" |
| OpName %a "a" |
| OpName %a_1 "a_1" |
| %void = OpTypeVoid |
| %1 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %int = OpTypeInt 32 1 |
| %5 = OpTypeFunction %float %int |
| %float_2_29999995 = OpConstant %float 2.29999995 |
| %uint = OpTypeInt 32 0 |
| %12 = OpTypeFunction %int %uint |
| %int_1 = OpConstant %int 1 |
| %uint_2 = OpConstant %uint 2 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %25 = OpConstantNull %float |
| %unused_entry_point = OpFunction %void None %1 |
| %4 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %b = OpFunction %float None %5 |
| %i = OpFunctionParameter %int |
| %10 = OpLabel |
| OpReturnValue %float_2_29999995 |
| OpFunctionEnd |
| %c = OpFunction %int None %12 |
| %u = OpFunctionParameter %uint |
| %16 = OpLabel |
| OpReturnValue %int_1 |
| OpFunctionEnd |
| %a = OpFunction %void None %1 |
| %19 = OpLabel |
| %a_1 = OpVariable %_ptr_Function_float Function %25 |
| %20 = OpFunctionCall %int %c %uint_2 |
| %22 = OpFunctionCall %float %b %20 |
| OpStore %a_1 %22 |
| OpReturn |
| OpFunctionEnd |