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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c52 struct nvfx_reg *r_temp; member in struct:nvfx_vpc
385 src.reg = vpc->r_temp[fsrc->Register.Index];
432 dst = vpc->r_temp[fdst->Register.Index];
933 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
935 vpc->r_temp[i] = temp(vpc);
1105 FREE(vpc->r_temp);
H A Dnvfx_fragprog.c30 struct nvfx_reg *r_temp; member in struct:nvfx_fpc
393 src.reg = fpc->r_temp[fsrc->Register.Index];
424 return fpc->r_temp[fdst->Register.Index];
1045 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
1047 fpc->r_temp[i] = temp(fpc);
1054 FREE(fpc->r_temp);
1055 fpc->r_temp = NULL;
1158 FREE(fpc->r_temp);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c53 struct nvfx_reg *r_temp; member in struct:nvfx_vpc
386 src.reg = vpc->r_temp[fsrc->Register.Index];
433 dst = vpc->r_temp[fdst->Register.Index];
934 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
936 vpc->r_temp[i] = temp(vpc);
1106 FREE(vpc->r_temp);
H A Dnvfx_fragprog.c30 struct nvfx_reg *r_temp; member in struct:nvfx_fpc
393 src.reg = fpc->r_temp[fsrc->Register.Index];
424 return fpc->r_temp[fdst->Register.Index];
1045 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
1047 fpc->r_temp[i] = temp(fpc);
1054 FREE(fpc->r_temp);
1055 fpc->r_temp = NULL;
1158 FREE(fpc->r_temp);

Completed in 7 milliseconds