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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_deref.c38 static const int max_short_path_len = ARRAY_SIZE(path->_short_path) - 1; local in function:nir_deref_path_init
42 nir_deref_instr **tail = &path->_short_path[max_short_path_len];
48 if (count <= max_short_path_len)
52 if (count <= max_short_path_len) {
53 /* If we're under max_short_path_len, just use the short path. */
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_deref.c51 static const int max_short_path_len = ARRAY_SIZE(path->_short_path) - 1; local in function:nir_deref_path_init
55 nir_deref_instr **tail = &path->_short_path[max_short_path_len];
63 if (count <= max_short_path_len)
67 if (count <= max_short_path_len) {
68 /* If we're under max_short_path_len, just use the short path. */

Completed in 4 milliseconds