Lines Matching defs:block
101 struct qinst *inst, struct qblock *block)
112 &block->instructions, link) {
239 vir_for_each_block(block, c) {
240 vir_for_each_inst(inst, block) {
305 if (is_end_of_tmu_sequence(c->devinfo, inst, block))
358 /* Setting up the spill base is done in the entry block; so change
359 * both the current block to emit and the cursor.
403 /* Restore the current block. */
584 vir_for_each_block(block, c) {
585 vir_for_each_inst_safe(inst, block) {
595 if (is_end_of_tmu_sequence(c->devinfo, inst, block)) {