Searched refs:binop_reduce (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 461 def binop_reduce(name, output_size, output_type, src_type, prereduce_expr, function 640 binop_reduce("ball_fequal", 1, tbool1, tfloat, "{src0} == {src1}", 642 binop_reduce("bany_fnequal", 1, tbool1, tfloat, "{src0} != {src1}", 644 binop_reduce("ball_iequal", 1, tbool1, tint, "{src0} == {src1}", 646 binop_reduce("bany_inequal", 1, tbool1, tint, "{src0} != {src1}", 649 binop_reduce("b32all_fequal", 1, tbool32, tfloat, "{src0} == {src1}", 651 binop_reduce("b32any_fnequal", 1, tbool32, tfloat, "{src0} != {src1}", 653 binop_reduce("b32all_iequal", 1, tbool32, tint, "{src0} == {src1}", 655 binop_reduce("b32any_inequal", 1, tbool32, tint, "{src0} != {src1}", 660 binop_reduce("fall_equa [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 585 def binop_reduce(name, output_size, output_type, src_type, prereduce_expr, function 611 binop_reduce(name, output_size, tbool1, src_type, 613 binop_reduce("b8" + name[1:], output_size, tbool8, src_type, 615 binop_reduce("b16" + name[1:], output_size, tbool16, src_type, 617 binop_reduce("b32" + name[1:], output_size, tbool32, src_type, 825 binop_reduce("fall_equal", 1, tfloat32, tfloat32, "{src0} == {src1}", 827 binop_reduce("fany_nequal", 1, tfloat32, tfloat32, "{src0} != {src1}", 870 binop_reduce("fdot", 1, tfloat, tfloat, "{src0} * {src1}", "{src0} + {src1}", 873 binop_reduce("fdot", 4, tfloat, tfloat,
|
Completed in 7 milliseconds