| ; SPIR-V | 
 | ; Version: 1.3 | 
 | ; Generator: Google Tint Compiler; 1 | 
 | ; Bound: 37 | 
 | ; Schema: 0 | 
 |                OpCapability Shader | 
 |                OpCapability VulkanMemoryModel | 
 |                OpCapability VulkanMemoryModelDeviceScope | 
 |                OpCapability Float16 | 
 |                OpCapability StorageBuffer16BitAccess | 
 |                OpCapability CooperativeMatrixKHR | 
 |                OpExtension "SPV_KHR_vulkan_memory_model" | 
 |                OpExtension "SPV_KHR_cooperative_matrix" | 
 |                OpMemoryModel Logical Vulkan | 
 |                OpEntryPoint GLCompute %compute_main "compute_main" | 
 |                OpExecutionMode %compute_main LocalSize 1 1 1 | 
 |                OpMemberName %prevent_dce_block_tint_explicit_layout 0 "inner" | 
 |                OpName %prevent_dce_block_tint_explicit_layout "prevent_dce_block_tint_explicit_layout" | 
 |                OpMemberName %SB_RW_tint_explicit_layout 0 "arg_0" | 
 |                OpName %SB_RW_tint_explicit_layout "SB_RW_tint_explicit_layout" | 
 |                OpMemberName %sb_rw_block_tint_explicit_layout 0 "inner" | 
 |                OpName %sb_rw_block_tint_explicit_layout "sb_rw_block_tint_explicit_layout" | 
 |                OpName %subgroupMatrixLoad_06933f "subgroupMatrixLoad_06933f" | 
 |                OpName %res "res" | 
 |                OpName %compute_main "compute_main" | 
 |                OpDecorate %_arr_half_uint_1024 ArrayStride 2 | 
 |                OpMemberDecorate %prevent_dce_block_tint_explicit_layout 0 Offset 0 | 
 |                OpDecorate %prevent_dce_block_tint_explicit_layout Block | 
 |                OpDecorate %1 DescriptorSet 0 | 
 |                OpDecorate %1 Binding 0 | 
 |                OpMemberDecorate %SB_RW_tint_explicit_layout 0 Offset 0 | 
 |                OpMemberDecorate %sb_rw_block_tint_explicit_layout 0 Offset 0 | 
 |                OpDecorate %sb_rw_block_tint_explicit_layout Block | 
 |                OpDecorate %8 DescriptorSet 0 | 
 |                OpDecorate %8 Binding 1 | 
 |        %half = OpTypeFloat 16 | 
 |        %uint = OpTypeInt 32 0 | 
 |   %uint_1024 = OpConstant %uint 1024 | 
 | %_arr_half_uint_1024 = OpTypeArray %half %uint_1024 | 
 | %prevent_dce_block_tint_explicit_layout = OpTypeStruct %_arr_half_uint_1024 | 
 | %_ptr_StorageBuffer_prevent_dce_block_tint_explicit_layout = OpTypePointer StorageBuffer %prevent_dce_block_tint_explicit_layout | 
 |           %1 = OpVariable %_ptr_StorageBuffer_prevent_dce_block_tint_explicit_layout StorageBuffer | 
 | %SB_RW_tint_explicit_layout = OpTypeStruct %_arr_half_uint_1024 | 
 | %sb_rw_block_tint_explicit_layout = OpTypeStruct %SB_RW_tint_explicit_layout | 
 | %_ptr_StorageBuffer_sb_rw_block_tint_explicit_layout = OpTypePointer StorageBuffer %sb_rw_block_tint_explicit_layout | 
 |           %8 = OpVariable %_ptr_StorageBuffer_sb_rw_block_tint_explicit_layout StorageBuffer | 
 |      %uint_3 = OpConstant %uint 3 | 
 |      %uint_8 = OpConstant %uint 8 | 
 |      %uint_0 = OpConstant %uint 0 | 
 |          %13 = OpTypeCooperativeMatrixKHR %half %uint_3 %uint_8 %uint_8 %uint_0 | 
 |          %17 = OpTypeFunction %13 | 
 | %_ptr_StorageBuffer__arr_half_uint_1024 = OpTypePointer StorageBuffer %_arr_half_uint_1024 | 
 | %_ptr_StorageBuffer_half = OpTypePointer StorageBuffer %half | 
 |      %uint_1 = OpConstant %uint 1 | 
 | %_ptr_Function_13 = OpTypePointer Function %13 | 
 |        %void = OpTypeVoid | 
 |          %30 = OpTypeFunction %void | 
 |     %uint_64 = OpConstant %uint 64 | 
 | %subgroupMatrixLoad_06933f = OpFunction %13 None %17 | 
 |          %18 = OpLabel | 
 |         %res = OpVariable %_ptr_Function_13 Function | 
 |          %19 = OpAccessChain %_ptr_StorageBuffer__arr_half_uint_1024 %8 %uint_0 %uint_0 | 
 |          %21 = OpAccessChain %_ptr_StorageBuffer_half %19 %uint_1 | 
 |          %24 = OpCooperativeMatrixLoadKHR %13 %21 %uint_1 %uint_8 NonPrivatePointer | 
 |                OpStore %res %24 | 
 |          %27 = OpLoad %13 %res None | 
 |                OpReturnValue %27 | 
 |                OpFunctionEnd | 
 | %compute_main = OpFunction %void None %30 | 
 |          %31 = OpLabel | 
 |          %32 = OpFunctionCall %13 %subgroupMatrixLoad_06933f | 
 |          %33 = OpAccessChain %_ptr_StorageBuffer__arr_half_uint_1024 %1 %uint_0 | 
 |          %34 = OpAccessChain %_ptr_StorageBuffer_half %33 %uint_0 | 
 |                OpCooperativeMatrixStoreKHR %34 %32 %uint_0 %uint_64 NonPrivatePointer | 
 |                OpReturn | 
 |                OpFunctionEnd |