Lines Matching refs:nvfx
440 nvfx_fragprog_parse_instruction(struct nv30_context* nvfx, struct nvfx_fpc *fpc, in nvfx_fragprog_parse_instruction() argument
624 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()
645 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()
671 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()
684 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()
697 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()
793 if(nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()
810 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
818 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
829 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
852 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
858 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
864 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
874 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
911 nvfx_fragprog_parse_decl_input(struct nv30_context *nvfx, struct nvfx_fpc *fpc, in nvfx_fragprog_parse_decl_input() argument
949 nvfx_fragprog_assign_generic(struct nv30_context *nvfx, struct nvfx_fpc *fpc, in nvfx_fragprog_assign_generic() argument
952 unsigned num_texcoords = nvfx->use_nv4x ? 10 : 8; in nvfx_fragprog_assign_generic()
984 nvfx_fragprog_parse_decl_output(struct nv30_context* nvfx, struct nvfx_fpc *fpc, in nvfx_fragprog_parse_decl_output() argument
1002 if(hw > ((nvfx->use_nv4x) ? 4 : 2)) { in nvfx_fragprog_parse_decl_output()
1018 nvfx_fragprog_prepare(struct nv30_context* nvfx, struct nvfx_fpc *fpc) in nvfx_fragprog_prepare() argument
1037 if (!nvfx_fragprog_parse_decl_input(nvfx, fpc, fdec)) in nvfx_fragprog_prepare()
1041 if (!nvfx_fragprog_parse_decl_output(nvfx, fpc, fdec)) in nvfx_fragprog_prepare()
1081 if (!nvfx_fragprog_assign_generic(nvfx, fpc, fdec)) in nvfx_fragprog_prepare()
1115 _nvfx_fragprog_translate(struct nv30_context *nvfx, struct nv30_fragprog *fp, in _nvfx_fragprog_translate() argument
1130 fpc->max_temps = nvfx->use_nv4x ? 48 : 32; in _nvfx_fragprog_translate()
1154 if (!nvfx_fragprog_prepare(nvfx, fpc)) in _nvfx_fragprog_translate()
1170 if (!nvfx_fragprog_parse_instruction(nvfx, fpc, finst)) in _nvfx_fragprog_translate()
1187 if(!nvfx->is_nv4x) in _nvfx_fragprog_translate()
1209 debug_printf("\n%s fragment program:\n", nvfx->is_nv4x ? "nv4x" : "nv3x"); in _nvfx_fragprog_translate()