• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: SpvParserFunctionVarTest_EmitFunctionVariables_StructDifferOnlyInMemberName.spvasm
2; SPIR-V
3; Version: 1.0
4; Generator: Khronos SPIR-V Tools Assembler; 0
5; Bound: 101
6; Schema: 0
7OpCapability Shader
8OpMemoryModel Logical Simple
9OpEntryPoint Fragment %100 "main"
10OpExecutionMode %100 OriginUpperLeft
11OpName %S "S"
12OpName %S_0 "S"
13OpMemberName %S 0 "algo"
14OpMemberName %S_0 0 "rithm"
15%void = OpTypeVoid
16%4 = OpTypeFunction %void
17%uint = OpTypeInt 32 0
18%S = OpTypeStruct %uint
19%S_0 = OpTypeStruct %uint
20%_ptr_Function_S = OpTypePointer Function %S
21%_ptr_Function_S_0 = OpTypePointer Function %S_0
22%100 = OpFunction %void None %4
23%39 = OpLabel
24%40 = OpVariable %_ptr_Function_S Function
25%41 = OpVariable %_ptr_Function_S_0 Function
26OpReturn
27OpFunctionEnd
28
29