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

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

Completed in 75 milliseconds