Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h327 SpvId writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs,
DSkSLSPIRVCodeGenerator.cpp1640 result = this->writeComponentwiseMatrixBinary(callType, lhs, rhs, SpvOpFMul, out); in writeSpecialIntrinsic()
2762 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary() function in SkSL::SPIRVCodeGenerator
3006 return this->writeComponentwiseMatrixBinary(leftType, lhs, rhs, SpvOpFAdd, out); in writeBinaryExpression()
3013 return this->writeComponentwiseMatrixBinary(leftType, lhs, rhs, SpvOpFSub, out); in writeBinaryExpression()
3030 return this->writeComponentwiseMatrixBinary(leftType, lhs, rhs, SpvOpFDiv, out); in writeBinaryExpression()