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

/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1130 case SpvOpIAddSatINTEL: return "SpvOpIAddSatINTEL";
H A Dvtn_gather_types.c375 case SpvOpIAddSatINTEL: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1579 SpvOpIAddSatINTEL = 5589, enumerator in enum:SpvOp_
2223 case SpvOpIAddSatINTEL: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c309 case SpvOpIAddSatINTEL: return nir_op_iadd_sat;
H A Dspirv_to_nir.c5802 case SpvOpIAddSatINTEL:

Completed in 63 milliseconds