blob: 4a031d5565c23a276116786c5a9bde752c69bdf5 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 21
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %f "f"
OpName %v2 "v2"
OpName %v3 "v3"
OpName %v4 "v4"
OpName %unused_entry_point "unused_entry_point"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%bool = OpTypeBool
%v2bool = OpTypeVector %bool 2
%_ptr_Function_v2bool = OpTypePointer Function %v2bool
%true = OpConstantTrue %bool
%9 = OpConstantComposite %v2bool %true %true
%v3bool = OpTypeVector %bool 3
%_ptr_Function_v3bool = OpTypePointer Function %v3bool
%14 = OpConstantComposite %v3bool %true %true %true
%v4bool = OpTypeVector %bool 4
%_ptr_Function_v4bool = OpTypePointer Function %v4bool
%18 = OpConstantComposite %v4bool %true %true %true %true
%f = OpFunction %void None %3
%4 = OpLabel
%v2 = OpVariable %_ptr_Function_v2bool Function
%v3 = OpVariable %_ptr_Function_v3bool Function
%v4 = OpVariable %_ptr_Function_v4bool Function
OpStore %v2 %9
OpStore %v3 %14
OpStore %v4 %18
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %3
%20 = OpLabel
OpReturn
OpFunctionEnd