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

/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1129 case SpvOpAbsUSubINTEL: return "SpvOpAbsUSubINTEL";
H A Dvtn_gather_types.c374 case SpvOpAbsUSubINTEL: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1578 SpvOpAbsUSubINTEL = 5588, enumerator in enum:SpvOp_
2222 case SpvOpAbsUSubINTEL: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c308 case SpvOpAbsUSubINTEL: return nir_op_uabs_usub;
H A Dspirv_to_nir.c5801 case SpvOpAbsUSubINTEL:

Completed in 20 milliseconds