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

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_schedule.c423 signed best_place = -1; local in function:mir_adjust_constant
444 (reuse_bytes > best_reuse_bytes || best_place < 0)) {
446 best_place = i;
454 if (best_place < 0)
458 *bundle_constant_mask |= type_mask << best_place;
459 comp_mapping[comp] = best_place >> type_shift;

Completed in 4 milliseconds