Home
last modified time | relevance | path

Searched refs:nir_move_vec_src_uses_to_dest (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_move_vec_src_uses_to_dest.c202 nir_move_vec_src_uses_to_dest(nir_shader *shader) in nir_move_vec_src_uses_to_dest() function
Dmeson.build223 'nir_move_vec_src_uses_to_dest.c',
Dnir.h4835 bool nir_move_vec_src_uses_to_dest(nir_shader *shader);
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c279 NIR_PASS_V(s, nir_move_vec_src_uses_to_dest); in lima_program_optimize_fs_nir()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c1126 OPT_V(ctx->nir, nir_move_vec_src_uses_to_dest); in ir2_nir_compile()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c1297 OPT(nir_move_vec_src_uses_to_dest); in brw_postprocess_nir()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c1166 NIR_PASS_V(s, nir_move_vec_src_uses_to_dest); in etna_compile_shader()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c464 NIR_PASS(progress, nir, nir_move_vec_src_uses_to_dest); in optimise_nir()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2694 nir_move_vec_src_uses_to_dest(nir); in lp_build_nir_llvm()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni1023 "../src/compiler/nir/nir_move_vec_src_uses_to_dest.c",