Searched refs:SpvOpVectorTimesMatrix (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c150 case SpvOpVectorTimesMatrix: return (struct type_args){ 1, 0 };
H A Dspirv_info.c669 case SpvOpVectorTimesMatrix: return "SpvOpVectorTimesMatrix";
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c201 case SpvOpVectorTimesMatrix:
204 if (opcode == SpvOpVectorTimesMatrix) {
H A Dspirv.h958 SpvOpVectorTimesMatrix = 144, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4376 case SpvOpVectorTimesMatrix:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c851 case SpvOpVectorTimesMatrix: return "SpvOpVectorTimesMatrix";
H A Dvtn_gather_types.c150 case SpvOpVectorTimesMatrix: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c199 case SpvOpVectorTimesMatrix:
202 if (opcode == SpvOpVectorTimesMatrix) {
H A Dspirv.h1298 SpvOpVectorTimesMatrix = 144, enumerator in enum:SpvOp_
1944 case SpvOpVectorTimesMatrix: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5795 case SpvOpVectorTimesMatrix:

Completed in 51 milliseconds