Home | History | Annotate | Download | only in nv30

Lines Matching refs:fdst

413 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) {
414 switch (fdst->Register.File) {
416 return fpc->r_result[fdst->Register.Index];
418 return fpc->r_temp[fdst->Register.Index];
422 NOUVEAU_ERR("bad dst file %d\n", fdst->Register.File);