| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_buffer.h | 256 * the requested or not. 259 pb_check_alignment(pb_size requested, pb_size provided) argument 261 if (!requested) 263 if (requested > provided) 265 if (provided % requested != 0) 273 * the requested or not. 276 pb_check_usage(unsigned requested, unsigned provided) argument 278 return (requested & provided) == requested ? TRUE : FALSE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_buffer.h | 288 * the requested or not. 291 pb_check_alignment(uint32_t requested, uint32_t provided) argument 293 if (!requested) 295 if (requested > provided) 297 if (provided % requested != 0) 305 * the requested or not. 308 pb_check_usage(unsigned requested, unsigned provided) argument 310 return (requested & provided) == requested ? TRUE : FALSE;
|
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps_driver.cc | 95 std::string Driver::find_driver_name(const char *requested) argument 100 if (device.name == requested) { 113 "Device '%s' not found (supported drivers: %s)", requested, drivers_os.str().c_str());
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.3.5.rst | 11 4.5. OpenGL 4.5 is **only** available if requested at context creation
|
| H A D | 18.3.1.rst | 11 4.5. OpenGL 4.5 is **only** available if requested at context creation.
|
| H A D | 19.0.8.rst | 11 4.5. OpenGL 4.5 is **only** available if requested at context creation.
|
| H A D | 10.6.8.rst | 11 3.3. OpenGL 3.3 is **only** available if requested at context creation 61 - nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA 70 - st/mesa: don't fall back to 16F when 32F is requested
|
| H A D | 10.2.1.rst | 11 3.3. OpenGL 3.3 is **only** available if requested at context creation
|
| H A D | 10.6.7.rst | 11 3.3. OpenGL 3.3 is **only** available if requested at context creation
|
| H A D | 12.0.1.rst | 11 4.3. OpenGL 4.3 is **only** available if requested at context creation
|
| H A D | 12.0.3.rst | 11 4.3. OpenGL 4.3 is **only** available if requested at context creation
|
| H A D | 19.2.4.rst | 11 4.5. OpenGL 4.5 is **only** available if requested at context creation.
|
| H A D | 20.0.4.rst | 11 4.6. OpenGL 4.6 is **only** available if requested at context creation.
|
| H A D | 20.2.6.rst | 10 4.6 is **only** available if requested at context creation.
|
| H A D | 17.1.8.rst | 11 4.5. OpenGL 4.5 is **only** available if requested at context creation 52 - mesa: only copy requested compressed teximage cubemap faces
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | security.c | 117 Mask requested, Mask allowed) 125 if ((requested | allowed) == allowed) 757 Mask requested = rec->access_mode; local in function:SecurityDevice 765 allowed = requested; 767 if (SecurityDoCheck(subj, obj, requested, allowed) != Success) { 802 Mask requested = rec->access_mode; local in function:SecurityResource 808 if ((requested & DixCreateAccess) && (rec->rtype == RT_WINDOW)) 824 allowed = requested; 833 if (SecurityDoCheck(subj, obj, requested, allowed) == Success) 839 requested, re 116 SecurityDoCheck(SecurityStateRec * subj,SecurityStateRec * obj,Mask requested,Mask allowed) argument 873 Mask requested = rec->access_mode; local in function:SecurityServer 892 Mask requested = rec->access_mode; local in function:SecurityClient 912 Mask requested = rec->access_mode; local in function:SecurityProperty [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | security.c | 118 Mask requested, Mask allowed) 126 if ((requested | allowed) == allowed) 699 Mask requested = rec->access_mode; local in function:SecurityDevice 707 allowed = requested; 709 if (SecurityDoCheck(subj, obj, requested, allowed) != Success) { 744 Mask requested = rec->access_mode; local in function:SecurityResource 750 if ((requested & DixCreateAccess) && (rec->rtype == RT_WINDOW)) 766 allowed = requested; 775 if (SecurityDoCheck(subj, obj, requested, allowed) == Success) 781 (unsigned long)requested, (unsigne 117 SecurityDoCheck(SecurityStateRec * subj,SecurityStateRec * obj,Mask requested,Mask allowed) argument 814 Mask requested = rec->access_mode; local in function:SecurityServer 833 Mask requested = rec->access_mode; local in function:SecurityClient 853 Mask requested = rec->access_mode; local in function:SecurityProperty [all...] |
| /xsrc/external/mit/rgb/dist/ |
| H A D | configure.ac | 80 AC_MSG_ERROR([dbm requested but dbminit() not found in any libraries]))], 82 AC_MSG_ERROR([dbm requested but dbminit() not found when linking with -l$db_lib]))]) 85 [AC_MSG_ERROR([dbm requested but dbm.h not found])])]) 94 AC_MSG_ERROR([ndbm requested but dbm_open() not found in any libraries]))], 96 AC_MSG_ERROR([ndbm requested but dbm_open() not found when linking with -l$db_lib]))])
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | README.md | 5 requested commands if they occur. The configuration file consists of
|
| /xsrc/external/mit/xcb-util/dist/atom/ |
| H A D | xcb_atom.h.m4 | 26 * @return The requested atom, or XCB_NONE if there is an error.
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 90-synthetic.conf | 13 <!-- check to see if the pattern requested non-roman -->
|
| H A D | 60-generic.conf | 26 ! Match on "color" and alias B&W ones first if no color is requested.
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | detect.mk | 37 # If `devel' is the requested target, we use a special configuration 49 # If `lcc' is the requested target, we use a special configuration
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| H A D | invocation.cpp | 146 get_cl_lang_standard(unsigned requested, unsigned max = ANY_VERSION) { argument 149 version.version_number == requested) { 157 get_cl_version(cl_version requested, argument 161 are_equal(version, requested, true)) { 204 const auto requested = get_cl_version(ver); local in function:__anon00fa87c70110::get_language_version 205 if (requested > device_ver) {
|
| /xsrc/external/mit/libXpm/dist/ |
| H A D | configure.ac | 59 # Optional feature: When a filename ending in .Z or .gz is requested, 90 # Optional feature: When ___.xpm is requested, also look for ___.xpm.Z & .gz
|