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