Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c199 case SpvOpVectorTimesMatrix: in vtn_handle_matrix_alu()
202 if (opcode == SpvOpVectorTimesMatrix) { in vtn_handle_matrix_alu()
Dspirv.h707 SpvOpVectorTimesMatrix = 144, enumerator
Dspirv_to_nir.c3148 case SpvOpVectorTimesMatrix: in vtn_handle_body_instruction()
/external/skia/src/sksl/
Dspirv.h707 SpvOpVectorTimesMatrix = 144, enumerator
DSkSLSPIRVCodeGenerator.cpp448 case SpvOpVectorTimesMatrix: in opcode_text()
2174 this->writeInstruction(SpvOpVectorTimesMatrix, this->getType(b.fType), result, in writeBinaryExpression()