Lines Matching defs:node
159 /* This node represents a shader output. A semi-common pattern in
217 /* The sched node is only valid within the same block, we cannot
233 /* The sched node is only valid within the same block, we cannot
268 list_delinit(&instr->node);
289 list_addtail(&instr->node, &instr->block->instr_list);
1143 sched_dag_max_delay_cb(struct dag_node *node, void *state)
1145 struct ir3_sched_node *n = (struct ir3_sched_node *)node;
1272 list_delinit(&new_instr->node);
1273 list_addtail(&new_instr->node, &ctx->unscheduled_list);
1365 struct list_head *prev = instr->node.prev;
1366 struct list_head *next = instr->node.next;
1373 list_entry(prev, struct ir3_instruction, node);
1394 list_entry(next, struct ir3_instruction, node);