Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLWGSLCodeGenerator.cpp240 bool binaryOpNeedsComponentwiseMatrixPolyfill(const Type& left, const Type& right, Operator op);
2573 bool WGSLCodeGenerator::binaryOpNeedsComponentwiseMatrixPolyfill(const Type& left, in binaryOpNeedsComponentwiseMatrixPolyfill() function in SkSL::WGSLCodeGenerator
2718 if (this->binaryOpNeedsComponentwiseMatrixPolyfill(left.type(), right.type(), op)) { in assembleBinaryExpression()
2762 if (this->binaryOpNeedsComponentwiseMatrixPolyfill(left.type(), right.type(), op)) { in assembleBinaryExpression()