Home | History | Annotate | Download | only in vc4

Lines Matching refs:block

27  * Adds updates to the uniform stream address at the start of each basic block
31 * have performed optimization know how many uniforms are used in each block.
39 block_reads_any_uniform(struct qblock *block)
41 qir_for_each_inst(inst, block) {
54 qir_for_each_block(block, c) {
55 if (block != qir_entry_block(c) &&
56 (block_reads_any_uniform(block) ||
57 block == qir_exit_block(c))) {
75 /* Pushes to the top of the block, so in reverse
78 list_add(&add->link, &block->instructions);
79 list_add(&load_imm->link, &block->instructions);
82 qir_for_each_inst(inst, block) {