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

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp543 bool revectorize = false; local in function:st_glsl_to_nir_post_opts
549 NIR_PASS(revectorize, nir, nir_lower_alu_to_scalar, filter_64_bit_instr, nullptr);
550 NIR_PASS(revectorize, nir, nir_lower_phis_to_scalar, false);
560 if (revectorize)
563 if (revectorize || lowered_64bit_ops)

Completed in 3 milliseconds