Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_register_allocate.c202 uint32_t next_acc; member
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()
258 .next_acc = 0, in vc4_register_allocate()
/third_party/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c373 uint32_t next_acc; member
426 int acc_off = (v3d_ra->next_acc + i) % ACC_COUNT; in v3d_ra_select_accum()
430 v3d_ra->next_acc = acc_off + 1; in v3d_ra_select_accum()
598 .next_acc = 0, in v3d_register_allocate()