Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c53 struct nvfx_reg *r_const; member
375 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()