Home | History | Annotate | Download | only in tgsi

Lines Matching refs:ctx

34    struct tgsi_iterate_context *ctx )
41 ctx->processor = parse.FullHeader.Processor;
43 if (ctx->prolog)
44 if (!ctx->prolog( ctx ))
52 if (ctx->iterate_instruction)
53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction ))
58 if (ctx->iterate_declaration)
59 if (!ctx->iterate_declaration( ctx, &parse.FullToken.FullDeclaration ))
64 if (ctx->iterate_immediate)
65 if (!ctx->iterate_immediate( ctx, &parse.FullToken.FullImmediate ))
70 if (ctx->iterate_property)
71 if (!ctx->iterate_property( ctx, &parse.FullToken.FullProperty ))
80 if (ctx->epilog)
81 if (!ctx->epilog( ctx ))