Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLWGSLCodeGenerator.cpp286 std::string assembleComponentwiseMatrixBinary(const Type& leftType,
2723 expr = this->assembleComponentwiseMatrixBinary(left.type(), right.type(), in assembleBinaryExpression()
2770 expr += this->assembleComponentwiseMatrixBinary(left.type(), right.type(), lhs, rhs, op); in assembleBinaryExpression()
3036 std::string WGSLCodeGenerator::assembleComponentwiseMatrixBinary(const Type& leftType, in assembleComponentwiseMatrixBinary() function in SkSL::WGSLCodeGenerator
3144 this->assembleComponentwiseMatrixBinary(arguments[0]->type(), in assembleIntrinsicCall()