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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c51 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);
1122 FREE(vpc->r_const);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c51 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);
1122 FREE(vpc->r_const);

Completed in 811 milliseconds