Searched refs:GPIR_PHYSICAL_REG_NUM (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dphysical_regalloc.c97 gpir_reg *active[GPIR_PHYSICAL_REG_NUM] = {0};
102 for (i = 0; i < GPIR_PHYSICAL_REG_NUM; i++) {
108 for (i = 0; i < GPIR_PHYSICAL_REG_NUM; i++) {
117 assert(i < GPIR_PHYSICAL_REG_NUM);
H A Dgpir.h338 #define GPIR_PHYSICAL_REG_NUM 64 macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c241 return info->num_conflicts < GPIR_PHYSICAL_REG_NUM;
314 unsigned start = i % GPIR_PHYSICAL_REG_NUM;
315 for (unsigned j = 0; j < GPIR_PHYSICAL_REG_NUM; j++) {
316 unsigned candidate = (j + start) % GPIR_PHYSICAL_REG_NUM;
387 gpir_node *last_written[GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM];
388 gpir_node *complex1_last_written[GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM];
389 gpir_node *live[GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM];
398 if (ctx->alloc_start == GPIR_PHYSICAL_REG_NUM + GPIR_VALUE_REG_NUM)
403 reg_base < GPIR_PHYSICAL_REG_NUM + GPIR_VALUE_REG_NUM;
405 unsigned cur_reg = (reg_base + reg_offset) % (GPIR_PHYSICAL_REG_NUM
[all...]
H A Dgpir.h433 #define GPIR_PHYSICAL_REG_NUM 64 macro
H A Dscheduler.c225 struct list_head physreg_reads[GPIR_PHYSICAL_REG_NUM];
1589 for (unsigned i = 0; i < GPIR_PHYSICAL_REG_NUM; i++) {

Completed in 8 milliseconds