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

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c796 case SpvOpSDotAccSatKHR:
874 const unsigned num_inputs = (opcode == SpvOpSDotAccSatKHR ||
911 * The handling of SpvOpSDotAccSatKHR and friends with the packed 4x8
975 case SpvOpSDotAccSatKHR:
1024 /* For SpvOpSDotAccSatKHR, the SPV_KHR_integer_dot_product spec says:
1050 opcode == SpvOpSDotAccSatKHR || opcode == SpvOpSUDotAccSatKHR;
1060 case SpvOpSDotAccSatKHR:
1086 case SpvOpSDotAccSatKHR:
H A Dspirv.h1524 SpvOpSDotAccSatKHR = 4453, enumerator in enum:SpvOp_
2170 case SpvOpSDotAccSatKHR: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5818 case SpvOpSDotAccSatKHR:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1077 case SpvOpSDotAccSatKHR: return "SpvOpSDotAccSatKHR";
H A Dvtn_gather_types.c338 case SpvOpSDotAccSatKHR: return (struct type_args){ 1, 0 };

Completed in 21 milliseconds