Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h709 SpvOpMatrixTimesMatrix = 146, enumerator
DSkSLSPIRVCodeGenerator.cpp455 case SpvOpMatrixTimesMatrix: in opcode_text()
2062 op = SpvOpMatrixTimesMatrix; in writeBinaryExpression()
2145 this->writeInstruction(SpvOpMatrixTimesMatrix, this->getType(resultType), result, in writeBinaryExpression()
2173 this->writeInstruction(SpvOpMatrixTimesMatrix, this->getType(resultType), result, in writeBinaryExpression()