Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_deref.c51 static const int max_short_path_len = ARRAY_SIZE(path->_short_path) - 1; in nir_deref_path_init() local
55 nir_deref_instr **tail = &path->_short_path[max_short_path_len]; in nir_deref_path_init()
63 if (count <= max_short_path_len) in nir_deref_path_init()
67 if (count <= max_short_path_len) { in nir_deref_path_init()
68 /* If we're under max_short_path_len, just use the short path. */ in nir_deref_path_init()

Completed in 3 milliseconds