Home
last modified time | relevance | path

Searched refs:kEqual (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/skia/third_party/externals/tint/src/ast/
Dbinary_expression_test.cc28 auto* r = create<BinaryExpression>(BinaryOp::kEqual, lhs, rhs); in TEST_F()
31 EXPECT_EQ(r->op, BinaryOp::kEqual); in TEST_F()
39 BinaryOp::kEqual, lhs, rhs); in TEST_F()
49 auto* r = create<BinaryExpression>(BinaryOp::kEqual, lhs, rhs); in TEST_F()
57 b.create<BinaryExpression>(BinaryOp::kEqual, nullptr, b.Expr("rhs")); in TEST_F()
66 b.create<BinaryExpression>(BinaryOp::kEqual, b.Expr("lhs"), nullptr); in TEST_F()
76 b1.create<BinaryExpression>(BinaryOp::kEqual, b2.Expr("lhs"), in TEST_F()
87 b1.create<BinaryExpression>(BinaryOp::kEqual, b1.Expr("lhs"), in TEST_F()
Dbinary_expression.h31 kEqual, enumerator
75 bool IsEqual() const { return op == BinaryOp::kEqual; } in IsEqual()
138 case ast::BinaryOp::kEqual: in IsComparison()
187 case BinaryOp::kEqual: in FriendlyName()
/third_party/skia/src/gpu/
DGrStencilSettings.cpp107 GrStencilTest::kEqual, // kEqualIfInClip.
118 GrStencilTest::kEqual,
132 static_assert(10 == (int)GrUserStencilTest::kEqual);
211 fTest = GrStencilTest::kEqual; in reset()
DGrDrawOpTest.cpp44 GrUserStencilTest::kEqual, in GrGetRandomStencil()
DGrStencilSettings.h24 kEqual, enumerator
/third_party/vk-gl-cts/external/amber/src/src/
Dverifier_test.cc676 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
702 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
729 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
760 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
786 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
814 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
845 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
871 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
899 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
930 probe_ssbo.SetComparator(ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
[all …]
Dcommand_data.h67 kEqual, enumerator
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp40 GrUserStencilTest::kEqual,
86 GrUserStencilTest::kEqual,
108 GrUserStencilTest::kEqual,
130 GrUserStencilTest::kEqual,
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_binary_expression_test.cc305 testing::Values(BinaryData{ast::BinaryOp::kEqual, "OpLogicalEqual"},
364 BinaryData{ast::BinaryOp::kEqual, "OpIEqual"},
425 BinaryData{ast::BinaryOp::kEqual, "OpIEqual"},
486 BinaryData{ast::BinaryOp::kEqual, "OpFOrdEqual"},
687 create<ast::BinaryExpression>(ast::BinaryOp::kEqual, Expr(1), Expr(2)); in TEST_F()
690 create<ast::BinaryExpression>(ast::BinaryOp::kEqual, Expr(3), Expr(4)); in TEST_F()
846 create<ast::BinaryExpression>(ast::BinaryOp::kEqual, Expr(1), Expr(2)); in TEST_F()
849 create<ast::BinaryExpression>(ast::BinaryOp::kEqual, Expr(3), Expr(4)); in TEST_F()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h107 kEqual, enumerator
117 if (a_flat == b_flat) return CompareResult::kEqual; in Compare()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dtoken.js27 kEqual: "=", property
Dparser.js69 if (token.type !== TokenType.kEqual) {
157 if (n0.type === TokenType.kResultId && n1.type === TokenType.kEqual)
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dtoken.js27 kEqual: "=", property
Dparser.js69 if (token.type !== TokenType.kEqual) {
157 if (n0.type === TokenType.kResultId && n1.type === TokenType.kEqual)
/third_party/spirv-tools/tools/sva/src/
Dtoken.js27 kEqual: "=", property
Dparser.js69 if (token.type !== TokenType.kEqual) {
157 if (n0.type === TokenType.kResultId && n1.type === TokenType.kEqual)
/third_party/skia/src/gpu/ops/
DPathInnerTriangulateOp.cpp296 GrUserStencilTest::kEqual, GrUserStencilTest::kEqual, in prePreparePrograms()
305 GrUserStencilTest::kEqual, in prePreparePrograms()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_binary_test.cc66 BinaryData{"(left == right)", ast::BinaryOp::kEqual},
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_expect_test.cc655 EXPECT_EQ(ProbeSSBOCommand::Comparator::kEqual, probe->GetComparator()); in TEST_F()
685 EXPECT_EQ(ProbeSSBOCommand::Comparator::kEqual, probe->GetComparator()); in TEST_F()
694 EXPECT_EQ(ProbeSSBOCommand::Comparator::kEqual, probe->GetComparator()); in TEST_F()
1299 EXPECT_EQ(probe->GetComparator(), ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
1326 EXPECT_EQ(probe->GetComparator(), ProbeSSBOCommand::Comparator::kEqual); in TEST_F()
/third_party/skia/src/gpu/tessellate/shaders/
DGrPathTessellationShader.h107 GrUserStencilTest::kEqual,
/third_party/node/deps/v8/src/baseline/ppc/
Dbaseline-assembler-ppc-inl.h52 kEqual, enumerator
75 case Condition::kEqual: in AsMasmCondition()
113 case Condition::kEqual: in IsSignedCondition()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_equality_expression_test.cc32 EXPECT_EQ(ast::BinaryOp::kEqual, rel->op); in TEST_F()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1761 cont->OverwriteAndNegateIfEqual(kEqual); in VisitWordCompareZero()
1794 cont->OverwriteAndNegateIfEqual(kEqual); in VisitWordCompareZero()
1827 cont->OverwriteAndNegateIfEqual(kEqual); in VisitWordCompareZero()
1836 cont->OverwriteAndNegateIfEqual(kEqual); in VisitWordCompareZero()
1903 if (fc == kNotEqual || fc == kEqual) in VisitWordCompareZero()
1924 if (fc == kNotEqual || fc == kEqual) in VisitWordCompareZero()
1929 if (fc == kNotEqual || fc == kEqual) in VisitWordCompareZero()
1941 if (fc == kNotEqual || fc == kEqual) in VisitWordCompareZero()
1950 if (fc == kNotEqual || fc == kEqual) in VisitWordCompareZero()
1955 if (fc == kNotEqual || fc == kEqual) in VisitWordCompareZero()
[all …]
/third_party/skia/src/sksl/ir/
DSkSLExpression.h151 kEqual enumerator
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2180 case kEqual: in CanUseFlagSettingBinop()
2200 case kEqual: in MapForFlagSettingBinop()
2208 return kEqual; in MapForFlagSettingBinop()
2271 return kEqual; in MapForTbz()
2282 case kEqual: // generate CBZ in MapForCbz()
2286 return kEqual; in MapForCbz()
2366 case kEqual: in TryEmitCbzOrTbz()
2469 } else if (m.right().IsInt32Sub() && (cond == kEqual || cond == kNotEqual)) { in VisitWord32Compare()
2538 DCHECK((cont_->condition() == kEqual) || in Initialize()
2801 cont->OverwriteAndNegateIfEqual(kEqual); in VisitWordCompareZero()
[all …]

12345