| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 14 |
| ; 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 %f "f" |
| OpName %a "a" |
| OpName %b "b" |
| OpName %c "c" |
| %void = OpTypeVoid |
| %1 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %float_1 = OpConstant %float 1 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %11 = OpConstantNull %float |
| %unused_entry_point = OpFunction %void None %1 |
| %4 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %f = OpFunction %void None %1 |
| %6 = OpLabel |
| %a = OpVariable %_ptr_Function_float Function %11 |
| %b = OpVariable %_ptr_Function_float Function %11 |
| %c = OpVariable %_ptr_Function_float Function %11 |
| OpStore %a %float_1 |
| OpStore %b %float_1 |
| OpStore %c %float_1 |
| OpReturn |
| OpFunctionEnd |