Home | History | Annotate | Download | only in nv30

Lines Matching refs:fdec

818                                 const struct tgsi_full_declaration *fdec)
821 unsigned idx = fdec->Range.First;
824 switch (fdec->Semantic.Name) {
835 if (fdec->Semantic.Index == 0) {
838 if (fdec->Semantic.Index == 1) {
846 if (fdec->Semantic.Index == 0) {
849 if (fdec->Semantic.Index == 1) {
864 if (vpc->vp->texcoord[i] == fdec->Semantic.Index) {
905 const struct tgsi_full_declaration *fdec;
907 fdec = &p.FullToken.FullDeclaration;
908 switch (fdec->Declaration.File) {
910 if (fdec->Range.Last > high_temp) {
912 fdec->Range.Last;
916 if (fdec->Range.Last > high_addr) {
918 fdec->Range.Last;
922 if (fdec->Range.Last > high_const) {
924 fdec->Range.Last;
928 if (!nvfx_vertprog_parse_decl_output(nv30, vpc, fdec))