Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py312 def unop_numeric_convert_mp(base, src_t, dst_t): function
322 unop_numeric_convert_mp("f2f", tfloat16, tfloat32)
323 unop_numeric_convert_mp("i2i", tint16, tint32)
325 unop_numeric_convert_mp("f2i", tint16, tfloat32)
326 unop_numeric_convert_mp("f2u", tuint16, tfloat32)
327 unop_numeric_convert_mp("i2f", tfloat16, tint32)
328 unop_numeric_convert_mp("u2f", tfloat16, tuint32)