blob: d0987b2a50c5de6e59e64c78d9a31e2cf433c567 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 12
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %comp_main "comp_main"
OpExecutionMode %comp_main LocalSize 3 5 7
OpName %x_3 "x_3"
OpName %x_4 "x_4"
OpName %x_5 "x_5"
OpName %comp_main_1 "comp_main_1"
OpName %comp_main "comp_main"
OpDecorate %x_3 SpecId 0
OpDecorate %x_4 SpecId 1
OpDecorate %x_5 SpecId 2
%uint = OpTypeInt 32 0
%x_3 = OpSpecConstant %uint 3
%x_4 = OpSpecConstant %uint 5
%x_5 = OpSpecConstant %uint 7
%void = OpTypeVoid
%5 = OpTypeFunction %void
%comp_main_1 = OpFunction %void None %5
%8 = OpLabel
OpReturn
OpFunctionEnd
%comp_main = OpFunction %void None %5
%10 = OpLabel
%11 = OpFunctionCall %void %comp_main_1
OpReturn
OpFunctionEnd