Searched refs:move_load_ubo_source (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_move_load_ubo.c34 move_load_ubo_source(nir_src *src, nir_block *block, nir_instr *before) function in typeref:typename:bool
63 if (move_load_ubo_source(src, instr->block, instr))
76 progress |= move_load_ubo_source(&iff->condition, block, NULL);
87 progress |= move_load_ubo_source(&alu->src[i].src, block, instr);

Completed in 2 milliseconds