Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h706 SpvOpMatrixTimesScalar = 143, enumerator
DSkSLSPIRVCodeGenerator.cpp449 case SpvOpMatrixTimesScalar: in opcode_text()
2067 op = SpvOpMatrixTimesScalar; in writeBinaryExpression()
2084 this->writeInstruction(SpvOpMatrixTimesScalar, this->getType(b.fType), result, rhs, in writeBinaryExpression()