Home | History | Annotate | Download | only in nv30

Lines Matching refs:Semantic

917    switch (fdec->Semantic.Name) {
922 hw = NVFX_FP_OP_INPUT_SRC_COL0 + fdec->Semantic.Index;
931 if (fdec->Semantic.Index >= 8)
934 fpc->fp->texcoord[fdec->Semantic.Index] = fdec->Semantic.Index;
935 fpc->fp->texcoords |= (1 << fdec->Semantic.Index);
936 fpc->fp->vp_or |= (0x00004000 << fdec->Semantic
937 hw = NVFX_FP_OP_INPUT_SRC_TC(fdec->Semantic.Index);
956 switch (fdec->Semantic.Name) {
958 if (fdec->Semantic.Index >= 8) {
961 fpc->fp->texcoord[hw] = fdec->Semantic.Index;
968 if (fdec->Semantic.Index == 9)
990 switch (fdec->Semantic.Name) {
996 switch (fdec->Semantic.Index) {
1008 NOUVEAU_ERR("bad output semantic\n");