Searched refs:attempt (Results 1 - 25 of 247) sorted by relevance

12345678910

/xsrc/external/mit/ctwm/dist/client/
H A DCMakeLists.txt14 # A program to [attempt to] forward keystrokes from layered root-ish
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbdemo.c126 int attempt; local in function:MakePbuffer
128 for (attempt=0; attempt<NUM_FB_CONFIGS; attempt++) {
131 fbConfigs = ChooseFBConfig(dpy, screen, fbAttribs[attempt], &nConfigs);
133 printf("Note: glXChooseFBConfig(%s) failed\n", fbString[attempt]);
162 printf("Using: %s\n", fbString[attempt]);
/xsrc/external/mit/ctwm/dist/doc/devman/
H A DREADME.md6 you'll get some odd formatting in at least some cases. No attempt is
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dvelems.rst25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dvelems.rst25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A D10-tmpdirs.cpp43 for attempt in 1 2 3 4 5 ; do
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Ddebugging.rst46 Whether the :ref:`Draw` module will attempt to use LLVM for vertex and geometry shaders.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.4.rst33 Cannot enable basic shaders with Second Life aborts attempt
H A D11.1.2.rst35 Exception: attempt to use unavailable module DRM when building MesaGL
H A D18.2.3.rst117 - glsl: do not attempt assignment if operand type not parsed correctly
H A D10.2.7.rst157 - android: gallium/radeon: attempt to fix the android build
H A D10.6.0.rst72 Cannot enable basic shaders with Second Life aborts attempt
H A D12.0.2.rst186 - mesa: etc2 online compression is unsupported, don't attempt it
H A D7.10.rst756 - nv50: attempt at making more complicated loops work
849 - r600g: attempt to abstract kernel bos from pipe driver.
934 - mesa/st: initial attempt at RG support for gallium drivers
1005 - r600g: attempt to cleanup depth blit
2008 - r600g: attempt to turn on DXTn formats
2171 - d3d1x: attempt to fix/workaround bug #30322
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Ddebugging.rst59 Whether the :ref:`Draw` module will attempt to use LLVM for vertex and geometry shaders.
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dzink.rst241 Disable caching and attempt to use the least amount of CPU.
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_query_renderer.spec342 should make every attempt to return as much information as is
H A DMESA_texture_array.spec400 INVALID_OPERATION is generated if an attempt is made to bind a texture
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_query_renderer.spec342 should make every attempt to return as much information as is
H A DMESA_texture_array.spec400 INVALID_OPERATION is generated if an attempt is made to bind a texture
/xsrc/external/mit/MesaLib/dist/docs/
H A Degl.rst138 function is called. If the first driver initialization attempt fails,
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c1959 int attempt; local in function:DeliverEventsToWindow
1980 else if ( (attempt = TryClientEvents(wClient(pWin), pDev, pEvents,
1984 if (attempt > 0)
2027 else if ( (attempt = TryClientEvents(rClient(other), pDev,
2031 if (attempt > 0)
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c2214 int attempt = TryClientEvents(wClient(win), dev, events, local in function:DeliverToWindowOwner
2218 if (attempt > 0)
2220 if (attempt < 0)
2275 int attempt; local in function:DeliverEventToInputClients
2293 else if ((attempt = TryClientEvents(client, dev,
2296 if (attempt > 0) {
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc76 will give the window its current position but attempt to make it long enough
100 managed. By default, ctwm will attempt to manage
262 versions, `gethostbyname()` was used to attempt to derive a canonical
1356 Don't attempt to regenerate the state the screen was in before the
1639 This variable indicates that properties on client windows to attempt to
1733 This variable indicates that ctwm should attempt to use the SHAPE
2114 ctwm will attempt to cause temporary lines to appear at the opposite
/xsrc/external/mit/fontconfig/dist/m4/
H A Dlib-link.m4375 dnl Linking with a shared library. We attempt to hardcode its

Completed in 44 milliseconds

12345678910