Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c209 struct vc4_ra_select_callback_data *vc4_ra = data; in vc4_ra_select_callback() local
222 int acc_off = (vc4_ra->next_acc + i) % ACC_COUNT; in vc4_ra_select_callback()
226 vc4_ra->next_acc = acc_off + 1; in vc4_ra_select_callback()
232 int ab_off = (vc4_ra->next_ab + i) % AB_COUNT; in vc4_ra_select_callback()
236 vc4_ra->next_ab = ab_off + 1; in vc4_ra_select_callback()

Completed in 2 milliseconds