Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_memcpy.c94 bool found_const_memcpy = false, found_non_const_memcpy = false; in lower_memcpy_impl() local
139 found_non_const_memcpy = true; in lower_memcpy_impl()
175 if (found_non_const_memcpy) { in lower_memcpy_impl()
184 return found_const_memcpy || found_non_const_memcpy; in lower_memcpy_impl()

Completed in 1 milliseconds