David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 1 | ; Test: SpvModuleScopeVarParserTest_Input_FlattenMatrix.spvasm |
| 2 | ; SPIR-V |
| 3 | ; Version: 1.0 |
| 4 | ; Generator: Khronos SPIR-V Tools Assembler; 0 |
| 5 | ; Bound: 13 |
| 6 | ; Schema: 0 |
| 7 | OpCapability Shader |
| 8 | OpMemoryModel Logical Simple |
| 9 | OpEntryPoint Vertex %3 "main" %1 %gl_Position |
| 10 | OpDecorate %1 Location 9 |
| 11 | OpDecorate %gl_Position BuiltIn Position |
| 12 | %void = OpTypeVoid |
| 13 | %5 = OpTypeFunction %void |
| 14 | %float = OpTypeFloat 32 |
| 15 | %v4float = OpTypeVector %float 4 |
| 16 | %mat2v4float = OpTypeMatrix %v4float 2 |
| 17 | %uint = OpTypeInt 32 0 |
| 18 | %_ptr_Input_mat2v4float = OpTypePointer Input %mat2v4float |
| 19 | %1 = OpVariable %_ptr_Input_mat2v4float Input |
| 20 | %_ptr_Output_v4float = OpTypePointer Output %v4float |
| 21 | %gl_Position = OpVariable %_ptr_Output_v4float Output |
| 22 | %3 = OpFunction %void None %5 |
| 23 | %10 = OpLabel |
| 24 | OpReturn |
| 25 | OpFunctionEnd |
| 26 | |