Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_memcpy.c94 bool found_const_memcpy = false, found_non_const_memcpy = false; in lower_memcpy_impl() local
136 found_non_const_memcpy = true; in lower_memcpy_impl()
172 if (found_non_const_memcpy) { in lower_memcpy_impl()
181 return found_const_memcpy || found_non_const_memcpy; in lower_memcpy_impl()