| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_var_copies.c | 107 nir_deref_path dst_path, src_path; local in function:nir_lower_deref_copy_instr 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);
|
| H A D | nir_opt_find_array_copies.c | 406 nir_deref_path src_path; local in function:handle_read 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 in function:handle_write 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);
|
| H A D | 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 in function:split_array_copies_impl 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 660 emit_split_copies(nir_builder * b,struct array_var_info * dst_info,nir_deref_path * dst_path,unsigned dst_level,nir_deref_instr * dst,struct array_var_info * src_info,nir_deref_path * src_path,unsigned src_level,nir_deref_instr * src) argument [all...] |
| H A D | nir_opt_copy_prop_vars.c | 688 nir_deref_path *src_path = nir_get_deref_path(state->mem_ctx, src); local in function:load_from_deref_entry_value 692 nir_deref_instr **src_p = &src_path->path[1]; 717 entry_dst_path, src_path);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_var_copies.c | 107 nir_deref_path dst_path, src_path; local in function:nir_lower_deref_copy_instr 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);
|
| H A D | 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 in function:split_array_copies_impl 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 578 emit_split_copies(nir_builder * b,struct array_var_info * dst_info,nir_deref_path * dst_path,unsigned dst_level,nir_deref_instr * dst,struct array_var_info * src_info,nir_deref_path * src_path,unsigned src_level,nir_deref_instr * src) argument [all...] |
| H A D | nir_opt_copy_prop_vars.c | 627 nir_deref_path entry_dst_path, src_path; local in function:load_from_deref_entry_value 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);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_common.py | 133 src_path = os.path.join(src, f) 137 if src_path == orig_dst: 140 if os.path.isdir(src_path): 148 rval = CopyDirFilesIfDifferent(src_path, dst_path, recurse, verbose, orig_dst) 150 rval = CopyFileIfDifferent(src_path, dst_path, verbose)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_common.py | 132 src_path = os.path.join(src, f) 136 if src_path == orig_dst: 139 if os.path.isdir(src_path): 147 rval = CopyDirFilesIfDifferent(src_path, dst_path, recurse, verbose, orig_dst) 149 rval = CopyFileIfDifferent(src_path, dst_path, verbose)
|