Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c34 #define PPIR_VEC1_REG_NUM (PPIR_FULL_REG_NUM * 4) /* x, y, z, w */ macro
44 #define PPIR_VEC2_REG_BASE (PPIR_VEC1_REG_BASE + PPIR_VEC1_REG_NUM)
121 for (int i = 0; i < PPIR_VEC1_REG_NUM; i++) in ppir_regalloc_init()