/third_party/spirv-tools/test/fuzz/fact_manager/ |
H A D | data_synonym_and_id_equation_facts_test.cpp | 324 %14 = OpSNegate %6 %7 in TEST() 325 %15 = OpSNegate %6 %14 in TEST() 339 fact_manager.AddFactIdEquation(14, spv::Op::OpSNegate, {7}); in TEST() 340 fact_manager.AddFactIdEquation(15, spv::Op::OpSNegate, {14}); in TEST() 369 %24 = OpSNegate %6 %23 ; ==> synonymous(%24, %15) in TEST() 395 fact_manager.AddFactIdEquation(24, spv::Op::OpSNegate, {23}); in TEST() 424 %20 = OpSNegate %6 %19 ; ==> synonymous(%20, %16) in TEST() 427 %23 = OpSNegate %6 %22 ; ==> synonymous(%23, %16) in TEST() 455 fact_manager.AddFactIdEquation(20, spv::Op::OpSNegate, {19}); in TEST() 465 fact_manager.AddFactIdEquation(23, spv::Op::OpSNegate, {2 in TEST() [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_equation_instruction_test.cpp | 60 ASSERT_FALSE(TransformationEquationInstruction(7, spv::Op::OpSNegate, {7}, in TEST() 66 14, spv::Op::OpSNegate, {7}, in TEST() 71 ASSERT_FALSE(TransformationEquationInstruction(14, spv::Op::OpSNegate, {100}, in TEST() 76 ASSERT_FALSE(TransformationEquationInstruction(14, spv::Op::OpSNegate, {20}, in TEST() 82 14, spv::Op::OpSNegate, {30}, in TEST() 86 // Bad: too many arguments to OpSNegate. in TEST() 87 ASSERT_FALSE(TransformationEquationInstruction(14, spv::Op::OpSNegate, {7, 7}, in TEST() 92 ASSERT_FALSE(TransformationEquationInstruction(14, spv::Op::OpSNegate, {40}, in TEST() 96 // Bad: wrong type of argument to OpSNegate. in TEST() 97 ASSERT_FALSE(TransformationEquationInstruction(14, spv::Op::OpSNegate, {4 in TEST() [all...] |
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | data_synonym_and_id_equation_facts.cpp | 216 AddEquationFactRecursive(lhs_dd, spv::Op::OpSNegate, in AddEquationFactRecursive() 228 AddEquationFactRecursive(lhs_dd, spv::Op::OpSNegate, in AddEquationFactRecursive() 234 AddEquationFactRecursive(lhs_dd, spv::Op::OpSNegate, in AddEquationFactRecursive() 250 case spv::Op::OpSNegate: { in AddEquationFactRecursive()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSpec.cpp | 61 case spv::OpSNegate: in EvalSpecConstantOp() 177 case spv::OpSNegate: in EvalSpecConstantUnaryOp()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 94 spv::Op::OpSNegate, spv::Op::OpConvertUToF, spv::Op::OpConvertSToF, in Apply() 275 case spv::Op::OpSNegate: { in Apply()
|
H A D | transformation_add_no_contraction_decoration.cpp | 59 case spv::Op::OpSNegate: in IsArithmetic()
|
H A D | transformation_add_relaxed_decoration.cpp | 83 case spv::Op::OpSNegate: in IsNumeric()
|
H A D | transformation_equation_instruction.cpp | 271 case spv::Op::OpSNegate: { in MaybeGetResultTypeId()
|
/third_party/spirv-tools/source/opt/ |
H A D | fold.cpp | 48 case spv::Op::OpSNegate: { in UnaryOperate() 601 case spv::Op::OpSNegate: in IsFoldableOpcode()
|
H A D | folding_rules.cpp | 351 inst->opcode() == spv::Op::OpSNegate); in MergeNegateArithmetic() 386 inst->opcode() == spv::Op::OpSNegate); in MergeNegateMulDivArithmetic() 447 inst->opcode() == spv::Op::OpSNegate); in MergeNegateAddSubArithmetic() 823 other_inst->opcode() == spv::Op::OpSNegate) { 1038 if (other_inst->opcode() == spv::Op::OpSNegate || 1077 if (other_inst->opcode() == spv::Op::OpSNegate || 2984 rules_[spv::Op::OpSNegate].push_back(MergeNegateArithmetic()); 2985 rules_[spv::Op::OpSNegate].push_back(MergeNegateMulDivArithmetic()); 2986 rules_[spv::Op::OpSNegate].push_back(MergeNegateAddSubArithmetic());
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 784 OpSNegate = 126, enumerator
|
H A D | spirv.hpp | 779 OpSNegate = 126, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 796 OpSNegate = 126, enumerator
|
H A D | spirv.hpp | 791 OpSNegate = 126, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 801 OpSNegate = 126, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 784 OpSNegate = 126, enumerator
|
H A D | spirv.hpp | 779 OpSNegate = 126, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 796 OpSNegate = 126, enumerator
|
H A D | spirv.hpp | 791 OpSNegate = 126, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 801 OpSNegate = 126, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 784 OpSNegate = 126, enumerator
|
H A D | spirv.hpp | 779 OpSNegate = 126, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 796 OpSNegate = 126, enumerator
|
H A D | spirv.hpp | 791 OpSNegate = 126, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 801 OpSNegate = 126, enumerator
|