Home | History | Annotate | Download | only in nv30

Lines Matching refs:fdst

419 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) {
422 switch (fdst->Register.File) {
427 dst = vpc->r_result[fdst->Register.Index];
430 dst = vpc->r_temp[fdst->Register.Index];
433 dst = vpc->r_address[fdst->Register.Index];
436 NOUVEAU_ERR("bad dst file %i\n", fdst->Register.File);