• Home
  • Raw
  • Download

Lines Matching defs:tx

548 nine_record_outputs(struct shader_translator *tx, BYTE Usage, BYTE UsageIndex,  in nine_record_outputs()
558 static struct ureg_src nine_float_constant_src(struct shader_translator *tx, int idx) in nine_float_constant_src()
588 static struct ureg_src nine_integer_constant_src(struct shader_translator *tx, int idx) in nine_integer_constant_src()
613 static struct ureg_src nine_boolean_constant_src(struct shader_translator *tx, int idx) in nine_boolean_constant_src()
643 tx_lconstf(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstf()
660 tx_lconsti(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconsti()
677 tx_lconstb(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstb()
695 tx_set_lconstf(struct shader_translator *tx, INT index, float f[4]) in tx_set_lconstf()
719 tx_set_lconsti(struct shader_translator *tx, INT index, int i[4]) in tx_set_lconsti()
744 tx_set_lconstb(struct shader_translator *tx, INT index, BOOL b) in tx_set_lconstb()
770 tx_scratch(struct shader_translator *tx) in tx_scratch()
782 tx_scratch_scalar(struct shader_translator *tx) in tx_scratch_scalar()
798 tx_temp_alloc(struct shader_translator *tx, INT idx) in tx_temp_alloc()
816 tx_addr_alloc(struct shader_translator *tx, INT idx) in tx_addr_alloc()
826 TEX_if_fetch4(struct shader_translator *tx, struct ureg_dst dst, in TEX_if_fetch4()
854 apply_ps1x_projection(struct shader_translator *tx, struct ureg_dst dst, in apply_ps1x_projection()
871 TEX_with_ps1x_projection(struct shader_translator *tx, struct ureg_dst dst, in TEX_with_ps1x_projection()
895 tx_texcoord_alloc(struct shader_translator *tx, INT idx) in tx_texcoord_alloc()
905 tx_bgnloop(struct shader_translator *tx) in tx_bgnloop()
915 tx_endloop(struct shader_translator *tx) in tx_endloop()
925 tx_get_loopctr(struct shader_translator *tx, boolean loop_or_rep) in tx_get_loopctr()
947 tx_get_loopal(struct shader_translator *tx) in tx_get_loopal()
964 tx_cond(struct shader_translator *tx) in tx_cond()
972 tx_elsecond(struct shader_translator *tx) in tx_elsecond()
979 tx_endcond(struct shader_translator *tx) in tx_endcond()
994 nine_get_position_input(struct shader_translator *tx) in nine_get_position_input()
1006 tx_src_param(struct shader_translator *tx, const struct sm1_src_param *param) in tx_src_param()
1284 _tx_dst_param(struct shader_translator *tx, const struct sm1_dst_param *param) in _tx_dst_param()
1402 tx_dst_param(struct shader_translator *tx, const struct sm1_dst_param *param) in tx_dst_param()
1412 tx_apply_dst0_modifiers(struct shader_translator *tx) in tx_apply_dst0_modifiers()
1432 tx_dst_param_as_src(struct shader_translator *tx, const struct sm1_dst_param *param) in tx_dst_param_as_src()
1475 NineTranslateInstruction_Mkxn(struct shader_translator *tx, const unsigned k, const unsigned n) in NineTranslateInstruction_Mkxn()
3198 create_op_info_map(struct shader_translator *tx) in create_op_info_map()
3224 NineTranslateInstruction_Generic(struct shader_translator *tx) in NineTranslateInstruction_Generic()
3242 TOKEN_PEEK(struct shader_translator *tx) in TOKEN_PEEK()
3248 TOKEN_NEXT(struct shader_translator *tx) in TOKEN_NEXT()
3254 TOKEN_JUMP(struct shader_translator *tx) in TOKEN_JUMP()
3263 sm1_parse_eof(struct shader_translator *tx) in sm1_parse_eof()
3269 sm1_read_version(struct shader_translator *tx) in sm1_read_version()
3288 sm1_parse_get_skip(struct shader_translator *tx) in sm1_parse_get_skip()
3309 sm1_parse_comments(struct shader_translator *tx, BOOL print) in sm1_parse_comments()
3327 sm1_parse_get_param(struct shader_translator *tx, DWORD *reg, DWORD *rel) in sm1_parse_get_param()
3381 sm1_parse_immediate(struct shader_translator *tx, in sm1_parse_immediate()
3412 sm1_read_dst_param(struct shader_translator *tx, in sm1_read_dst_param()
3427 sm1_read_src_param(struct shader_translator *tx, in sm1_read_src_param()
3443 sm1_read_semantic(struct shader_translator *tx, in sm1_read_semantic()
3457 sm1_parse_instruction(struct shader_translator *tx) in sm1_parse_instruction()
3559 tx_ctor(struct shader_translator *tx, struct pipe_screen *screen, struct nine_shader_info *info) in tx_ctor()
3702 tx_dtor(struct shader_translator *tx) in tx_dtor()
3716 shader_add_vs_viewport_transform(struct shader_translator *tx) in shader_add_vs_viewport_transform()
3734 shader_add_ps_fog_stage(struct shader_translator *tx, struct ureg_src src_col) in shader_add_ps_fog_stage()
3786 static void parse_shader(struct shader_translator *tx) in parse_shader()
3948 struct shader_translator *tx; in nine_translate_shader() local