Home | History | Annotate | Download | only in glsl

Lines Matching refs:acp_entry

46 class acp_entry : public exec_node
49 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant)
59 acp_entry(const acp_entry *src)
117 /** List of acp_entry: The available constants to propagate */
161 acp_entry *found = NULL;
176 acp_entry *entry = (acp_entry *)iter.get();
321 acp_entry *a = (acp_entry *)iter.get();
322 this->acp->push_tail(new(this->mem_ctx) acp_entry(a));
401 acp_entry *entry = (acp_entry *)iter.get();
432 acp_entry *entry;
452 entry = new(this->mem_ctx) acp_entry(deref->var, ir->write_mask, constant);