Searched refs:joined_path (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | test_shaders.py | 607 joined_path = os.path.join(shader[0], shader[1]) 638 print('Found new shader {}. Placing generated source code in {}'.format(joined_path, reference)) 644 joined_path = os.path.join(shader[0], shader[1]) 673 print('Found new shader {}. Placing generated source code in {}'.format(joined_path, reference)) 711 joined_path = os.path.join(shader[0], shader[1]) 724 print('Testing shader:', joined_path) 725 spirv, glsl, vulkan_glsl = cross_compile(joined_path, vulkan, is_spirv, invalid_spirv, eliminate, is_legacy, flatten_ubo, sso, flatten_dim, args.opt and (not noopt), push_ubo, args.iterations, paths) 739 pristine_stats = get_shader_stats(joined_path) 750 joined_path = os.path.join(shader[0], shader[1]) 751 print('\nTesting MSL shader:', joined_path) [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 14048 wchar_t *joined_path; in DirEntry_from_find_data() local 14069 joined_path = join_path_filenameW(path->wide, dataW->cFileName); in DirEntry_from_find_data() 14070 if (!joined_path) in DirEntry_from_find_data() 14073 entry->path = PyUnicode_FromWideChar(joined_path, -1); in DirEntry_from_find_data() 14074 PyMem_Free(joined_path); in DirEntry_from_find_data() 14136 char *joined_path; in DirEntry_from_posix_info() local 14149 joined_path = NULL; in DirEntry_from_posix_info() 14153 joined_path = join_path_filename(path->narrow, name, name_len); in DirEntry_from_posix_info() 14154 if (!joined_path) in DirEntry_from_posix_info() 14160 if (joined_path) in DirEntry_from_posix_info() [all...] |
Completed in 18 milliseconds