Lines Matching defs:block
33 nir_foreach_block(block, impl) {
34 nir_foreach_instr_safe(instr, block) {
78 nir_foreach_block(block, impl) {
79 nir_if *following_if = nir_block_get_following_if(block);
84 nir_foreach_instr_safe(instr, block) {
96 nir_foreach_block_reverse(block, impl) {
97 nir_foreach_instr_reverse_safe(instr, block) {
110 nir_block *block = instr->block;
111 if (block->cf_node.parent->type == nir_cf_node_function)
115 block = nir_cf_node_as_block(nir_cf_node_prev(block->cf_node.parent));
116 } while (block->cf_node.parent->type != nir_cf_node_function);
117 return nir_after_block_before_jump(block);
202 * The series of instructions up to the first block containing a load_invocation_id
212 nir_foreach_block(block, patch_const_func_impl) {
213 nir_foreach_instr_safe(instr, block) {
237 nir_foreach_block_safe(block, patch_const_func_impl) {
238 nir_foreach_instr_safe(instr, block) {