Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_large_constants.c32 bool found_read; member
193 .found_read = false, in nir_opt_large_constants()
262 if (!src_is_const || info->found_read || block != info->block || in nir_opt_large_constants()
289 info->found_read = true; in nir_opt_large_constants()
311 if (var_size <= threshold || !info->found_read) { in nir_opt_large_constants()