|  | ; SPIR-V | 
|  | ; Version: 1.3 | 
|  | ; Generator: Google Tint Compiler; 1 | 
|  | ; Bound: 29 | 
|  | ; Schema: 0 | 
|  | OpCapability Shader | 
|  | OpCapability VulkanMemoryModel | 
|  | OpCapability VulkanMemoryModelDeviceScope | 
|  | 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 %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 %subgroupMatrixStore_acb4b7 "subgroupMatrixStore_acb4b7" | 
|  | OpName %compute_main "compute_main" | 
|  | OpDecorate %_arr_float_uint_1024 ArrayStride 4 | 
|  | 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 %1 DescriptorSet 0 | 
|  | OpDecorate %1 Binding 0 | 
|  | %float = OpTypeFloat 32 | 
|  | %uint = OpTypeInt 32 0 | 
|  | %uint_1024 = OpConstant %uint 1024 | 
|  | %_arr_float_uint_1024 = OpTypeArray %float %uint_1024 | 
|  | %SB_RW_tint_explicit_layout = OpTypeStruct %_arr_float_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 | 
|  | %1 = OpVariable %_ptr_StorageBuffer_sb_rw_block_tint_explicit_layout StorageBuffer | 
|  | %void = OpTypeVoid | 
|  | %11 = OpTypeFunction %void | 
|  | %_ptr_StorageBuffer__arr_float_uint_1024 = OpTypePointer StorageBuffer %_arr_float_uint_1024 | 
|  | %uint_0 = OpConstant %uint 0 | 
|  | %uint_3 = OpConstant %uint 3 | 
|  | %uint_8 = OpConstant %uint 8 | 
|  | %uint_2 = OpConstant %uint 2 | 
|  | %17 = OpTypeCooperativeMatrixKHR %float %uint_3 %uint_8 %uint_8 %uint_2 | 
|  | %float_0 = OpConstant %float 0 | 
|  | %16 = OpConstantComposite %17 %float_0 | 
|  | %_ptr_StorageBuffer_float = OpTypePointer StorageBuffer %float | 
|  | %uint_1 = OpConstant %uint 1 | 
|  | %subgroupMatrixStore_acb4b7 = OpFunction %void None %11 | 
|  | %12 = OpLabel | 
|  | %13 = OpAccessChain %_ptr_StorageBuffer__arr_float_uint_1024 %1 %uint_0 %uint_0 | 
|  | %22 = OpAccessChain %_ptr_StorageBuffer_float %13 %uint_1 | 
|  | OpCooperativeMatrixStoreKHR %22 %16 %uint_1 %uint_8 NonPrivatePointer | 
|  | OpReturn | 
|  | OpFunctionEnd | 
|  | %compute_main = OpFunction %void None %11 | 
|  | %27 = OpLabel | 
|  | %28 = OpFunctionCall %void %subgroupMatrixStore_acb4b7 | 
|  | OpReturn | 
|  | OpFunctionEnd |