Home | History | Annotate | Download | only in glsl

Lines Matching defs:acp

82       this->acp = new(mem_ctx) exec_list;
103 exec_list *acp;
160 foreach_iter(exec_list_iterator, iter, *this->acp) {
209 exec_list *orig_acp = this->acp;
213 this->acp = new(mem_ctx) exec_list;
220 this->acp = orig_acp;
268 acp->make_empty();
277 exec_list *orig_acp = this->acp;
281 this->acp = new(mem_ctx) exec_list;
285 /* Populate the initial acp with a constant of the original */
288 this->acp->push_tail(new(this->mem_ctx) acp_entry(a->var, a->write_mask,
300 this->acp = orig_acp;
325 exec_list *orig_acp = this->acp;
329 /* FINISHME: For now, the initial acp for loops is totally empty.
330 * We could go through once, then go through again with the acp
333 this->acp = new(mem_ctx) exec_list;
345 this->acp = orig_acp;
366 /* Remove any entries currently in the ACP for this kill. */
367 foreach_iter(exec_list_iterator, iter, *this->acp) {
423 this->acp->push_tail(entry);