blob: fe05e1d4529676431d2e4afb4136398dd311e3bc [file]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 19
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %f "f"
OpName %v2 "v2"
OpName %v3 "v3"
OpName %v4 "v4"
%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