| ; Test: SpvModuleScopeVarParserTest_MatrixStrideDecoration.spvasm |
| ; Generator: Khronos SPIR-V Tools Assembler; 0 |
| OpMemoryModel Logical Simple |
| OpEntryPoint Fragment %1 "main" |
| OpExecutionMode %1 OriginUpperLeft |
| OpDecorate %myvar DescriptorSet 0 |
| OpDecorate %myvar Binding 0 |
| OpDecorate %_struct_3 Block |
| OpMemberDecorate %_struct_3 0 MatrixStride 64 |
| OpMemberDecorate %_struct_3 0 Offset 0 |
| OpMemberDecorate %_struct_3 0 ColMajor |
| %5 = OpTypeFunction %void |
| %v2float = OpTypeVector %float 2 |
| %mat3v2float = OpTypeMatrix %v2float 3 |
| %_struct_3 = OpTypeStruct %mat3v2float |
| %_ptr_StorageBuffer__struct_3 = OpTypePointer StorageBuffer %_struct_3 |
| %myvar = OpVariable %_ptr_StorageBuffer__struct_3 StorageBuffer |
| %1 = OpFunction %void None %5 |