Lines Matching defs:block
66 struct ir3_block *block; /* the current block */
110 assert(ctx->block == instr->block);
136 list_addtail(&instr->node, &instr->block->instr_list);
152 ctx->sy_delay = soft_sy_delay(instr, ctx->block->shader);
352 * the block)
590 if (src->block != instr->block)
600 if (src->block != instr->block)
637 sched_block(struct ir3_postsched_ctx *ctx, struct ir3_block *block)
639 ctx->block = block;
644 * empty the block's instruction list (to which we will
647 list_replace(&block->instr_list, &ctx->unscheduled_list);
648 list_inithead(&block->instr_list);
730 foreach_block (block, &ir->block_list) {
731 foreach_instr_safe (instr, &block->instr_list) {
754 foreach_block (block, &ir->block_list) {
755 sched_block(&ctx, block);