Lines Matching defs:push
26 /* Manages the uniform file. We can push certain fixed items (during initial
39 struct agx_push push = ctx->out->push[i];
41 if (push.type == type && !push.indirect) {
42 assert(length == push.length);
43 assert(index < push.length);
44 return agx_uniform(push.base + index, size);
48 /* Otherwise, push */
56 ctx->out->push[ctx->out->push_ranges++] = (struct agx_push) {