• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: SpvModuleScopeVarParserTest_Input_FlattenNested.spvasm
2; SPIR-V
3; Version: 1.0
4; Generator: Khronos SPIR-V Tools Assembler; 0
5; Bound: 15
6; Schema: 0
7OpCapability Shader
8OpMemoryModel Logical Simple
9OpEntryPoint Vertex %3 "main" %1 %gl_Position
10OpDecorate %1 Location 7
11OpDecorate %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%uint_2 = OpConstant %uint 2
19%_arr_mat2v4float_uint_2 = OpTypeArray %mat2v4float %uint_2
20%_ptr_Input__arr_mat2v4float_uint_2 = OpTypePointer Input %_arr_mat2v4float_uint_2
21%1 = OpVariable %_ptr_Input__arr_mat2v4float_uint_2 Input
22%_ptr_Output_v4float = OpTypePointer Output %v4float
23%gl_Position = OpVariable %_ptr_Output_v4float Output
24%3 = OpFunction %void None %5
25%14 = OpLabel
26OpReturn
27OpFunctionEnd
28
29