nvfx_vertprog.c | 55 unsigned nr_imm; member in struct:nvfx_vpc 892 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; local 901 nr_imm++; 942 if (nr_imm) { 943 vpc->imm = CALLOC(nr_imm, sizeof(struct nvfx_reg)); 1022 vpc->imm[vpc->nr_imm++] = [all...] |