Searched refs:r_const (Results 1 – 1 of 1) sorted by relevance
53 struct nvfx_reg *r_const; member375 src.reg = vpc->r_const[0]; in tgsi_src()378 src.reg = vpc->r_const[fsrc->Register.Index]; in tgsi_src()945 vpc->r_const = CALLOC(high_const, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare()947 vpc->r_const[i] = constant(vpc, i, 0, 0, 0, 0); in nvfx_vertprog_prepare()1107 FREE(vpc->r_const); in _nvfx_vertprog_translate()