Searched refs:wildcard_idx (Results 1 – 1 of 1) sorted by relevance
176 node_for_path_with_wildcard(nir_deref_path *path, unsigned wildcard_idx, in node_for_path_with_wildcard() argument182 if (idx == wildcard_idx) in node_for_path_with_wildcard()295 unsigned wildcard_idx) in build_wildcard_deref() argument297 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()