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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c374 uint32_t next_phys; member in struct:v3d_ra_select_callback_data
445 int phys_off = (v3d_ra->next_phys + i) % PHYS_COUNT;
449 v3d_ra->next_phys = phys_off + 1;
602 .next_phys = 3,
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c307 uint32_t next_phys; member in struct:v3d_ra_select_callback_data
338 int phys_off = (v3d_ra->next_phys + i) % PHYS_COUNT;
342 v3d_ra->next_phys = phys_off + 1;
443 .next_phys = 3,

Completed in 5 milliseconds