Searched refs:paths (Results 1 - 25 of 381) sorted by relevance

1234567891011>>

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A Dlion-render.h8 VGPath paths[LION_SIZE]; member in struct:lion
/xsrc/external/mit/xkeyboard-config/dist/rules/
H A Dmerge.py50 paths = sections.get(header, [])
51 paths.append(path)
52 sections[header] = paths
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_goto_ifs.c49 struct path paths[2]; member in struct:path_fork
140 if (_mesa_set_search(fork->paths[i].reachable, target)) {
147 fork = fork->paths[i].fork;
156 * If the blocks are in different fork paths, the condition will be used.
167 if (_mesa_set_search(fork->paths[i].reachable, then_block)) {
168 if (_mesa_set_search(fork->paths[i].reachable, else_block)) {
175 fork = fork->paths[i].fork;
191 set_path_vars(b, fork->paths[i].fork, then_block);
192 set_path_vars(b, fork->paths[!i].fork, else_block);
277 struct set *reachable = _mesa_set_clone(fork->paths[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLRendererRoster.cpp102 const directory_which paths[] = { local in function:GLRendererRoster::AddDefaultPaths
109 i < sizeof(paths) / sizeof(paths[0]); i++) {
111 status_t status = find_directory(paths[i], &path, true);
/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLRendererRoster.cpp113 const directory_which paths[] = { local in function:GLRendererRoster::AddDefaultPaths
121 i < sizeof(paths) / sizeof(paths[0]); i++) {
123 status_t status = find_directory(paths[i], &path, true);
/xsrc/external/mit/xbiff/dist/
H A DMailboxP.h41 # include <paths.h>
H A Dconfigure.ac44 AC_CHECK_HEADERS([paths.h])
/xsrc/external/mit/brotli/dist/python/tests/
H A D_test_utils.py71 paths = TESTDATA_PATHS_FOR_DECOMPRESSION
73 paths = TESTDATA_PATHS
86 for testdata in paths:
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dkgsl_pipe.c212 static const char *paths[] = { local in function:kgsl_pipe_new
223 fd = open(paths[id], O_RDWR);
226 paths[id], fd, strerror(errno));
261 INFO_MSG(" Device: %s", paths[id]);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.3.2.rst50 - radv/gfx9: add support for 3d images to blit 2d paths
52 - radv/meta: fix blit paths for depth/stencil (v2.1)
H A D7.6.1.rst56 - Fixed assorted memory leaks (usually on error paths)
/xsrc/external/mit/xcb-util/dist/atom/
H A Dxcb_atom.h.m429 * use it only on non-performance critical execution paths.
/xsrc/external/mit/libXpm/dist/
H A DREADME.md39 To reduce risk, the paths to these commands are now set at configure time to
43 To specify paths to be used for these commands instead of searching $PATH, pass
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxfont.c65 unsigned char *c, *paths; local in function:dmxGetFontPath
69 GetFontPath(serverClient, npaths, &len, &paths);
75 memmove(newfp, paths+1, *npaths + len - 1);
76 l = *paths;
278 * exit with an error unless we remove the offending font paths
300 "The DMX server failed to set the following font paths on "
314 "These font paths will not be used because the "
326 /* No valid font paths were found */
328 "After removing the font paths above, no valid font "
329 "paths wer
[all...]
/xsrc/external/mit/xorgproto/dist/scripts/
H A Dkeysym-generator.py405 paths = tuple(Path.cwd().glob("**/XF86keysym.h"))
406 if not paths:
412 if len(paths) > 1:
414 path = paths[0]
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Ddoxygen.cmake18 # The config codes the paths to the files, so we need to set them
H A Dinstall_paths.cmake2 # Figure out install paths for stuff
/xsrc/external/mit/ctwm/dist/
H A Dctwm_config.h.in8 * Defined paths etc
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Ddebugging.rst31 specified file. Paths may be relative or absolute; relative paths are relative
46 Paths may be relative or absolute; relative paths are relative to the working directory.
/xsrc/external/mit/freetype/dist/builds/
H A Dfreetype.mk114 # include paths
141 # least the paths for the `base' and `builds/<system>' directories;
233 # which contain additional include paths and macros used to compile the
307 # We still need to cd into `DOC_DIR' to build `mkdocs' because paths in
/xsrc/external/mit/setxkbmap/dist/
H A Dconfigure.ac43 AS_HELP_STRING([--with-xkb-config-root=<paths>],
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c631 * paths should be a counted string
636 char *paths,
642 char *cp = paths;
752 char *paths, local in function:SetFontCatalogue
758 paths = p = (char *) ALLOCATE_LOCAL(len);
777 err = set_font_path_elements(npaths, paths, badpath);
779 DEALLOCATE_LOCAL(paths);
634 set_font_path_elements(int npaths,char * paths,int * bad) argument
/xsrc/external/mit/libXcursor/dist/
H A Dconfigure.ac78 AS_HELP_STRING([--with-cursorpath=<paths>],
/xsrc/external/mit/xkbcomp/dist/
H A Dconfigure.ac62 [AS_HELP_STRING([--with-xkb-config-root=<paths>],
/xsrc/external/mit/xload/dist/
H A Dconfigure.ac75 AC_CHECK_HEADERS([paths.h protocols/rwhod.h])

Completed in 16 milliseconds

1234567891011>>