blob: a7d0a612df96118b37c7a38d0d07676aeb0e451e [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"
%uint = OpTypeInt 32 0
%_ptr_Private_uint = OpTypePointer Private %uint
%4 = OpConstantNull %uint
%t = OpVariable %_ptr_Private_uint Private %4
%void = OpTypeVoid
%5 = OpTypeFunction %void
%v3uint = OpTypeVector %uint 3
%9 = OpTypeFunction %v3uint
%uint_1 = OpConstant %uint 1
%bool = OpTypeBool
%v3bool = OpTypeVector %bool 3
%22 = OpConstantNull %v3uint
%_ptr_Function_v3bool = OpTypePointer Function %v3bool
%25 = OpConstantNull %v3bool
%unused_entry_point = OpFunction %void None %5
%8 = OpLabel
OpReturn
OpFunctionEnd
%m = OpFunction %v3uint None %9
%12 = OpLabel
OpStore %t %uint_1
%14 = OpLoad %uint %t
%15 = OpCompositeConstruct %v3uint %14 %14 %14
OpReturnValue %15
OpFunctionEnd
%f = OpFunction %void None %5
%17 = OpLabel
%v = OpVariable %_ptr_Function_v3bool Function %25
%18 = OpFunctionCall %v3uint %m
%19 = OpINotEqual %v3bool %18 %22
OpStore %v %19
OpReturn
OpFunctionEnd