| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | realpath.c | 25 realpath(const char *path, char *resolved_path) argument 27 return _fullpath(resolved_path, path, _MAX_PATH);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | path.c | 28 FILE *find_in_path(const char *name, const char *path, char **pfullname) { argument 29 if (!path) 31 while (path) { 32 const char *npath = strchr(path, ':'); 35 plen = npath - path; 38 plen = strlen(path); 46 int ret = asprintf(&fullname, "%.*s/%s%s", (int)plen, path, name, exts[i]); 61 path = npath;
|
| /xsrc/external/mit/MesaLib/dist/docs/_exts/ |
| H A D | redirects.py | 13 path = os.path.join(app.outdir, '{0}.html'.format(src)) 15 os.makedirs(os.path.dirname(path), exist_ok=True) 18 dst = pathlib.posixpath.relpath(dst, start=os.path.dirname(src)) 19 if not os.path.isfile(os.path.join(os.path.dirname(path), dst)): 22 with open(path, ' [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_icd.py | 24 import os.path 31 parser.add_argument('--lib-path', help='Path to libvulkan_freedreno.so') 34 path = 'libvulkan_freedreno.so' variable 36 path = os.path.join(args.lib_path, path) variable 41 'library_path': path,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_icd.py | 24 import os.path 31 parser.add_argument('--lib-path', help='Path to libvulkan_radeon.so') 34 path = 'libvulkan_radeon.so' variable 36 path = os.path.join(args.lib_path, path) variable 41 'library_path': path,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_icd.py | 24 import os.path 32 parser.add_argument('--lib-path', help='Path to libvulkan_intel.so') 35 path = 'libvulkan_intel.so' variable 37 path = os.path.join(args.lib_path, path) variable 42 'library_path': path,
|
| /xsrc/external/mit/xkeyboard-config/dist/rules/ |
| H A D | merge.py | 8 def handle_file(path): 10 Return a tuple of (header, path) for the file at path. 13 with open(path) as fd: 16 return header, path 18 return '', path 34 def sort_basename(path): 35 return path.name 46 for path in files: 49 header, path [all...] |
| /xsrc/external/mit/xsm/dist/ |
| H A D | lock.c | 38 const char *path = getenv ("SM_SAVE_DIR"); 40 if (!path) 42 path = getenv ("HOME"); 43 if (!path) 44 path = "."; 47 return (path); 54 const char *path; 60 path = GetPath (); 63 path, session_name); 65 path, session_nam 37 const char *path = getenv ("SM_SAVE_DIR"); local in function:GetPath 53 const char *path; local in function:LockSession 94 const char *path; local in function:UnlockSession 109 const char *path; local in function:GetLockId [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_file.h | 44 u_file_access(const char *path, int mode) { argument 46 return access(path, mode); 48 return _access(path, mode);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_file.h | 44 u_file_access(const char *path, int mode) { argument 46 return access(path, mode); 48 return _access(path, mode);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | io.h | 45 check_extension(const char *path, const char *ext) argument 47 return strcmp(path + strlen(path) - strlen(ext), ext) == 0;
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | install_megadrivers.py | 36 if os.path.isabs(args.libdir): 39 to = os.path.join(destdir, args.libdir[1:]) 43 to = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.libdir) 45 master = os.path.join(to, os.path.basename(args.megadriver)) 47 if not os.path.exists(to): 48 if os.path.lexists(to): 53 abs_driver = os.path.join(to, driver) 55 if os.path.lexists(abs_driver): 64 name, ext = os.path [all...] |
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | install_megadrivers.py | 36 if os.path.isabs(args.libdir): 39 to = os.path.join(destdir, args.libdir[1:]) 43 to = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.libdir) 45 master = os.path.join(to, os.path.basename(args.megadriver)) 47 if not os.path.exists(to): 48 if os.path.lexists(to): 53 abs_driver = os.path.join(to, driver) 55 if os.path.lexists(abs_driver): 64 name, ext = os.path [all...] |
| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | make_distribution_archives.py | 14 _TOP_DIR = os.path.abspath(os.path.join(__file__, "..", "..", "..")) 15 _SCRIPT_DIR = os.path.dirname(os.path.join(_TOP_DIR, "builds", "meson", "")) 37 "--source_dir", default=_TOP_DIR, help="Source directory path." 91 os.path.join(_SCRIPT_DIR, "extract_freetype_version.py"), 92 os.path.join(_TOP_DIR, "include", "freetype", "freetype.h"), 102 if not os.path.exists(build_dir): 107 file_path = os.path.join(build_dir, item) 108 if os.path [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_nir_lower_builtin.c | 74 get_element(const struct gl_builtin_uniform_desc *desc, nir_deref_path *path) argument 78 assert(path->path[0]->deref_type == nir_deref_type_var); 84 if (path->path[idx]->deref_type == nir_deref_type_array) 88 if (!path->path[idx]) 91 if (path->path[idx]->deref_type != nir_deref_type_struct) 94 assert(path 100 get_variable(lower_builtin_state * state,nir_deref_path * path,const struct gl_builtin_uniform_element * element) argument 181 nir_deref_path path; local in function:lower_builtin_block [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_nir_lower_builtin.c | 74 get_element(const struct gl_builtin_uniform_desc *desc, nir_deref_path *path) argument 78 assert(path->path[0]->deref_type == nir_deref_type_var); 84 if (path->path[idx]->deref_type == nir_deref_type_array) 88 if (!path->path[idx]) 91 if (path->path[idx]->deref_type != nir_deref_type_struct) 94 assert(path 100 get_variable(lower_builtin_state * state,nir_deref_path * path,const struct gl_builtin_uniform_element * element) argument 196 nir_deref_path path; local in function:lower_builtin_block [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | star-oddeven.c | 9 VGPath path; variable in typeref:typename:VGPath 22 VGPath path; local in function:draw_point 25 path = vgCreatePath(VG_PATH_FORMAT_STANDARD, VG_PATH_DATATYPE_F, 1, 0, 0, 0, 27 vgAppendPathData(path, 5, cmds, coords); 33 vgDrawPath(path, VG_FILL_PATH); 35 vgDestroyPath(path); 39 static void draw_marks(VGPath path) argument 45 vgPointAlongPath(path, 0, 6, i, 62 path = vgCreatePath(VG_PATH_FORMAT_STANDARD, VG_PATH_DATATYPE_F, 1, 0, 0, 0, 64 vgAppendPathData(path, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_intrinsics_h.py | 63 path = os.path.join(args.outdir, 'nir_intrinsics.h') 64 with open(path, 'w') as f:
|
| H A D | nir_intrinsics_indices_h.py | 88 path = os.path.join(args.outdir, 'nir_intrinsics_indices.h') 89 with open(path, 'w') as f:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_intrinsics_h.py | 54 path = os.path.join(args.outdir, 'nir_intrinsics.h') 55 with open(path, 'wb') as f:
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_debug.c | 35 char path[] = "/tmp/fileXXXXXX"; local in function:v3dv_print_spirv 41 fd = mkstemp(path); 48 sprintf(command, "spirv-dis %s", path); 60 unlink(path);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_process.c | 37 static char *path = NULL; variable in typeref:typename:char * 41 free(path); 42 path = NULL; 50 /* If the / character was found this is likely a linux path or 51 * an invocation path for a 64-bit wine program. 57 if (!path) { 58 path = realpath("/proc/self/exe", NULL); 62 if (path && strncmp(path, program_invocation_name, strlen(path)) [all...] |
| /xsrc/external/mit/freetype/dist/builds/meson/ |
| H A D | generate_reference_docs.py | 33 include_dir = os.path.join(args.input_dir, "include") 34 include_config_dir = os.path.join(include_dir, "config") 35 include_cache_dir = os.path.join(include_dir, "cache") 38 glob.glob(os.path.join(args.input_dir, "include", "freetype", "*.h")) 40 os.path.join( 45 os.path.join( 51 if not os.path.exists(args.output_dir): 54 assert os.path.isdir(args.output_dir), (
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | pp_standalone_scaffolding.c | 33 _mesa_lookup_shader_include(struct gl_context *ctx, char *path, argument 37 (void) path;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | conf.py | 17 # add these directories to sys.path here. If the directory is relative to the 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 19 sys.path.append(os.path.abspath('exts')) 118 # The name of an image file (within the static path) to use as favicon of the
|