Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_instr_set.c122 if (nir_op_infos[instr->op].algebraic_properties & NIR_OP_IS_2SRC_COMMUTATIVE) { in hash_alu()
583 if (nir_op_infos[alu1->op].algebraic_properties & NIR_OP_IS_2SRC_COMMUTATIVE) { in nir_instrs_equal()
Dnir.h1352 NIR_OP_IS_2SRC_COMMUTATIVE = (1 << 0), enumerator