Searched refs:SpvOpSatConvertUToS (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c126 case SpvOpSatConvertUToS: return (struct type_args){ 1, 0 };
H A Dspirv_info.c645 case SpvOpSatConvertUToS: return "SpvOpSatConvertUToS";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c227 case SpvOpSatConvertUToS:
244 case SpvOpSatConvertUToS:
699 case SpvOpSatConvertUToS: {
711 if (opcode == SpvOpSatConvertSToU || opcode == SpvOpSatConvertUToS)
H A Dspirv.h1274 SpvOpSatConvertUToS = 119, enumerator in enum:SpvOp_
1920 case SpvOpSatConvertUToS: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5714 case SpvOpSatConvertUToS:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c827 case SpvOpSatConvertUToS: return "SpvOpSatConvertUToS";
H A Dvtn_gather_types.c126 case SpvOpSatConvertUToS: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h934 SpvOpSatConvertUToS = 119, enumerator in enum:SpvOp_

Completed in 27 milliseconds