Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_register_allocate.c207 uint32_t next_ab; member
236 int ab_off = (vc4_ra->next_ab + i) % AB_COUNT; in vc4_ra_select_callback()
240 vc4_ra->next_ab = ab_off + 1; in vc4_ra_select_callback()
263 .next_ab = 0, in vc4_register_allocate()