blob: 8d982b547c52e24cd01ac08eb29712ecf26c6401 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 17
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %i "i"
OpName %x "x"
OpName %vi "vi"
OpName %x_0 "x"
OpName %unused_entry_point "unused_entry_point"
%int = OpTypeInt 32 1
%4 = OpTypeFunction %int %int
%v4int = OpTypeVector %int 4
%10 = OpTypeFunction %v4int %v4int
%void = OpTypeVoid
%15 = OpTypeFunction %void
%i = OpFunction %int None %4
%x = OpFunctionParameter %int
%5 = OpLabel
%6 = OpSNegate %int %x
OpReturnValue %6
OpFunctionEnd
%vi = OpFunction %v4int None %10
%x_0 = OpFunctionParameter %v4int
%11 = OpLabel
%12 = OpSNegate %v4int %x_0
OpReturnValue %12
OpFunctionEnd
%unused_entry_point = OpFunction %void None %15
%16 = OpLabel
OpReturn
OpFunctionEnd