| ; SPIR-V | 
 | ; Version: 1.3 | 
 | ; Generator: Google Tint Compiler; 1 | 
 | ; Bound: 30 | 
 | ; Schema: 0 | 
 |                OpCapability Shader | 
 |                OpCapability Float16 | 
 |                OpCapability UniformAndStorageBuffer16BitAccess | 
 |                OpCapability StorageBuffer16BitAccess | 
 |                OpMemoryModel Logical GLSL450 | 
 |                OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" | 
 |                OpExecutionMode %unused_entry_point LocalSize 1 1 1 | 
 |                OpMemberName %S 0 "v" | 
 |                OpName %S "S" | 
 |                OpName %P "P" | 
 |                OpName %f "f" | 
 |                OpName %unused_entry_point "unused_entry_point" | 
 |                OpMemberDecorate %S 0 Offset 0 | 
 |        %half = OpTypeFloat 16 | 
 |      %v3half = OpTypeVector %half 3 | 
 |           %S = OpTypeStruct %v3half | 
 | %_ptr_Private_S = OpTypePointer Private %S | 
 |           %6 = OpConstantNull %S | 
 |           %P = OpVariable %_ptr_Private_S Private %6 | 
 |        %void = OpTypeVoid | 
 |           %9 = OpTypeFunction %void | 
 | %_ptr_Private_v3half = OpTypePointer Private %v3half | 
 |        %uint = OpTypeInt 32 0 | 
 |      %uint_0 = OpConstant %uint 0 | 
 | %half_0x1p_0 = OpConstant %half 0x1p+0 | 
 | %half_0x1p_1 = OpConstant %half 0x1p+1 | 
 | %half_0x1_8p_1 = OpConstant %half 0x1.8p+1 | 
 |          %15 = OpConstantComposite %v3half %half_0x1p_0 %half_0x1p_1 %half_0x1_8p_1 | 
 | %_ptr_Private_half = OpTypePointer Private %half | 
 |      %uint_1 = OpConstant %uint 1 | 
 |      %uint_2 = OpConstant %uint 2 | 
 |           %f = OpFunction %void None %9 | 
 |          %10 = OpLabel | 
 |          %11 = OpAccessChain %_ptr_Private_v3half %P %uint_0 | 
 |                OpStore %11 %15 None | 
 |          %19 = OpAccessChain %_ptr_Private_v3half %P %uint_0 | 
 |          %20 = OpAccessChain %_ptr_Private_half %19 %uint_0 | 
 |                OpStore %20 %half_0x1p_0 None | 
 |          %22 = OpAccessChain %_ptr_Private_v3half %P %uint_0 | 
 |          %23 = OpAccessChain %_ptr_Private_half %22 %uint_1 | 
 |                OpStore %23 %half_0x1p_1 None | 
 |          %25 = OpAccessChain %_ptr_Private_v3half %P %uint_0 | 
 |          %26 = OpAccessChain %_ptr_Private_half %25 %uint_2 | 
 |                OpStore %26 %half_0x1_8p_1 None | 
 |                OpReturn | 
 |                OpFunctionEnd | 
 | %unused_entry_point = OpFunction %void None %9 | 
 |          %29 = OpLabel | 
 |                OpReturn | 
 |                OpFunctionEnd |