Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h706 SpvOpMatrixTimesScalar = 143, enumerator
DSkSLSPIRVCodeGenerator.cpp446 case SpvOpMatrixTimesScalar: in opcode_text()
2161 op = SpvOpMatrixTimesScalar; in writeBinaryExpression()
2178 this->writeInstruction(SpvOpMatrixTimesScalar, this->getType(b.fType), result, rhs, in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h706 SpvOpMatrixTimesScalar = 143, enumerator
Dvtn_alu.c190 case SpvOpMatrixTimesScalar: in vtn_handle_matrix_alu()
Dspirv_to_nir.c3147 case SpvOpMatrixTimesScalar: in vtn_handle_body_instruction()