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

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c798 case SpvOpSUDotAccSatKHR:
876 opcode == SpvOpSUDotAccSatKHR) ? 3 : 2;
890 /* For all of the opcodes *except* SpvOpSUDotKHR and SpvOpSUDotAccSatKHR,
935 opcode != SpvOpSUDotAccSatKHR) {
987 case SpvOpSUDotAccSatKHR:
1034 * For SpvOpSUDotAccSatKHR, the SPV_KHR_integer_dot_product spec says:
1050 opcode == SpvOpSDotAccSatKHR || opcode == SpvOpSUDotAccSatKHR;
1098 case SpvOpSUDotAccSatKHR:
H A Dspirv.h1526 SpvOpSUDotAccSatKHR = 4455, enumerator in enum:SpvOp_
2172 case SpvOpSUDotAccSatKHR: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5820 case SpvOpSUDotAccSatKHR:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1079 case SpvOpSUDotAccSatKHR: return "SpvOpSUDotAccSatKHR";
H A Dvtn_gather_types.c340 case SpvOpSUDotAccSatKHR: return (struct type_args){ 1, 0 };

Completed in 21 milliseconds