Home
last modified time | relevance | path

Searched refs:r_temp (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c30 struct nvfx_reg *r_temp; member
393 src.reg = fpc->r_temp[fsrc->Register.Index]; in tgsi_src()
424 return fpc->r_temp[fdst->Register.Index]; in tgsi_dst()
1045 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg)); in nvfx_fragprog_prepare()
1047 fpc->r_temp[i] = temp(fpc); in nvfx_fragprog_prepare()
1054 FREE(fpc->r_temp); in nvfx_fragprog_prepare()
1055 fpc->r_temp = NULL; in nvfx_fragprog_prepare()
1158 FREE(fpc->r_temp); in _nvfx_fragprog_translate()
Dnvfx_vertprog.c53 struct nvfx_reg *r_temp; member
386 src.reg = vpc->r_temp[fsrc->Register.Index]; in tgsi_src()
433 dst = vpc->r_temp[fdst->Register.Index]; in tgsi_dst()
934 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare()
936 vpc->r_temp[i] = temp(vpc); in nvfx_vertprog_prepare()
1106 FREE(vpc->r_temp); in _nvfx_vertprog_translate()
/third_party/tzdata/
Dzic.c112 zic_t r_temp; /* used in outzone */ member
3253 rp->r_temp = rpytime(rp, year); in outzone()
3255 = (rp->r_temp < y2038_boundary in outzone()
3295 jtime = r->r_temp; in outzone()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c99 zic_t r_temp; /* used in outzone */ member
2484 rp->r_temp = rpytime(rp, year); in outzone()
2520 jtime = rp->r_temp; in outzone()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c100 zic_t r_temp; /* used in outzone */ member
2485 rp->r_temp = rpytime(rp, year); in outzone()
2521 jtime = rp->r_temp; in outzone()