blob: fdb13d812e2672f1457983edb705330d884e5649 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 26
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %t "t"
OpName %unused_entry_point "unused_entry_point"
OpName %m "m"
OpName %f "f"
OpName %v "v"
%int = OpTypeInt 32 1
%_ptr_Private_int = OpTypePointer Private %int
%4 = OpConstantNull %int
%t = OpVariable %_ptr_Private_int Private %4
%void = OpTypeVoid
%5 = OpTypeFunction %void
%v4int = OpTypeVector %int 4
%9 = OpTypeFunction %v4int
%int_1 = OpConstant %int 1
%bool = OpTypeBool
%v4bool = OpTypeVector %bool 4
%22 = OpConstantNull %v4int
%_ptr_Function_v4bool = OpTypePointer Function %v4bool
%25 = OpConstantNull %v4bool
%unused_entry_point = OpFunction %void None %5
%8 = OpLabel
OpReturn
OpFunctionEnd
%m = OpFunction %v4int None %9
%12 = OpLabel
OpStore %t %int_1
%14 = OpLoad %int %t
%15 = OpCompositeConstruct %v4int %14 %14 %14 %14
OpReturnValue %15
OpFunctionEnd
%f = OpFunction %void None %5
%17 = OpLabel
%v = OpVariable %_ptr_Function_v4bool Function %25
%18 = OpFunctionCall %v4int %m
%19 = OpINotEqual %v4bool %18 %22
OpStore %v %19
OpReturn
OpFunctionEnd