Searched refs:look (Results 1 - 25 of 197) sorted by relevance

12345678

/xsrc/external/mit/libX11/dist/src/
H A DimConv.c171 unsigned char look[BUF_SIZE]; local in function:_XimLookupMBText
180 if ((unsigned)count >= sizeof(look))
182 memcpy(look, (char *)buffer,count);
183 look[count] = '\0';
185 (char*) look, count,
193 XPointer to = (XPointer) look;
208 from = (XPointer) look;
244 unsigned char look[BUF_SIZE]; local in function:_XimLookupWCText
248 count = XLOOKUPSTRING(event, (char *)look, nbytes, &symbol, status);
254 (char*) look, coun
316 unsigned char look[BUF_SIZE]; local in function:_XimLookupUTF8Text
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/
H A Dupdate-headers.sh8 echo directory does not look like envytools: $rnndb
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D09-autohint-if-no-hinting.conf12 in both cases so that most clients would takes a look at the first place only.
/xsrc/external/mit/MesaLib/dist/docs/
H A Drelease-calendar.rst22 Take a look :ref:`here <criteria>` if you'd like to
H A Dinstall.rst122 want. For instance, if you want to build the LLVMpipe drivers, it would look
198 When compilation has finished, look in the top-level ``lib/`` (or
223 If you built with Gallium support, look in lib/gallium/ for
H A Dxlibdriver.rst27 a visual is requested, glXChooseVisual will first look if the
87 systems, however, may need gamma adjustment to produce images which look
/xsrc/external/mit/libXpm/dist/
H A Dconfigure.ac90 # Optional feature: When ___.xpm is requested, also look for ___.xpm.Z & .gz
99 AC_DEFINE(STAT_ZFILE, 1, [Define to 1 to automatically look for files with .Z & .gz extensions])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/
H A Dmake.bat100 echo.Link check complete; look for any errors in the above output ^
108 echo.Testing of doctests in the sources finished, look at the ^
/xsrc/external/mit/xterm/dist/vttests/
H A Dclosest-rgb.pl53 -i reverse comparison, look for rgb matches in xterm's palette
/xsrc/external/mit/xbiff/dist/
H A Dconfigure.ac49 # Allow builder to set path to look for mailboxes
/xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
H A DBug Report - AMD Radeon Vulkan.md23 For rendering errors, attach screenshots of the problem and (if possible) of how it should look. For freezes, it may be useful to provide a screenshot of the affected game scene. Prefer screenshots over videos.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.5.rst22 stability you should probably look for "point" releases such as 7.5.1
H A D18.3.4.rst54 - radv: Only look at pImmutableSamples if the descriptor has a sampler.
H A D21.1.6.rst39 - radv: FP16 mode in FidelityFX FSR doesn't look right
H A D9.1.7.rst74 - Update get-pick-list to look specifically for "9.1" in NOTE
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Daux-surf-comp.rst16 clear and you should look at the main surface. Since a cache line is 64B, this
24 in the main surface and look at the clear color instead. The second is when we
/xsrc/external/mit/libdrm/dist/man/
H A Ddrm-memory.7.rst118 to look at each driver interface if you want to use it. See for instance the
169 or look at the driver-dependent man-pages (for example **drm-intel**\ (7) or
223 man-page. You may have a look at other mesa3D man pages, including libgbm and
229 you need more detailed information for a specific driver, you may have a look
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm5 // look for z such that 2^32 - b <= b * z < 2^32
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm5 // look for z such that 2^32 - b <= b * z < 2^32
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Ddocker.rst31 failures, and the job will only fail on tests that aren't listed (look
/xsrc/external/mit/brotli/dist/c/tools/
H A Dbrotli.md23 Arguments that look like "`--name`" or "`--name=value`" are _options_. Every
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dsvga3d.rst294 In a shell, run 'glxinfo' and look for the following to verify that the
316 - Run 'dmesg \| grep vmwgfx' and look for "DX: yes".
/xsrc/external/mit/fontconfig/dist/m4/
H A Dlib-link.m4192 dnl By default, look in $includedir and $libdir.
277 dnl First look for a shared library.
305 dnl Then look for a static library.
324 dnl First look for a shared library.
352 dnl Then look for a static library.
H A Dlib-prefix.m429 dnl By default, look in $includedir and $libdir.
/xsrc/external/mit/xfs/dist/
H A Dconfigure.ac56 [comma-separated list of paths to look for config file when not specified (default: ${sysconfdir}/X11/fs/config)]),

Completed in 14 milliseconds

12345678