Home
last modified time | relevance | path

Searched refs:found_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
110 found_const_memcpy = true; in lower_memcpy_impl()
174 } else if (found_const_memcpy) { in lower_memcpy_impl()
181 return found_const_memcpy || found_non_const_memcpy; in lower_memcpy_impl()