Searched refs:r_temp (Results 1 – 3 of 3) sorted by relevance
30 struct nvfx_reg *r_temp; member393 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()
52 struct nvfx_reg *r_temp; member385 src.reg = vpc->r_temp[fsrc->Register.Index]; in tgsi_src()432 dst = vpc->r_temp[fdst->Register.Index]; in tgsi_dst()933 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare()935 vpc->r_temp[i] = temp(vpc); in nvfx_vertprog_prepare()1105 FREE(vpc->r_temp); in _nvfx_vertprog_translate()
99 zic_t r_temp; /* used in outzone */ member2484 rp->r_temp = rpytime(rp, year); in outzone()2520 jtime = rp->r_temp; in outzone()