Lines Matching full:path
235 nir_deref_path path;236 nir_deref_path_init(&path, deref, NULL);238 assert(path.path[0]->deref_type == nir_deref_type_var);239 nir_deref_instr **p = &path.path[1];250 if (path.path[0]->var->data.compact) {274 /* p starts at path[1], so this is safe */287 nir_deref_path_finish(&path);