Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h341 SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
DSkSLSPIRVCodeGenerator.cpp2250 SpvOp_ floatOperator, SpvOp_ intOperator, in writeMatrixComparison() argument
2253 SpvOp_ compareOp = is_float(fContext, operandType) ? floatOperator : intOperator; in writeMatrixComparison()