Home
last modified time | relevance | path

Searched refs:PPIR_REG_COUNT (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c32 #define PPIR_REG_COUNT (6 * 4) macro
54 struct ra_regs *ret = ra_alloc_reg_set(mem_ctx, PPIR_REG_COUNT, false); in ppir_regalloc_init()
63 for (int j = 0; j < PPIR_REG_COUNT; j += 4) { in ppir_regalloc_init()
73 for (int j = 0; j < PPIR_REG_COUNT; j += 4) in ppir_regalloc_init()