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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c125 case SpvOpSatConvertSToU: return (struct type_args){ 1, 0 };
H A Dspirv_info.c644 case SpvOpSatConvertSToU: return "SpvOpSatConvertSToU";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c223 case SpvOpSatConvertSToU:
248 case SpvOpSatConvertSToU:
698 case SpvOpSatConvertSToU:
711 if (opcode == SpvOpSatConvertSToU || opcode == SpvOpSatConvertUToS)
H A Dspirv.h1273 SpvOpSatConvertSToU = 118, enumerator in enum:SpvOp_
1919 case SpvOpSatConvertSToU: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5713 case SpvOpSatConvertSToU:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c826 case SpvOpSatConvertSToU: return "SpvOpSatConvertSToU";
H A Dvtn_gather_types.c125 case SpvOpSatConvertSToU: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h933 SpvOpSatConvertSToU = 118, enumerator in enum:SpvOp_

Completed in 24 milliseconds