| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_var_copies.c | 107 nir_deref_path dst_path, src_path; local 109 nir_deref_path_init(&src_path, src, NULL); 113 src_path.path[0], &src_path.path[1], 118 nir_deref_path_finish(&src_path);
|
| nir_opt_find_array_copies.c | 406 nir_deref_path src_path; 407 nir_deref_path_init(&src_path, src, state->dead_ctx); 413 node_for_path(&src_path, state); 453 nir_deref_path src_path; local 454 nir_deref_path_init(&src_path, src, state->dead_ctx); 457 &src_path, dst_node->next_array_idx, 459 nir_deref_path_finish(&src_path);
|
| nir_opt_copy_prop_vars.c | 688 nir_deref_path *src_path = nir_get_deref_path(state->mem_ctx, src); local 692 nir_deref_instr **src_p = &src_path->path[1]; 717 entry_dst_path, src_path);
|
| nir_split_vars.c | 663 struct array_var_info *src_info, nir_deref_path *src_path, 676 while ((src_p = src_path->path[src_level + 1])) { 697 glsl_get_length(src_path->path[src_level]->type)); 702 src_info, src_path, src_level + 1, 709 src_info, src_path, src_level + 1, 744 nir_deref_path dst_path, src_path; local 746 nir_deref_path_init(&src_path, src_deref, mem_ctx); 749 !deref_has_split_wildcard(&src_path, src_info)) 755 src_info, &src_path, 0, src_path.path[0]) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_lower_var_copies.c | 107 nir_deref_path dst_path, src_path; local 109 nir_deref_path_init(&src_path, src, NULL); 113 src_path.path[0], &src_path.path[1], 118 nir_deref_path_finish(&src_path);
|
| nir_opt_copy_prop_vars.c | 627 nir_deref_path entry_dst_path, src_path; local 629 nir_deref_path_init(&src_path, src, state->mem_ctx); 633 nir_deref_instr **src_p = &src_path.path[1]; 656 &entry_dst_path, &src_path); 669 nir_deref_path_finish(&src_path);
|
| nir_split_vars.c | 581 struct array_var_info *src_info, nir_deref_path *src_path, 594 while ((src_p = src_path->path[src_level + 1])) { 615 glsl_get_length(src_path->path[src_level]->type)); 620 src_info, src_path, src_level + 1, 627 src_info, src_path, src_level + 1, 662 nir_deref_path dst_path, src_path; local 664 nir_deref_path_init(&src_path, src_deref, mem_ctx); 667 !deref_has_split_wildcard(&src_path, src_info)) 673 src_info, &src_path, 0, src_path.path[0]) [all...] |