Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c176 node_for_path_with_wildcard(nir_deref_path *path, unsigned wildcard_idx, in node_for_path_with_wildcard() argument
182 if (idx == wildcard_idx) in node_for_path_with_wildcard()
295 unsigned wildcard_idx) in build_wildcard_deref() argument
297 assert(path->path[wildcard_idx]->deref_type == nir_deref_type_array); in build_wildcard_deref()
300 nir_build_deref_array_wildcard(b, path->path[wildcard_idx - 1]); in build_wildcard_deref()
302 for (unsigned i = wildcard_idx + 1; path->path[i]; i++) in build_wildcard_deref()