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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c53 struct nvfx_reg *r_const; member in struct:nvfx_vpc
375 src.reg = vpc->r_const[0];
378 src.reg = vpc->r_const[fsrc->Register.Index];
945 vpc->r_const = CALLOC(high_const, sizeof(struct nvfx_reg));
947 vpc->r_const[i] = constant(vpc, i, 0, 0, 0, 0);
1107 FREE(vpc->r_const);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c54 struct nvfx_reg *r_const; member in struct:nvfx_vpc
376 src.reg = vpc->r_const[0];
379 src.reg = vpc->r_const[fsrc->Register.Index];
946 vpc->r_const = CALLOC(high_const, sizeof(struct nvfx_reg));
948 vpc->r_const[i] = constant(vpc, i, 0, 0, 0, 0);
1108 FREE(vpc->r_const);

Completed in 4 milliseconds