Searched refs:binaryOpNeedsComponentwiseMatrixPolyfill (Results 1 – 1 of 1) sorted by relevance
240 bool binaryOpNeedsComponentwiseMatrixPolyfill(const Type& left, const Type& right, Operator op);2573 bool WGSLCodeGenerator::binaryOpNeedsComponentwiseMatrixPolyfill(const Type& left, in binaryOpNeedsComponentwiseMatrixPolyfill() function in SkSL::WGSLCodeGenerator2718 if (this->binaryOpNeedsComponentwiseMatrixPolyfill(left.type(), right.type(), op)) { in assembleBinaryExpression()2762 if (this->binaryOpNeedsComponentwiseMatrixPolyfill(left.type(), right.type(), op)) { in assembleBinaryExpression()