Home | History | Annotate | Download | only in tgsi

Lines Matching defs:tgsi_transform_context

41 struct tgsi_transform_context
48 void (*transform_instruction)(struct tgsi_transform_context *ctx,
51 void (*transform_declaration)(struct tgsi_transform_context *ctx,
54 void (*transform_immediate)(struct tgsi_transform_context *ctx,
56 void (*transform_property)(struct tgsi_transform_context *ctx,
63 void (*epilog)(struct tgsi_transform_context *ctx);
72 void (*emit_instruction)(struct tgsi_transform_context *ctx,
74 void (*emit_declaration)(struct tgsi_transform_context *ctx,
76 void (*emit_immediate)(struct tgsi_transform_context *ctx,
78 void (*emit_property)(struct tgsi_transform_context *ctx,
93 struct tgsi_transform_context *ctx);