Searched defs:tgsi_transform_context (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h41 struct tgsi_transform_context struct
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 *ct
[all...]

Completed in 86 milliseconds