Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py961 def triop(name, ty, alg_props, const_expr): function
968 triop("ffma", tfloat, _2src_commutative, """
988 triop("ffmaz", tfloat32, _2src_commutative, """
997 triop("flrp", tfloat, "", "src0 * (1 - src2) + src1 * src2")
1000 triop("iadd3", tint, _2src_commutative + associative, "src0 + src1 + src2")
1008 triop("fcsel", tfloat32, selection, "(src0 != 0.0f) ? src1 : src2")
1019 triop("i32csel_gt", tint32, selection, "(src0 > 0) ? src1 : src2")
1020 triop("i32csel_ge", tint32, selection, "(src0 >= 0) ? src1 : src2")
1022 triop("fcsel_gt", tfloat32, selection, "(src0 > 0.0f) ? src1 : src2")
1023 triop("fcsel_g
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_lower_subgroups.c110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in triop() function
161 triop(block, OPC_MADSH_M16, dst, src0, src1, dst); in do_reduce()
162 triop(block, OPC_MADSH_M16, dst, src1, src0, dst); in do_reduce()

Completed in 3 milliseconds