Home
last modified time | relevance | path

Searched refs:unop_numeric_convert_mp (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py311 def unop_numeric_convert_mp(base, src_t, dst_t): function
321 unop_numeric_convert_mp("f2f", tfloat16, tfloat32)
322 unop_numeric_convert_mp("i2i", tint16, tint32)
324 unop_numeric_convert_mp("f2i", tint16, tfloat32)
325 unop_numeric_convert_mp("f2u", tuint16, tfloat32)
326 unop_numeric_convert_mp("i2f", tfloat16, tint32)
327 unop_numeric_convert_mp("u2f", tfloat16, tuint32)