Home | History | Annotate | Download | only in glsl

Lines Matching refs:node_a

43    const exec_node *node_a = list_a->head;
51 ; !node_a->is_tail_sentinel()
52 ; node_a = node_a->next, node_b = node_b->next) {
61 const ir_variable *const param = (ir_variable *) node_a;
183 const exec_node *node_a = list_a->head;
187 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel()
188 ; node_a = node_a->next, node_b = node_b->next) {
189 ir_variable *a = (ir_variable *) node_a;
202 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel());