Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_register_allocate.c236 int ab_off = (vc4_ra->next_ab + i) % AB_COUNT; in vc4_ra_select_callback() local
237 int ab = AB_INDEX + ab_off; in vc4_ra_select_callback()
240 vc4_ra->next_ab = ab_off + 1; in vc4_ra_select_callback()