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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c27 struct nvfx_reg *r_temp; member in struct:nvfx_fpc
387 src.reg = fpc->r_temp[fsrc->Register.Index];
418 return fpc->r_temp[fdst->Register.Index];
1095 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
1097 fpc->r_temp[i] = temp(fpc);
1104 if (fpc->r_temp) {
1105 FREE(fpc->r_temp);
1106 fpc->r_temp = NULL;
1221 if (fpc->r_temp)
1222 FREE(fpc->r_temp);
[all...]
H A Dnvfx_vertprog.c50 struct nvfx_reg *r_temp; member in struct:nvfx_vpc
383 src.reg = vpc->r_temp[fsrc->Register.Index];
430 dst = vpc->r_temp[fdst->Register.Index];
948 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
950 vpc->r_temp[i] = temp(vpc);
1120 FREE(vpc->r_temp);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c27 struct nvfx_reg *r_temp; member in struct:nvfx_fpc
387 src.reg = fpc->r_temp[fsrc->Register.Index];
418 return fpc->r_temp[fdst->Register.Index];
1095 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
1097 fpc->r_temp[i] = temp(fpc);
1104 if (fpc->r_temp) {
1105 FREE(fpc->r_temp);
1106 fpc->r_temp = NULL;
1221 if (fpc->r_temp)
1222 FREE(fpc->r_temp);
[all...]
H A Dnvfx_vertprog.c50 struct nvfx_reg *r_temp; member in struct:nvfx_vpc
383 src.reg = vpc->r_temp[fsrc->Register.Index];
430 dst = vpc->r_temp[fdst->Register.Index];
948 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
950 vpc->r_temp[i] = temp(vpc);
1120 FREE(vpc->r_temp);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c87 zic_t r_temp; /* used in outzone */ member in struct:rule
2318 rp->r_temp = rpytime(rp, year);
2354 jtime = rp->r_temp;
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c87 zic_t r_temp; /* used in outzone */ member in struct:rule
2318 rp->r_temp = rpytime(rp, year);
2354 jtime = rp->r_temp;

Completed in 1103 milliseconds