Lines Matching defs:tfloat32

106 tfloat32 = "float32"
289 unop_numeric_convert("f2fmp", tfloat16, tfloat32, opcodes["f2f16"].const_expr)
292 unop_numeric_convert("f2imp", tint16, tfloat32, opcodes["f2i16"].const_expr)
293 unop_numeric_convert("f2ump", tuint16, tfloat32, opcodes["f2u16"].const_expr)
332 unop_horiz("pack_" + fmt + "_2x16", 1, tuint32, 2, tfloat32, """
338 unop_horiz("pack_" + fmt + "_4x8", 1, tuint32, 4, tfloat32, """
346 unop_horiz("unpack_" + fmt + "_2x16", 2, tfloat32, 1, tuint32, """
352 unop_horiz("unpack_" + fmt + "_4x8", 4, tfloat32, 1, tuint32, """
418 unop_horiz("unpack_half_2x16_flush_to_zero", 2, tfloat32, 1, tuint32, """
425 unop_convert("unpack_half_2x16_split_x", tfloat32, tuint32,
427 unop_convert("unpack_half_2x16_split_y", tfloat32, tuint32,
430 unop_convert("unpack_half_2x16_split_x_flush_to_zero", tfloat32, tuint32,
432 unop_convert("unpack_half_2x16_split_y_flush_to_zero", tfloat32, tuint32,
524 unop_horiz("cube_face_coord_amd", 2, tfloat32, 3, tfloat32, """
546 unop_horiz("cube_face_index_amd", 1, tfloat32, 3, tfloat32, """
684 binop("fmulz", tfloat32, _2src_commutative + associative, """
846 binop_reduce("fall_equal", 1, tfloat32, tfloat32, "{src0} == {src1}",
848 binop_reduce("fany_nequal", 1, tfloat32, tfloat32, "{src0} != {src1}",
912 binop_horiz("pack_half_2x16_split", 1, tuint32, 1, tfloat32, 1, tfloat32,
988 triop("ffmaz", tfloat32, _2src_commutative, """
1008 triop("fcsel", tfloat32, selection, "(src0 != 0.0f) ? src1 : src2")
1022 triop("fcsel_gt", tfloat32, selection, "(src0 > 0.0f) ? src1 : src2")
1023 triop("fcsel_ge", tfloat32, selection, "(src0 >= 0.0f) ? src1 : src2")
1230 unop_horiz("cube_r600", 4, tfloat32, 3, tfloat32, """