Searched refs:move_source (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_move.c | 55 move_source(nir_src *src, nir_block *block, nir_instr *before, nir_move_options options) in move_source() function 86 if (move_source(src, instr->block, instr, data.options)) in move_source_cb() 111 progress |= move_source(&iff->condition, block, NULL, options); in move() 133 progress |= move_source(&alu->src[i].src, block, instr, options); in move()
|