Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c877 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; in nvfx_vertprog_prepare() local
907 if (fdec->Range.Last > high_const) { in nvfx_vertprog_prepare()
908 high_const = in nvfx_vertprog_prepare()
944 if(++high_const) { in nvfx_vertprog_prepare()
945 vpc->r_const = CALLOC(high_const, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare()
946 for (i = 0; i < high_const; i++) in nvfx_vertprog_prepare()