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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c213 struct vc4_ra_select_callback_data *vc4_ra = data; local in function:vc4_ra_select_callback
226 int acc_off = (vc4_ra->next_acc + i) % ACC_COUNT;
230 vc4_ra->next_acc = acc_off + 1;
236 int ab_off = (vc4_ra->next_ab + i) % AB_COUNT;
240 vc4_ra->next_ab = ab_off + 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c209 struct vc4_ra_select_callback_data *vc4_ra = data; local in function:vc4_ra_select_callback
222 int acc_off = (vc4_ra->next_acc + i) % ACC_COUNT;
226 vc4_ra->next_acc = acc_off + 1;
232 int ab_off = (vc4_ra->next_ab + i) % AB_COUNT;
236 vc4_ra->next_ab = ab_off + 1;

Completed in 4 milliseconds