blob: 09479ec5a9d73a6c7accc0ee936a2e59bc7ab155 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 26
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
OpCapability StorageInputOutput16
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"
%half = OpTypeFloat 16
%_ptr_Private_half = OpTypePointer Private %half
%4 = OpConstantNull %half
%t = OpVariable %_ptr_Private_half Private %4
%void = OpTypeVoid
%5 = OpTypeFunction %void
%v4half = OpTypeVector %half 4
%9 = OpTypeFunction %v4half
%half_0x1p_0 = OpConstant %half 0x1p+0
%bool = OpTypeBool
%v4bool = OpTypeVector %bool 4
%22 = OpConstantNull %v4half
%_ptr_Function_v4bool = OpTypePointer Function %v4bool
%25 = OpConstantNull %v4bool
%unused_entry_point = OpFunction %void None %5
%8 = OpLabel
OpReturn
OpFunctionEnd
%m = OpFunction %v4half None %9
%12 = OpLabel
OpStore %t %half_0x1p_0
%14 = OpLoad %half %t
%15 = OpCompositeConstruct %v4half %14 %14 %14 %14
OpReturnValue %15
OpFunctionEnd
%f = OpFunction %void None %5
%17 = OpLabel
%v = OpVariable %_ptr_Function_v4bool Function %25
%18 = OpFunctionCall %v4half %m
%19 = OpFUnordNotEqual %v4bool %18 %22
OpStore %v %19
OpReturn
OpFunctionEnd