Home
last modified time | relevance | path

Searched refs:OpSNegate (Results 1 - 25 of 59) sorted by relevance

123

/third_party/spirv-tools/test/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts_test.cpp324 %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 Dtransformation_equation_instruction_test.cpp60 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 Ddata_synonym_and_id_equation_facts.cpp216 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 DSpirvShaderSpec.cpp61 case spv::OpSNegate: in EvalSpecConstantOp()
177 case spv::OpSNegate: in EvalSpecConstantUnaryOp()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_equation_instructions.cpp94 spv::Op::OpSNegate, spv::Op::OpConvertUToF, spv::Op::OpConvertSToF, in Apply()
275 case spv::Op::OpSNegate: { in Apply()
H A Dtransformation_add_no_contraction_decoration.cpp59 case spv::Op::OpSNegate: in IsArithmetic()
H A Dtransformation_add_relaxed_decoration.cpp83 case spv::Op::OpSNegate: in IsNumeric()
H A Dtransformation_equation_instruction.cpp271 case spv::Op::OpSNegate: { in MaybeGetResultTypeId()
/third_party/spirv-tools/source/opt/
H A Dfold.cpp48 case spv::Op::OpSNegate: { in UnaryOperate()
601 case spv::Op::OpSNegate: in IsFoldableOpcode()
H A Dfolding_rules.cpp351 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 Dspirv.cs784 OpSNegate = 126, enumerator
H A Dspirv.hpp779 OpSNegate = 126, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs796 OpSNegate = 126, enumerator
H A Dspirv.hpp791 OpSNegate = 126, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs801 OpSNegate = 126, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs784 OpSNegate = 126, enumerator
H A Dspirv.hpp779 OpSNegate = 126, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs796 OpSNegate = 126, enumerator
H A Dspirv.hpp791 OpSNegate = 126, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs801 OpSNegate = 126, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs784 OpSNegate = 126, enumerator
H A Dspirv.hpp779 OpSNegate = 126, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs796 OpSNegate = 126, enumerator
H A Dspirv.hpp791 OpSNegate = 126, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs801 OpSNegate = 126, enumerator

Completed in 56 milliseconds

123