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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c106 #define AB_COUNT 64 macro
235 for (int i = 0; i < AB_COUNT; i++) {
236 int ab_off = (vc4_ra->next_ab + i) % AB_COUNT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c106 #define AB_COUNT 64 macro
231 for (int i = 0; i < AB_COUNT; i++) {
232 int ab_off = (vc4_ra->next_ab + i) % AB_COUNT;

Completed in 3 milliseconds