| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 14 |
| ; Schema: 0 |
| OpCapability Shader |
| OpCapability Float16 |
| OpCapability UniformAndStorageBuffer16BitAccess |
| OpCapability StorageBuffer16BitAccess |
| OpCapability StorageInputOutput16 |
| 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 |
| %half = OpTypeFloat 16 |
| %half_0x1p_0 = OpConstant %half 0x1p+0 |
| %_ptr_Function_half = OpTypePointer Function %half |
| %11 = OpConstantNull %half |
| %unused_entry_point = OpFunction %void None %1 |
| %4 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %f = OpFunction %void None %1 |
| %6 = OpLabel |
| %a = OpVariable %_ptr_Function_half Function %11 |
| %b = OpVariable %_ptr_Function_half Function %11 |
| %c = OpVariable %_ptr_Function_half Function %11 |
| OpStore %a %half_0x1p_0 |
| OpStore %b %half_0x1p_0 |
| OpStore %c %half_0x1p_0 |
| OpReturn |
| OpFunctionEnd |