Searched refs:nir_lower_vec_to_movs (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_nir.c | 158 NIR_PASS_V(nir, nir_lower_vec_to_movs, NULL, NULL); in rogue_nir_passes()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_vec_to_movs.c | 305 nir_lower_vec_to_movs(nir_shader *shader, nir_instr_writemask_filter_cb cb, in nir_lower_vec_to_movs() function
|
H A D | nir.h | 4836 bool nir_lower_vec_to_movs(nir_shader *shader, nir_instr_writemask_filter_cb cb,
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_program.c | 280 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 D | brw_nir.c | 1298 OPT(nir_lower_vec_to_movs, NULL, NULL); in brw_postprocess_nir()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_nir.c | 1127 OPT_V(ctx->nir, nir_lower_vec_to_movs, NULL, NULL); in ir2_nir_compile()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 465 NIR_PASS(progress, nir, nir_lower_vec_to_movs, NULL, NULL); in optimise_nir()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.c | 2695 nir_lower_vec_to_movs(nir, NULL, NULL); in lp_build_nir_llvm()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 1715 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