Lines Matching defs:ctx
34 agx_indexed_sysval(agx_context *ctx, enum agx_push_type type,
38 for (unsigned i = 0; i < ctx->out->push_ranges; ++i) {
39 struct agx_push push = ctx->out->push[i];
49 assert(ctx->out->push_ranges < AGX_MAX_PUSH_RANGES);
51 ctx->push_base = ALIGN_POT(ctx->push_base, agx_size_align_16(size));
53 unsigned base = ctx->push_base;
54 ctx->push_base += length;
56 ctx->out->push[ctx->out->push_ranges++] = (struct agx_push) {