Lines Matching refs:Semantic
917 switch (fdec->Semantic.Name) { in nvfx_fragprog_parse_decl_input()
922 hw = NVFX_FP_OP_INPUT_SRC_COL0 + fdec->Semantic.Index; in nvfx_fragprog_parse_decl_input()
931 if (fdec->Semantic.Index >= 8) in nvfx_fragprog_parse_decl_input()
934 fpc->fp->texcoord[fdec->Semantic.Index] = fdec->Semantic.Index; in nvfx_fragprog_parse_decl_input()
935 fpc->fp->texcoords |= (1 << fdec->Semantic.Index); in nvfx_fragprog_parse_decl_input()
936 fpc->fp->vp_or |= (0x00004000 << fdec->Semantic.Index); in nvfx_fragprog_parse_decl_input()
937 hw = NVFX_FP_OP_INPUT_SRC_TC(fdec->Semantic.Index); in nvfx_fragprog_parse_decl_input()
956 switch (fdec->Semantic.Name) { in nvfx_fragprog_assign_generic()
958 if (fdec->Semantic.Index >= 8) { in nvfx_fragprog_assign_generic()
961 fpc->fp->texcoord[hw] = fdec->Semantic.Index; in nvfx_fragprog_assign_generic()
968 if (fdec->Semantic.Index == 9) in nvfx_fragprog_assign_generic()
990 switch (fdec->Semantic.Name) { in nvfx_fragprog_parse_decl_output()
996 switch (fdec->Semantic.Index) { in nvfx_fragprog_parse_decl_output()