blob: 6a4d2f7c5ebd5b871982e76582c2e56724e0dcf4 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 11
; 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 %comp_main_1 "comp_main_1"
OpName %comp_main "comp_main"
OpDecorate %x_3 SpecId 0
OpDecorate %x_4 SpecId 2
%uint = OpTypeInt 32 0
%x_3 = OpSpecConstant %uint 3
%x_4 = OpSpecConstant %uint 7
%void = OpTypeVoid
%4 = OpTypeFunction %void
%comp_main_1 = OpFunction %void None %4
%7 = OpLabel
OpReturn
OpFunctionEnd
%comp_main = OpFunction %void None %4
%9 = OpLabel
%10 = OpFunctionCall %void %comp_main_1
OpReturn
OpFunctionEnd