Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c390 signed best_place = -1; in mir_adjust_constant() local
411 (reuse_bytes > best_reuse_bytes || best_place < 0)) { in mir_adjust_constant()
413 best_place = i; in mir_adjust_constant()
421 if (best_place < 0) in mir_adjust_constant()
425 *bundle_constant_mask |= type_mask << best_place; in mir_adjust_constant()
426 comp_mapping[comp] = best_place >> type_shift; in mir_adjust_constant()