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

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

Completed in 102 milliseconds