blob: dfea5e8a2011080062cc9cfb28edab08f4503848 [file] [log] [blame]
Ben Claytonb07a7ce2021-06-03 11:26:17 +00001; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 0
4; Bound: 12
5; Schema: 0
6 OpCapability Shader
7 OpMemoryModel Logical GLSL450
8 OpEntryPoint GLCompute %compute_main "compute_main"
9 OpExecutionMode %compute_main LocalSize 1 1 1
10 OpName %workgroupBarrier_a17f7f "workgroupBarrier_a17f7f"
11 OpName %compute_main "compute_main"
12 %void = OpTypeVoid
13 %1 = OpTypeFunction %void
14 %uint = OpTypeInt 32 0
15 %uint_2 = OpConstant %uint 2
16 %uint_264 = OpConstant %uint 264
17%workgroupBarrier_a17f7f = OpFunction %void None %1
18 %4 = OpLabel
19 OpControlBarrier %uint_2 %uint_2 %uint_264
20 OpReturn
21 OpFunctionEnd
22%compute_main = OpFunction %void None %1
23 %10 = OpLabel
24 %11 = OpFunctionCall %void %workgroupBarrier_a17f7f
25 OpReturn
26 OpFunctionEnd