Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_deref.h36 nir_deref_instr *_short_path[7]; member
H A Dnir_deref.c51 static const int max_short_path_len = ARRAY_SIZE(path->_short_path) - 1; in nir_deref_path_init()
55 nir_deref_instr **tail = &path->_short_path[max_short_path_len]; in nir_deref_path_init()
75 for (unsigned i = 0; i < ARRAY_SIZE(path->_short_path); i++) in nir_deref_path_init()
76 path->_short_path[i] = (void *)(uintptr_t)0xdeadbeef; in nir_deref_path_init()
97 if (path->path < &path->_short_path[0] || in nir_deref_path_finish()
98 path->path > &path->_short_path[ARRAY_SIZE(path->_short_path) - 1]) in nir_deref_path_finish()

Completed in 3 milliseconds