| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86atomic.h | 105 static inline int atomic_add_unless(atomic_t *v, int add, int unless) argument 109 while (c != unless && (old = atomic_cmpxchg(v, c, c + add)) != c) 111 return c != unless;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_bufmgr.h | 190 atomic_add_unless(int *v, int add, int unless) argument 194 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c) 196 return c == unless;
|
| /xsrc/external/mit/libXmu/dist/ |
| H A D | README.md | 15 formats and installed in $(docdir) unless --disable-docs is passed to
|
| /xsrc/external/mit/ctwm/dist/client/ |
| H A D | README.md | 29 work right unless you're Claude with Claude's config and windows.
|
| /xsrc/external/mit/freetype/dist/builds/cmake/ |
| H A D | iOS.cmake | 141 # set up iOS platform unless specified manually with IOS_PLATFORM 167 # set up iOS developer location unless specified manually with 188 # find and use the most recent iOS SDK unless specified manually with
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.8.rst | 61 - nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA
|
| H A D | 7.5.rst | 56 It's probably NOT worthwhile to report any bugs unless you have
|
| H A D | 18.2.5.rst | 130 - nir: don't pack varyings ints with floats unless flat
|
| H A D | 21.1.7.rst | 48 - nir/lower_mediump_io: Don't remap base unless needed
|
| H A D | 9.1.6.rst | 90 - get-pick-list: Ignore commits which CC mesa-stable unless they say
|
| /xsrc/external/mit/ctwm/dist/tests/ |
| H A D | CMakeLists.txt | 73 # Don't allow $DISPLAY unless specifically requested.
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | venus.rst | 40 from the virtio-gpu kernel driver, unless vtest is used. Currently, this 167 renderer might need to import GBM BOs. The imports will fail unless the host
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 111 atomic_add_unless(int *v, int add, int unless) argument 115 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c) 117 return c == unless;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 95 atomic_add_unless(int *v, int add, int unless) argument 99 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c) 101 return c == unless;
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_texture_signed_rgba.spec | 146 are clamped to [-1,1] unless stated otherwise as in the case
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | sampler.rst | 104 view format, unless the driver reports
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_API.dtd | 126 async unless one of the arguments is something we know we can't
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_texture_signed_rgba.spec | 146 are clamped to [-1,1] unless stated otherwise as in the case
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | sampler.rst | 104 view format, unless the driver reports
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_API.dtd | 128 async unless one of the arguments is something we know we can't
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | build_options.cmake | 165 # unless you're ready to argue on the mailing list to preserve it.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 125 atomic_add_unless(int *v, int add, int unless) argument 129 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c) 131 return c == unless;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 109 atomic_add_unless(int *v, int add, int unless) argument 113 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c) 115 return c == unless;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/m4/ |
| H A D | ltoptions.m4 | 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
|
| /xsrc/external/mit/xf86-video-intel-old/dist/m4/ |
| H A D | ltoptions.m4 | 44 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
|