Home
last modified time | relevance | path

Searched refs:st_translate (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c57 struct st_translate { struct
79 dst_register( struct st_translate *t, in dst_register() argument
119 src_register( struct st_translate *t, in src_register()
242 translate_dst( struct st_translate *t, in translate_dst()
267 translate_src( struct st_translate *t, in translate_src()
314 static void emit_swz( struct st_translate *t, in emit_swz()
504 struct st_translate *t, in compile_instruction()
588 struct st_translate *t, in emit_wpos_adjustment()
675 struct st_translate *t, in emit_wpos()
811 struct st_translate translate, *t; in st_translate_mesa_program()
Dst_atifs_to_tgsi.c38 struct st_translate { struct
80 get_temp(struct st_translate *t, unsigned index) in get_temp()
88 apply_swizzle(struct st_translate *t, in apply_swizzle()
126 get_source(struct st_translate *t, GLuint src_type) in get_source()
151 prepare_argument(struct st_translate *t, const unsigned argId, in prepare_argument()
208 emit_special_inst(struct st_translate *t, const struct instruction_desc *desc, in emit_special_inst()
243 emit_arith_inst(struct st_translate *t, in emit_arith_inst()
255 emit_dstmod(struct st_translate *t, in emit_dstmod()
301 compile_setupinst(struct st_translate *t, in compile_setupinst()
348 compile_instruction(struct st_translate *t, in compile_instruction()
[all …]
Dst_glsl_to_tgsi.cpp5209 struct st_translate { struct
5314 emit_immediate(struct st_translate *t, in emit_immediate()
5341 dst_register(struct st_translate *t, gl_register_file file, unsigned index, in dst_register()
5419 src_register(struct st_translate *t, const st_src_reg *reg) in src_register()
5498 translate_dst(struct st_translate *t, in translate_dst()
5533 translate_src(struct st_translate *t, const st_src_reg *src_reg) in translate_src()
5569 translate_tex_offset(struct st_translate *t, in translate_tex_offset()
5592 compile_tgsi_instruction(struct st_translate *t, in compile_tgsi_instruction()
5728 struct st_translate *t, in emit_wpos_adjustment()
5807 struct st_translate *t, in emit_wpos()
[all …]