Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/rogue/
H A Drogue_nir.c158 NIR_PASS_V(nir, nir_lower_vec_to_movs, NULL, NULL); in rogue_nir_passes()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_vec_to_movs.c305 nir_lower_vec_to_movs(nir_shader *shader, nir_instr_writemask_filter_cb cb, in nir_lower_vec_to_movs() function
H A Dnir.h4836 bool nir_lower_vec_to_movs(nir_shader *shader, nir_instr_writemask_filter_cb cb,
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c280 NIR_PASS_V(s, nir_lower_vec_to_movs, lima_vec_to_movs_filter_cb, NULL); in lima_program_optimize_fs_nir()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c1298 OPT(nir_lower_vec_to_movs, NULL, NULL); in brw_postprocess_nir()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c1127 OPT_V(ctx->nir, nir_lower_vec_to_movs, NULL, NULL); in ir2_nir_compile()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c465 NIR_PASS(progress, nir, nir_lower_vec_to_movs, NULL, NULL); in optimise_nir()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2695 nir_lower_vec_to_movs(nir, NULL, NULL); in lp_build_nir_llvm()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1715 unreachable("covered by nir_lower_vec_to_movs()"); in ntt_emit_alu()
3835 NIR_PASS_V(s, nir_lower_vec_to_movs, ntt_vec_to_mov_writemask_cb, NULL); in nir_to_tgsi_options()

Completed in 30 milliseconds