blob: 2d30eed89b0aaadca40e8ee1254a5bba5c0edb86 [file] [log] [blame]
James Priced68d3a92022-04-07 13:42:45 +00001; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 0
4; Bound: 13
5; Schema: 0
6 OpCapability Shader
7 OpMemoryModel Logical GLSL450
8 OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
9 OpExecutionMode %unused_entry_point LocalSize 1 1 1
10 OpName %i "i"
11 OpName %unused_entry_point "unused_entry_point"
12 OpName %main "main"
13 %int = OpTypeInt 32 1
14%_ptr_Workgroup_int = OpTypePointer Workgroup %int
15 %i = OpVariable %_ptr_Workgroup_int Workgroup
16 %void = OpTypeVoid
17 %4 = OpTypeFunction %void
18 %int_1 = OpConstant %int 1
19%unused_entry_point = OpFunction %void None %4
20 %7 = OpLabel
21 OpReturn
22 OpFunctionEnd
23 %main = OpFunction %void None %4
24 %9 = OpLabel
25 %10 = OpLoad %int %i
26 %12 = OpIAdd %int %10 %int_1
27 OpStore %i %12
28 OpReturn
29 OpFunctionEnd