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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c391 unsigned alloc_start; member in struct:value_regalloc_ctx
397 unsigned reg_offset = ctx->alloc_start++;
398 if (ctx->alloc_start == GPIR_PHYSICAL_REG_NUM + GPIR_VALUE_REG_NUM)
399 ctx->alloc_start = 0;

Completed in 5 milliseconds