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.py357 def binop_reduce(name, output_size, output_type, src_type, prereduce_expr, function
445 binop_reduce("ball_fequal", 1, tbool, tfloat, "{src0} == {src1}",
447 binop_reduce("bany_fnequal", 1, tbool, tfloat, "{src0} != {src1}",
449 binop_reduce("ball_iequal", 1, tbool, tint, "{src0} == {src1}",
451 binop_reduce("bany_inequal", 1, tbool, tint, "{src0} != {src1}",
456 binop_reduce("fall_equal", 1, tfloat32, tfloat32, "{src0} == {src1}",
458 binop_reduce("fany_nequal", 1, tfloat32, tfloat32, "{src0} != {src1}",
497 binop_reduce("fdot", 1, tfloat, tfloat, "{src0} * {src1}", "{src0} + {src1}",
500 binop_reduce("fdot_replicated", 4, tfloat, tfloat,