2022-03-28 14:36:31 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2023-03-02 20:48:48 +00:00
|
|
|
; Bound: 50
|
2022-03-28 14:36:31 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpMemoryModel Logical GLSL450
|
|
|
|
OpEntryPoint GLCompute %f "f"
|
|
|
|
OpExecutionMode %f LocalSize 1 1 1
|
2022-11-09 22:04:11 +00:00
|
|
|
OpName %tint_mod "tint_mod"
|
|
|
|
OpName %lhs "lhs"
|
|
|
|
OpName %rhs "rhs"
|
2022-03-28 14:36:31 +00:00
|
|
|
OpName %f "f"
|
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%v3int = OpTypeVector %int 3
|
2022-11-09 22:04:11 +00:00
|
|
|
%1 = OpTypeFunction %v3int %v3int %int
|
2023-03-02 20:48:48 +00:00
|
|
|
%10 = OpConstantNull %v3int
|
2022-11-09 22:04:11 +00:00
|
|
|
%bool = OpTypeBool
|
|
|
|
%v3bool = OpTypeVector %bool 3
|
|
|
|
%int_n2147483648 = OpConstant %int -2147483648
|
2023-03-02 20:48:48 +00:00
|
|
|
%15 = OpConstantComposite %v3int %int_n2147483648 %int_n2147483648 %int_n2147483648
|
2022-11-09 22:04:11 +00:00
|
|
|
%int_n1 = OpConstant %int -1
|
2023-03-02 20:48:48 +00:00
|
|
|
%18 = OpConstantComposite %v3int %int_n1 %int_n1 %int_n1
|
2022-03-28 14:36:31 +00:00
|
|
|
%int_1 = OpConstant %int 1
|
2023-03-02 20:48:48 +00:00
|
|
|
%23 = OpConstantComposite %v3int %int_1 %int_1 %int_1
|
2023-02-10 15:01:02 +00:00
|
|
|
%uint = OpTypeInt 32 0
|
|
|
|
%v3uint = OpTypeVector %uint 3
|
|
|
|
%uint_2147483648 = OpConstant %uint 2147483648
|
2023-03-02 20:48:48 +00:00
|
|
|
%30 = OpConstantComposite %v3uint %uint_2147483648 %uint_2147483648 %uint_2147483648
|
|
|
|
%32 = OpConstantNull %v3uint
|
2022-11-09 22:04:11 +00:00
|
|
|
%void = OpTypeVoid
|
2023-03-02 20:48:48 +00:00
|
|
|
%41 = OpTypeFunction %void
|
2022-03-28 14:36:31 +00:00
|
|
|
%int_2 = OpConstant %int 2
|
|
|
|
%int_3 = OpConstant %int 3
|
2023-03-02 20:48:48 +00:00
|
|
|
%47 = OpConstantComposite %v3int %int_1 %int_2 %int_3
|
2022-03-28 14:36:31 +00:00
|
|
|
%int_4 = OpConstant %int 4
|
2022-11-09 22:04:11 +00:00
|
|
|
%tint_mod = OpFunction %v3int None %1
|
|
|
|
%lhs = OpFunctionParameter %v3int
|
|
|
|
%rhs = OpFunctionParameter %int
|
|
|
|
%7 = OpLabel
|
2023-03-02 20:48:48 +00:00
|
|
|
%8 = OpCompositeConstruct %v3int %rhs %rhs %rhs
|
|
|
|
%11 = OpIEqual %v3bool %8 %10
|
|
|
|
%16 = OpIEqual %v3bool %lhs %15
|
|
|
|
%19 = OpIEqual %v3bool %8 %18
|
|
|
|
%20 = OpLogicalAnd %v3bool %16 %19
|
|
|
|
%21 = OpLogicalOr %v3bool %11 %20
|
|
|
|
%9 = OpSelect %v3int %21 %23 %8
|
|
|
|
%28 = OpBitwiseOr %v3int %lhs %9
|
|
|
|
%25 = OpBitcast %v3uint %28
|
|
|
|
%31 = OpBitwiseAnd %v3uint %25 %30
|
|
|
|
%33 = OpINotEqual %v3bool %31 %32
|
|
|
|
%24 = OpAny %bool %33
|
|
|
|
OpSelectionMerge %34 None
|
|
|
|
OpBranchConditional %24 %35 %36
|
|
|
|
%35 = OpLabel
|
|
|
|
%37 = OpSDiv %v3int %lhs %9
|
|
|
|
%38 = OpIMul %v3int %37 %9
|
|
|
|
%39 = OpISub %v3int %lhs %38
|
|
|
|
OpReturnValue %39
|
|
|
|
%36 = OpLabel
|
|
|
|
%40 = OpSRem %v3int %lhs %9
|
|
|
|
OpReturnValue %40
|
|
|
|
%34 = OpLabel
|
|
|
|
OpReturnValue %10
|
2022-11-09 22:04:11 +00:00
|
|
|
OpFunctionEnd
|
2023-03-02 20:48:48 +00:00
|
|
|
%f = OpFunction %void None %41
|
|
|
|
%44 = OpLabel
|
|
|
|
%49 = OpFunctionCall %v3int %tint_mod %47 %int_4
|
2022-03-28 14:36:31 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|