Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h190 SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
DSkSLSPIRVCodeGenerator.cpp2058 SpvId SPIRVCodeGenerator::writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, in writeMatrixComparison() function in SkSL::SPIRVCodeGenerator
2197 return this->writeMatrixComparison(*operandType, lhs, rhs, SpvOpFOrdEqual, in writeBinaryExpression()
2208 return this->writeMatrixComparison(*operandType, lhs, rhs, SpvOpFOrdNotEqual, in writeBinaryExpression()