Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard.h219 midgard_outmod_int_high = 3, /* Overflowed portion */ enumerator
Dmidgard_compile.c846 outmod = midgard_outmod_int_high; in emit_alu()
2271 if (midgard_is_integer_out_op(ins->op) && ins->outmod == midgard_outmod_int_high) { in max_bitsize_for_alu()