HomeSort by relevance Sort by last modified time
    Searched defs:tgsi_transform_context (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_transform.h 41 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 *ctx
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.h 41 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 *ctx
    [all...]

Completed in 476 milliseconds