• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Test: SpvModuleScopeVarParserTest_NamedWorkgroupVar.spvasm
2; SPIR-V
3; Version: 1.0
4; Generator: Khronos SPIR-V Tools Assembler; 0
5; Bound: 53
6; Schema: 0
7OpCapability Shader
8OpMemoryModel Logical Simple
9OpEntryPoint Fragment %1 "main"
10OpExecutionMode %1 OriginUpperLeft
11OpName %the_counter "the_counter"
12%float = OpTypeFloat 32
13%_ptr_Workgroup_float = OpTypePointer Workgroup %float
14%the_counter = OpVariable %_ptr_Workgroup_float Workgroup
15%void = OpTypeVoid
16%5 = OpTypeFunction %void
17%1 = OpFunction %void None %5
18%6 = OpLabel
19OpReturn
20OpFunctionEnd
21
22