Home
last modified time | relevance | path

Searched refs:IsGreaterThanEqual (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dbinary_expression.h85 bool IsGreaterThanEqual() const { return op == BinaryOp::kGreaterThanEqual; } in IsGreaterThanEqual() function
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc2078 } else if (expr->IsGreaterThanEqual()) { in GenerateBinaryExpression()