Lines Matching defs:block
92 unreachable("Invalid CFG node block");
130 vec4_visitor::nir_emit_block(nir_block *block)
132 nir_foreach_instr(instr, block) {
620 /* The block index is a constant, so just emit the binding table entry
626 /* The block index is not a constant. Evaluate the index expression
650 if (range->block == ubo_block &&
2349 * If @block and @ref are non-NULL, then the shuffling is done after @ref,
2358 bblock_t *block, vec4_instruction *ref)
2363 assert(!ref == !block);
2368 vec4_builder(this).at(block, ref->next);