Home
last modified time | relevance | path

Searched refs:tgsi_transform_context (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h41 struct tgsi_transform_context struct
48 void (*transform_instruction)(struct tgsi_transform_context *ctx, argument
51 void (*transform_declaration)(struct tgsi_transform_context *ctx, argument
54 void (*transform_immediate)(struct tgsi_transform_context *ctx, argument
56 void (*transform_property)(struct tgsi_transform_context *ctx, argument
63 void (*epilog)(struct tgsi_transform_context *ctx); argument
72 void (*emit_instruction)(struct tgsi_transform_context *ctx, argument
74 void (*emit_declaration)(struct tgsi_transform_context *ctx, argument
76 void (*emit_immediate)(struct tgsi_transform_context *ctx, argument
78 void (*emit_property)(struct tgsi_transform_context *ctx, argument
[all …]
Dtgsi_transform.c41 emit_instruction(struct tgsi_transform_context *ctx, in emit_instruction()
55 emit_declaration(struct tgsi_transform_context *ctx, in emit_declaration()
69 emit_immediate(struct tgsi_transform_context *ctx, in emit_immediate()
83 emit_property(struct tgsi_transform_context *ctx, in emit_property()
109 struct tgsi_transform_context *ctx) in tgsi_transform_shader()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c51 struct tgsi_transform_context base;
78 static void emit_temp(struct tgsi_transform_context *ctx, unsigned reg) in emit_temp()
88 static void emit_output(struct tgsi_transform_context *ctx, in emit_output()
107 static void insert_output_before(struct tgsi_transform_context *ctx, in insert_output_before()
126 static void insert_output_after(struct tgsi_transform_context *ctx, in insert_output_after()
145 static void transform_decl(struct tgsi_transform_context *ctx, in transform_decl()
222 static void transform_inst(struct tgsi_transform_context *ctx, in transform_inst()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c178 struct tgsi_transform_context base;
197 pstip_transform_decl(struct tgsi_transform_context *ctx, in pstip_transform_decl()
228 pstip_transform_immed(struct tgsi_transform_context *ctx, in pstip_transform_immed()
261 pstip_transform_inst(struct tgsi_transform_context *ctx, in pstip_transform_inst()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c122 struct tgsi_transform_context base;
139 pstip_transform_decl(struct tgsi_transform_context *ctx, in pstip_transform_decl()
173 pstip_transform_immed(struct tgsi_transform_context *ctx, in pstip_transform_immed()
198 pstip_transform_inst(struct tgsi_transform_context *ctx, in pstip_transform_inst()
Ddraw_pipe_aaline.c136 struct tgsi_transform_context base;
152 aa_transform_decl(struct tgsi_transform_context *ctx, in aa_transform_decl()
205 aa_transform_inst(struct tgsi_transform_context *ctx, in aa_transform_inst()
Ddraw_pipe_aapoint.c119 struct tgsi_transform_context base;
133 aa_transform_decl(struct tgsi_transform_context *ctx, in aa_transform_decl()
169 aa_transform_inst(struct tgsi_transform_context *ctx, in aa_transform_inst()