Home
last modified time | relevance | path

Searched refs:operatorName (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLPrefixExpression.cpp173 String("'") + op.operatorName() + "' cannot operate on '" + in Convert()
186 String("'") + op.operatorName() + "' cannot operate on '" + in Convert()
197 String("operator '") + op.operatorName() + "' is not allowed"); in Convert()
202 String("'") + op.operatorName() + "' cannot operate on '" + in Convert()
253 SkDEBUGFAILF("unsupported prefix operator: %s", op.operatorName()); in Make()
H A DSkSLBinaryExpression.cpp100 context.fErrors->error(line, String("type mismatch: '") + op.operatorName() + in Convert()
113 context.fErrors->error(line, String("operator '") + op.operatorName() + in Convert()
121 context.fErrors->error(line, String("operator '") + op.operatorName() + "' can not " in Convert()
246 " " + this->getOperator().operatorName() + in description()
H A DSkSLPostfixExpression.cpp23 "'" + String(op.operatorName()) + "' cannot operate on '" + in Convert()
H A DSkSLPrefixExpression.h66 return this->getOperator().operatorName() + this->operand()->description();
H A DSkSLPostfixExpression.h61 return this->operand()->description() + this->getOperator().operatorName();
/third_party/skia/src/sksl/
H A DSkSLOperators.h53 const char* operatorName() const;
H A DSkSLOperators.cpp96 const char* Operator::operatorName() const { in operatorName() function in SkSL::Operator
/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp565 this->write(op.operatorName()); in writeBinaryExpression()
593 this->write(p.getOperator().operatorName()); in writePrefixExpression()
606 this->write(p.getOperator().operatorName()); in writePostfixExpression()
H A DSkSLGLSLCodeGenerator.cpp872 this->write(op.operatorName()); in writeMatrixComparisonWorkaround()
909 this->write(op.operatorName()); in writeBinaryExpression()
969 this->write(p.getOperator().operatorName()); in writePrefixExpression()
982 this->write(p.getOperator().operatorName()); in writePostfixExpression()
H A DSkSLMetalCodeGenerator.cpp54 default: return op.operatorName(); in OperatorName()
H A DSkSLSPIRVCodeGenerator.cpp2652 SkDEBUGFAILF("mergeComparisons only supports == and !=, not %s", op.operatorName()); in mergeComparisons()

Completed in 16 milliseconds