Searched refs:SpvOpSDotKHR (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c793 case SpvOpSDotKHR:
974 case SpvOpSDotKHR:
1049 bool is_signed = opcode == SpvOpSDotKHR || opcode == SpvOpSUDotKHR ||
1054 case SpvOpSDotKHR:
1077 case SpvOpSDotKHR:
H A Dspirv.h1521 SpvOpSDotKHR = 4450, enumerator in enum:SpvOp_
2167 case SpvOpSDotKHR: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5815 case SpvOpSDotKHR:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1074 case SpvOpSDotKHR: return "SpvOpSDotKHR";
H A Dvtn_gather_types.c335 case SpvOpSDotKHR: return (struct type_args){ 1, 0 };

Completed in 20 milliseconds