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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c34 #define PHYS_COUNT 64 macro
395 for (int i = 0; i < PHYS_COUNT; i++) {
444 for (int i = 0; i < PHYS_COUNT; i++) {
445 int phys_off = (v3d_ra->next_phys + i) % PHYS_COUNT;
497 compiler->regs = ra_alloc_reg_set(compiler, PHYS_INDEX + PHYS_COUNT,
513 i < PHYS_INDEX + (PHYS_COUNT >> threads); i++) {
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c34 #define PHYS_COUNT 64 macro
337 for (int i = 0; i < PHYS_COUNT; i++) {
338 int phys_off = (v3d_ra->next_phys + i) % PHYS_COUNT;
358 compiler->regs = ra_alloc_reg_set(compiler, PHYS_INDEX + PHYS_COUNT,
374 i < PHYS_INDEX + (PHYS_COUNT >> threads); i++) {

Completed in 3 milliseconds