blob: 8084654d7ab1b7fe5b963c25e598f5f1508a398b [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 27
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %tint_mod "tint_mod"
OpName %lhs "lhs"
OpName %rhs "rhs"
OpName %f "f"
%uint = OpTypeInt 32 0
%v3uint = OpTypeVector %uint 3
%1 = OpTypeFunction %v3uint %v3uint %v3uint
%9 = OpConstantNull %v3uint
%bool = OpTypeBool
%v3bool = OpTypeVector %bool 3
%uint_1 = OpConstant %uint 1
%14 = OpConstantComposite %v3uint %uint_1 %uint_1 %uint_1
%void = OpTypeVoid
%16 = OpTypeFunction %void
%uint_2 = OpConstant %uint 2
%uint_3 = OpConstant %uint 3
%22 = OpConstantComposite %v3uint %uint_1 %uint_2 %uint_3
%23 = OpConstantNull %uint
%uint_5 = OpConstant %uint 5
%25 = OpConstantComposite %v3uint %23 %uint_5 %23
%tint_mod = OpFunction %v3uint None %1
%lhs = OpFunctionParameter %v3uint
%rhs = OpFunctionParameter %v3uint
%7 = OpLabel
%10 = OpIEqual %v3bool %rhs %9
%8 = OpSelect %v3uint %10 %14 %rhs
%15 = OpUMod %v3uint %lhs %8
OpReturnValue %15
OpFunctionEnd
%f = OpFunction %void None %16
%19 = OpLabel
%26 = OpFunctionCall %v3uint %tint_mod %22 %25
OpReturn
OpFunctionEnd