nvfx_vertprog.c | 51 struct nvfx_reg *r_const; member in struct:nvfx_vpc 373 src.reg = vpc->r_const[0]; 376 src.reg = vpc->r_const[fsrc->Register.Index]; 960 vpc->r_const = CALLOC(high_const, sizeof(struct nvfx_reg)); 962 vpc->r_const[i] = constant(vpc, i, 0, 0, 0, 0); [all...] |