HomeSort by relevance Sort by last modified time
    Searched refs:fdec (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 912 const struct tgsi_full_declaration *fdec)
914 unsigned idx = fdec->Range.First;
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.Index)
1033 const struct tgsi_full_declaration *fdec; local
1074 const struct tgsi_full_declaration *fdec; local
    [all...]
nvfx_vertprog.c 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; local
907 fdec = &p.FullToken.FullDeclaration
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 912 const struct tgsi_full_declaration *fdec)
914 unsigned idx = fdec->Range.First;
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.Index)
1033 const struct tgsi_full_declaration *fdec; local
1074 const struct tgsi_full_declaration *fdec; local
    [all...]
nvfx_vertprog.c 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; local
907 fdec = &p.FullToken.FullDeclaration
    [all...]

Completed in 368 milliseconds