Searched refs:fdec (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c859 const struct tgsi_full_declaration *fdec)
861 unsigned idx = fdec->Range.First;
864 switch (fdec->Semantic.Name) {
869 hw = NVFX_FP_OP_INPUT_SRC_COL0 + fdec->Semantic.Index;
878 assert(fdec->Semantic.Index < 8);
879 fpc->fp->texcoord[fdec->Semantic.Index] = fdec->Semantic.Index;
880 fpc->fp->texcoords |= (1 << fdec->Semantic.Index);
881 fpc->fp->vp_or |= (0x00004000 << fdec->Semantic.Index);
882 hw = NVFX_FP_OP_INPUT_SRC_TC(fdec
858 nvfx_fragprog_parse_decl_input(struct nvfx_fpc * fpc,const struct tgsi_full_declaration * fdec) argument
898 nvfx_fragprog_assign_generic(struct nvfx_fpc * fpc,const struct tgsi_full_declaration * fdec) argument
934 nvfx_fragprog_parse_decl_output(struct nvfx_fpc * fpc,const struct tgsi_full_declaration * fdec) argument
983 const struct tgsi_full_declaration *fdec; local in function:nvfx_fragprog_prepare
1024 const struct tgsi_full_declaration *fdec; local in function:nvfx_fragprog_prepare
[all...]
H A Dnvfx_vertprog.c799 const struct tgsi_full_declaration *fdec)
802 unsigned idx = fdec->Range.First;
803 unsigned semantic_index = fdec->Semantic.Index;
806 switch (fdec->Semantic.Name) {
817 if (fdec->Semantic.Index == 0) {
820 if (fdec->Semantic.Index == 1) {
828 if (fdec->Semantic.Index == 0) {
831 if (fdec->Semantic.Index == 1) {
890 const struct tgsi_full_declaration *fdec; local in function:nvfx_vertprog_prepare
892 fdec
798 nvfx_vertprog_parse_decl_output(struct nvfx_vpc * vpc,const struct tgsi_full_declaration * fdec) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c859 const struct tgsi_full_declaration *fdec)
861 unsigned idx = fdec->Range.First;
864 switch (fdec->Semantic.Name) {
869 hw = NVFX_FP_OP_INPUT_SRC_COL0 + fdec->Semantic.Index;
878 assert(fdec->Semantic.Index < 8);
879 fpc->fp->texcoord[fdec->Semantic.Index] = fdec->Semantic.Index;
880 fpc->fp->texcoords |= (1 << fdec->Semantic.Index);
881 fpc->fp->vp_or |= (0x00004000 << fdec->Semantic.Index);
882 hw = NVFX_FP_OP_INPUT_SRC_TC(fdec
858 nvfx_fragprog_parse_decl_input(struct nvfx_fpc * fpc,const struct tgsi_full_declaration * fdec) argument
898 nvfx_fragprog_assign_generic(struct nvfx_fpc * fpc,const struct tgsi_full_declaration * fdec) argument
934 nvfx_fragprog_parse_decl_output(struct nvfx_fpc * fpc,const struct tgsi_full_declaration * fdec) argument
983 const struct tgsi_full_declaration *fdec; local in function:nvfx_fragprog_prepare
1024 const struct tgsi_full_declaration *fdec; local in function:nvfx_fragprog_prepare
[all...]
H A Dnvfx_vertprog.c800 const struct tgsi_full_declaration *fdec)
803 unsigned idx = fdec->Range.First;
804 unsigned semantic_index = fdec->Semantic.Index;
807 switch (fdec->Semantic.Name) {
818 if (fdec->Semantic.Index == 0) {
821 if (fdec->Semantic.Index == 1) {
829 if (fdec->Semantic.Index == 0) {
832 if (fdec->Semantic.Index == 1) {
891 const struct tgsi_full_declaration *fdec; local in function:nvfx_vertprog_prepare
893 fdec
799 nvfx_vertprog_parse_decl_output(struct nvfx_vpc * vpc,const struct tgsi_full_declaration * fdec) argument
[all...]

Completed in 7 milliseconds