Home | History | Annotate | Download | only in glsl

Lines Matching defs:kills

102       this->kills = new(mem_ctx) exec_list;
128 exec_list *kills;
150 exec_list *orig_kills = this->kills;
154 this->kills = new(mem_ctx) exec_list;
159 this->kills = orig_kills;
319 exec_list *orig_kills = this->kills;
323 this->kills = new(mem_ctx) exec_list;
338 exec_list *new_kills = this->kills;
339 this->kills = orig_kills;
343 /* Move the new kills into the parent block's list, removing them
368 exec_list *orig_kills = this->kills;
376 this->kills = new(mem_ctx) exec_list;
385 exec_list *new_kills = this->kills;
386 this->kills = orig_kills;
422 this->kills->push_tail(k);