Searched refs:tfloat32 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opcodes.py101 tfloat32 = "float32" variable
268 unop_horiz("pack_" + fmt + "_2x16", 1, tuint32, 2, tfloat32, """
274 unop_horiz("pack_" + fmt + "_4x8", 1, tuint32, 4, tfloat32, """
282 unop_horiz("unpack_" + fmt + "_2x16", 2, tfloat32, 1, tuint32, """
288 unop_horiz("unpack_" + fmt + "_4x8", 4, tfloat32, 1, tuint32, """
339 unop_convert("unpack_half_2x16_split_x", tfloat32, tuint32,
341 unop_convert("unpack_half_2x16_split_y", tfloat32, tuint32,
408 unop_horiz("cube_face_coord", 2, tfloat32, 3, tfloat32, """
430 unop_horiz("cube_face_index", 1, tfloat32,
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opcodes.py108 tfloat32 = "float32" variable
290 unop_numeric_convert("f2fmp", tfloat16, tfloat32, opcodes["f2f16"].const_expr)
293 unop_numeric_convert("f2imp", tint16, tfloat32, opcodes["f2i16"].const_expr)
294 unop_numeric_convert("f2ump", tuint16, tfloat32, opcodes["f2u16"].const_expr)
333 unop_horiz("pack_" + fmt + "_2x16", 1, tuint32, 2, tfloat32, """
339 unop_horiz("pack_" + fmt + "_4x8", 1, tuint32, 4, tfloat32, """
347 unop_horiz("unpack_" + fmt + "_2x16", 2, tfloat32, 1, tuint32, """
353 unop_horiz("unpack_" + fmt + "_4x8", 4, tfloat32, 1, tuint32, """
407 unop_horiz("unpack_half_2x16_flush_to_zero", 2, tfloat32, 1, tuint32, """
414 unop_convert("unpack_half_2x16_split_x", tfloat32, tuint3
[all...]

Completed in 4 milliseconds