Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c54 struct nvfx_reg *r_const; member
376 src.reg = vpc->r_const[0]; in tgsi_src()
379 src.reg = vpc->r_const[fsrc->Register.Index]; in tgsi_src()
946 vpc->r_const = CALLOC(high_const, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare()
948 vpc->r_const[i] = constant(vpc, i, 0, 0, 0, 0); in nvfx_vertprog_prepare()
1108 FREE(vpc->r_const); in _nvfx_vertprog_translate()

Completed in 2 milliseconds