Home | History | Annotate | Download | only in glsl

Lines Matching defs:kills

78       this->kills = new(mem_ctx) exec_list;
103 exec_list *kills;
122 exec_list *orig_kills = this->kills;
126 this->kills = new(mem_ctx) exec_list;
131 this->kills = orig_kills;
211 exec_list *orig_kills = this->kills;
215 this->kills = new(mem_ctx) exec_list;
230 exec_list *new_kills = this->kills;
231 this->kills = orig_kills;
257 exec_list *orig_kills = this->kills;
265 this->kills = new(mem_ctx) exec_list;
274 exec_list *new_kills = this->kills;
275 this->kills = orig_kills;
304 this->kills->push_tail(new(this->mem_ctx) kill_entry(var));