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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c445 int phys_off = (v3d_ra->next_phys + i) % PHYS_COUNT; local in function:v3d_ra_select_rf
446 int phys = PHYS_INDEX + phys_off;
449 v3d_ra->next_phys = phys_off + 1;
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c338 int phys_off = (v3d_ra->next_phys + i) % PHYS_COUNT; local in function:v3d_ra_select_callback
339 int phys = PHYS_INDEX + phys_off;
342 v3d_ra->next_phys = phys_off + 1;

Completed in 4 milliseconds