Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h709 SpvOpMatrixTimesMatrix = 146, enumerator
DSkSLSPIRVCodeGenerator.cpp452 case SpvOpMatrixTimesMatrix: in opcode_text()
2156 op = SpvOpMatrixTimesMatrix; in writeBinaryExpression()
2247 this->writeInstruction(SpvOpMatrixTimesMatrix, this->getType(resultType), result, in writeBinaryExpression()
2295 this->writeInstruction(SpvOpMatrixTimesMatrix, this->getType(resultType), result, in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h709 SpvOpMatrixTimesMatrix = 146, enumerator
Dvtn_alu.c201 case SpvOpMatrixTimesMatrix: in vtn_handle_matrix_alu()
Dspirv_to_nir.c3150 case SpvOpMatrixTimesMatrix: in vtn_handle_body_instruction()