Home
last modified time | relevance | path

Searched refs:src_path (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_var_copies.c107 nir_deref_path dst_path, src_path; in nir_lower_deref_copy_instr() local
109 nir_deref_path_init(&src_path, src, NULL); in nir_lower_deref_copy_instr()
113 src_path.path[0], &src_path.path[1], in nir_lower_deref_copy_instr()
118 nir_deref_path_finish(&src_path); in nir_lower_deref_copy_instr()
H A Dnir_opt_find_array_copies.c406 nir_deref_path src_path; in handle_read()
407 nir_deref_path_init(&src_path, src, state->dead_ctx); in handle_read()
413 node_for_path(&src_path, state); in handle_read()
453 nir_deref_path src_path; in handle_write() local
454 nir_deref_path_init(&src_path, src, state->dead_ctx); in handle_write()
457 &src_path, dst_node->next_array_idx, in handle_write()
459 nir_deref_path_finish(&src_path); in handle_write()
H A Dnir_split_vars.c652 struct array_var_info *src_info, nir_deref_path *src_path, in emit_split_copies()
665 while ((src_p = src_path->path[src_level + 1])) { in emit_split_copies()
686 glsl_get_length(src_path->path[src_level]->type)); in emit_split_copies()
691 src_info, src_path, src_level + 1, in emit_split_copies()
698 src_info, src_path, src_level + 1, in emit_split_copies()
733 nir_deref_path dst_path, src_path; in split_array_copies_impl() local
735 nir_deref_path_init(&src_path, src_deref, mem_ctx); in split_array_copies_impl()
738 !deref_has_split_wildcard(&src_path, src_info)) in split_array_copies_impl()
744 src_info, &src_path, 0, src_path in split_array_copies_impl()
649 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) emit_split_copies() argument
[all...]
H A Dnir_opt_copy_prop_vars.c687 nir_deref_path *src_path = nir_get_deref_path(state->mem_ctx, src); in load_from_deref_entry_value() local
691 nir_deref_instr **src_p = &src_path->path[1]; in load_from_deref_entry_value()
716 entry_dst_path, src_path); in load_from_deref_entry_value()
/third_party/freetype/
H A Dinstall.py33 def move_file(src_path, dst_path):
46 src_file = os.path.join(src_path, file)
50 def move_include(src_path, dst_path):
52 cp_cmd = ['cp', '-rf', dst_path, src_path]
/third_party/musl/scripts/
H A Dsearch_source_files.py42 src_path = path + "/" + src_dir
43 src_list = os.listdir(src_path)
45 cur_path = os.path.join(src_path, src)
63 src_path = path + "/" + src_dir + "/" + arch
64 src_list = os.listdir(src_path)
66 cur_path = os.path.join(src_path, src)
/third_party/skia/third_party/icu/
H A Dmake_data_cpp.py31 def convert(fmt, name, src_path, dst_path):
33 assert os.path.exists(src_path)
34 src = iterate_as_uint32(src_path)
/third_party/skia/infra/bots/recipes/
H A Dupload_nano_results.py26 src_path = api.path['start_dir'].join('perf')
27 with api.context(cwd=src_path):
30 src_path,
H A Dupload_buildstats_results.py26 src_path = api.path['start_dir'].join('perf')
27 with api.context(cwd=src_path):
30 src_path,
/third_party/libjpeg-turbo/
H A Dinstall.py33 def move_file(src_path, dst_path):
43 neon_compat_src_path = os.path.join(src_path, "neon-compat.h")
47 src_file = os.path.join(src_path, file)
/third_party/skia/gn/
H A Dcopy_git_directory.py45 src_path = os.path.join(abs_src, path)
48 with open(src_path) as f2:
52 shutil.copy2(src_path, path)
/third_party/harfbuzz/
H A Dinstall.py33 def move_file(src_path, dst_path):
41 src_file = os.path.join(src_path, file)
/third_party/libpng/
H A Dinstall.py33 def move_file(src_path, dst_path):
45 src_file = os.path.join(src_path, file)
/third_party/libffi/
H A Dinstall.py42 def move_file(src_path, dst_path):
43 patch_dir = os.path.join(src_path, "patch")
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-04-generate-java-literals.py76 src_path = "DictionaryData.inc.java" variable
78 with open(src_path, "w") as source:
/third_party/cups/
H A Dinstall.py40 def move_file(src_path, dst_path):
56 src_file = os.path.join(src_path, file)
/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dmce.sh134 local src_path=$1
135 local src_fn=$(basename $src_path)
136 local src_dir=$(dirname $src_path)
/third_party/ffmpeg/doc/
H A Dtexidep.pl11 my ($src_path, $root, $target) = @ARGV;
26 print_deps("$src_path/doc/$1", {%$deps});
/third_party/python/Modules/clinic/
H A D_winapi.c.h221 "CreateJunction($module, src_path, dst_path, /)\n"
229 _winapi_CreateJunction_impl(PyObject *module, LPCWSTR src_path,
236 LPCWSTR src_path = NULL; in _winapi_CreateJunction() local
247 src_path = _PyUnicode_AsUnicode(args[0]); in _winapi_CreateJunction()
249 src_path = PyUnicode_AsWideCharString(args[0], NULL); in _winapi_CreateJunction()
251 if (src_path == NULL) { in _winapi_CreateJunction()
266 return_value = _winapi_CreateJunction_impl(module, src_path, dst_path); in _winapi_CreateJunction()
269 /* Cleanup for src_path */ in _winapi_CreateJunction()
271 PyMem_Free((void *)src_path); in _winapi_CreateJunction()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.h39 char src_path[32]; /* Source path - including terminating member
H A Dusb_dev.c1979 strlcpy(ps->src_path, target, sizeof(ps->src_path)); in usb_alloc_symlink()
1980 ps->src_len = strlen(ps->src_path); in usb_alloc_symlink()
2060 error = copyout(ps->src_path, in usb_read_symlink()
/third_party/python/Modules/
H A D_winapi.c532 src_path: LPCWSTR
538 _winapi_CreateJunction_impl(PyObject *module, LPCWSTR src_path, in _winapi_CreateJunction_impl() argument
556 if (src_path == NULL || dst_path == NULL) in _winapi_CreateJunction_impl()
559 if (wcsncmp(src_path, L"\\??\\", prefix_len) == 0) in _winapi_CreateJunction_impl()
562 if (PySys_Audit("_winapi.CreateJunction", "uu", src_path, dst_path) < 0) { in _winapi_CreateJunction_impl()
580 if (GetFileAttributesW(src_path) == INVALID_FILE_ATTRIBUTES) in _winapi_CreateJunction_impl()
584 print_len = (USHORT)GetFullPathNameW(src_path, 0, NULL, NULL); in _winapi_CreateJunction_impl()
631 if (GetFullPathNameW(src_path, print_len + 1, in _winapi_CreateJunction_impl()
/third_party/json/tools/serve_header/
H A Dserve_header.py225 event.is_directory, event.src_path)
226 path = os.path.abspath(event.src_path)
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c1897 PathCounter *src_path; in set_best_codebook() local
1903 src_path = &path_counter[NUM_CODEBOOKS]; in set_best_codebook()
1908 src_path = &path_counter[codebook]; in set_best_codebook()
1911 temp_bitcount = best_codebook_path_cost(ctx, channel, src_path, codebook); in set_best_codebook()
1920 if (src_path != dst_path) in set_best_codebook()
1921 memcpy(dst_path, src_path, sizeof(PathCounter)); in set_best_codebook()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc3400 // uninterpreted_option_ belongs. The given src_path is the source
3405 const std::vector<int>& src_path,
6423 std::vector<int> src_path = options_to_interpret->element_path; in InterpretOptions() local
6424 src_path.push_back(uninterpreted_options_field->number()); in InterpretOptions()
6437 src_path.push_back(i); in InterpretOptions()
6441 if (!InterpretSingleOption(options, src_path, in InterpretOptions()
6447 src_path.pop_back(); in InterpretOptions()
6490 Message* options, const std::vector<int>& src_path, in InterpretSingleOption()
6694 interpreted_paths_[src_path] = dest_path; in InterpretSingleOption()
6489 InterpretSingleOption( Message* options, const std::vector<int>& src_path, const std::vector<int>& options_path) InterpretSingleOption() argument

Completed in 30 milliseconds

12