Searched refs:first_src_path (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_find_array_copies.c | 62 nir_deref_path first_src_path; member in struct:match_state 79 nir_deref_path_finish(&state->first_src_path); 297 nir_deref_path_init(&s.first_src_path, src_deref, mem_ctx); 304 !try_match_deref(&s.first_src_path, &s.src_deref_array_idx, 316 s.first_src_path.path[s.src_deref_array_idx - 1]->type; 336 build_wildcard_deref(b, &s.first_src_path,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_find_array_copies.c | 33 nir_deref_path first_src_path; member in struct:match_node 451 nir_deref_path_init(&dst_node->first_src_path, src, state->dead_ctx); 455 bool result = try_match_deref(&dst_node->first_src_path, 489 node_for_path_with_wildcard(&dst_node->first_src_path, 495 build_wildcard_deref(b, &dst_node->first_src_path,
|
Completed in 3 milliseconds