Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py369 def binop_reduce(name, output_size, output_type, src_type, prereduce_expr, function
457 binop_reduce("ball_fequal", 1, tbool, tfloat, "{src0} == {src1}",
459 binop_reduce("bany_fnequal", 1, tbool, tfloat, "{src0} != {src1}",
461 binop_reduce("ball_iequal", 1, tbool, tint, "{src0} == {src1}",
463 binop_reduce("bany_inequal", 1, tbool, tint, "{src0} != {src1}",
468 binop_reduce("fall_equal", 1, tfloat32, tfloat32, "{src0} == {src1}",
470 binop_reduce("fany_nequal", 1, tfloat32, tfloat32, "{src0} != {src1}",
509 binop_reduce("fdot", 1, tfloat, tfloat, "{src0} * {src1}", "{src0} + {src1}",
512 binop_reduce("fdot_replicated", 4, tfloat, tfloat,