| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | error.hpp | 57 error(cl_int code, std::string what = "") : argument 58 std::runtime_error(what), code(code) { 71 invalid_build_options_error(const std::string &what = "") : argument 72 error(CL_INVALID_BUILD_OPTIONS, what) {} 77 build_error(const std::string &what = "") : argument 78 error(CL_BUILD_PROGRAM_FAILURE, what) {} 87 invalid_object_error(std::string what = "") : argument 88 error(CL_INVALID_COMMAND_QUEUE, what) {} 94 invalid_object_error(std::string what = "") : argument 95 error(CL_INVALID_CONTEXT, what) {} 101 invalid_object_error(std::string what="") argument 108 invalid_object_error(std::string what="") argument 115 invalid_object_error(std::string what="") argument 122 invalid_object_error(std::string what="") argument 129 invalid_object_error(std::string what="") argument 136 invalid_object_error(std::string what="") argument 143 invalid_object_error(std::string what="") argument 150 invalid_object_error(std::string what="") argument 157 invalid_object_error(std::string what="") argument 164 invalid_object_error(std::string what="") argument 171 invalid_object_error(std::string what="") argument 178 invalid_object_error(std::string what="") argument 185 invalid_object_error(std::string what="") argument 192 invalid_object_error(std::string what="") argument 198 invalid_wait_list_error(std::string what="") argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | error.hpp | 61 error(cl_int code, std::string what = "") : argument 62 std::runtime_error(what), code(code) { 75 invalid_build_options_error(const std::string &what = "") : argument 76 error(CL_INVALID_BUILD_OPTIONS, what) {} 81 build_error(const std::string &what = "") : argument 82 error(CL_BUILD_PROGRAM_FAILURE, what) {} 91 invalid_object_error(std::string what = "") : argument 92 error(CL_INVALID_COMMAND_QUEUE, what) {} 98 invalid_object_error(std::string what = "") : argument 99 error(CL_INVALID_CONTEXT, what) {} 105 invalid_object_error(std::string what="") argument 112 invalid_object_error(std::string what="") argument 119 invalid_object_error(std::string what="") argument 126 invalid_object_error(std::string what="") argument 133 invalid_object_error(std::string what="") argument 140 invalid_object_error(std::string what="") argument 147 invalid_object_error(std::string what="") argument 154 invalid_object_error(std::string what="") argument 161 invalid_object_error(std::string what="") argument 168 invalid_object_error(std::string what="") argument 175 invalid_object_error(std::string what="") argument 182 invalid_object_error(std::string what="") argument 189 invalid_object_error(std::string what="") argument 196 invalid_object_error(std::string what="") argument 202 invalid_wait_list_error(std::string what="") argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | ddxList.c | 71 int what, 115 list->nFound[what]++; 123 int what, 136 if ((list->pattern[what]==NULL)||(list->pattern[what][0]=='\0')) 138 file= list->pattern[what]; 158 if ((list->pattern[what][0]=='*')&&(list->pattern[what][1]=='\0')) { 160 componentDirs[what]) == -1) 171 XkbBinDirectory, XkbBaseDirectory, componentDirs[what], 70 _AddListComponent(XkbSrvListInfoPtr list,int what,unsigned flags,char * str,ClientPtr client) argument 122 XkbDDXListComponent(DeviceIntPtr dev,int what,XkbSrvListInfoPtr list,ClientPtr client) argument [all...] |
| H A D | XKBMAlloc.c | 793 XkbFreeClientMap(XkbDescPtr xkb,unsigned what,Bool freeMap) argument 800 what= XkbAllClientInfoMask; 802 if (what&XkbKeyTypesMask) { 822 if (what&XkbKeySymsMask) { 831 if ((what&XkbModifierMapMask)&&(map->modmap!=NULL)) { 843 XkbFreeServerMap(XkbDescPtr xkb,unsigned what,Bool freeMap) argument 850 what= XkbAllServerInfoMask; 852 if ((what&XkbExplicitComponentsMask)&&(map->explicit!=NULL)) { 856 if (what&XkbKeyActionsMask) { 865 if ((what [all...] |
| /xsrc/external/mit/xf86-input-keyboard/dist/src/ |
| H A D | xf86OSKbd.h | 40 typedef int (*KbdInitProc)(InputInfoPtr pInfo, int what); 41 typedef int (*KbdOnProc)(InputInfoPtr pInfo, int what); 42 typedef int (*KbdOffProc)(InputInfoPtr pInfo, int what);
|
| H A D | hurd_kbd.c | 109 KbdOn(InputInfoPtr pInfo, int what) argument 117 KbdOff(InputInfoPtr pInfo, int what) argument 126 KbdInit(InputInfoPtr pInfo, int what) argument
|
| H A D | kbd.c | 61 static int KbdProc(DeviceIntPtr device, int what); 294 KbdProc(DeviceIntPtr device, int what) argument 304 switch (what) { 306 ret = pKbd->KbdInit(pInfo, what); 375 if ((ret = pKbd->KbdOn(pInfo, what)) != Success) 407 pKbd->KbdOff(pInfo, what); 416 pKbd->KbdOff(pInfo, what);
|
| H A D | sun_kbd.c | 65 static int KbdOn(InputInfoPtr pInfo, int what); 103 KbdInit(InputInfoPtr pInfo, int what) argument 165 KbdOn(InputInfoPtr pInfo, int what) argument 254 KbdOff(InputInfoPtr pInfo, int what) argument
|
| /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/ |
| H A D | CD_hw_services.h | 134 #define CD_WAIT(what) 146 VOID CD_wait(INT32 what); //wait for KEYPRESSED=-1 or Delay value expires 156 #define CD_WAIT(what) CD_wait((INT32)what) 167 #define CD_WAIT_DL4(what) CD_wait((INT32)what) 177 #define CD_WAIT_DL4(what) 189 #define CD_WAIT_DL3(what) CD_wait((INT32)what) 199 #define CD_WAIT_DL3(what) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.h | 109 enum ANativeWindowQuery what, 112 switch (what) { 120 return window->query(window, (int)what, value); 108 ANativeWindow_query(const struct ANativeWindow * window,enum ANativeWindowQuery what,int * value) argument
|
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| H A D | inftrees.h | 24 } what; member in union:inflate_huft_s::__anon3dd1d702010a
|
| H A D | infcodes.c | 13 #define exop word.what.Exop 14 #define bits word.what.Bits
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | beos_x11.cpp | 42 *Returns pointer to first char ins search which is also in what, else NULL. 44 static char *strscan (char *search, char *what) 46 int i, len = strlen (what); 51 if (c == what [i])
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.h | 77 extern void GetColor(int kind, Pixel *what, const char *name); 78 extern void GetColorValue(int kind, XColor *what, const char *name);
|
| /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/ |
| H A D | Bug Report.md | 32 Please describe what you are doing, what you expect and what you're
|
| H A D | Bug Report - AMD Radeon Vulkan.md | 15 Describe what you are doing, what you expect and what you're
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkbconfig.c | 324 XkbCFAddModByName(XkbConfigRtrnPtr rtrn, int what, char *name, Bool merge, argument 339 last->what = what; 365 last->what = what; 412 XkbCFApplyMods(XkbConfigRtrnPtr rtrn, int what, XkbConfigModInfoPtr info) argument 422 if (mod->what != what) 435 mod->what = _XkbCF_Illegal; 462 unsigned what; local in function:DefaultParser 1042 DefaultFinish(XkbConfigFieldsPtr fields,XkbDescPtr xkb,XkbConfigRtrnPtr rtrn,int what) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/drm-shim/ |
| H A D | README.md | 14 - Can easily break gdb if the libc interceptor code is what's broken. 24 `DRM_SHIM_DEBUG=1` in the environment will print out what path the
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessWindow.h | 51 void RootlessPaintWindow(WindowPtr pWin, RegionPtr prgn, int what);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | util.h | 61 void GetColor(int kind, Pixel *what, const char *name);
|
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-common.c | 43 extern int CorePointerProc(DeviceIntPtr pDev, int what); 44 extern int CoreKeyboardProc(DeviceIntPtr pDev, int what);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBMAlloc.c | 784 XkbFreeClientMap(XkbDescPtr xkb, unsigned what, Bool freeMap) argument 791 what = XkbAllClientInfoMask; 793 if (what & XkbKeyTypesMask) { 814 if (what & XkbKeySymsMask) { 823 if ((what & XkbModifierMapMask) && (map->modmap != NULL)) { 835 XkbFreeServerMap(XkbDescPtr xkb, unsigned what, Bool freeMap) argument 842 what = XkbAllServerInfoMask; 844 if ((what & XkbExplicitComponentsMask) && (map->explicit != NULL)) { 848 if (what & XkbKeyActionsMask) { 857 if ((what [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBMAlloc.c | 847 XkbFreeClientMap(XkbDescPtr xkb, unsigned what, Bool freeMap) argument 854 what = XkbAllClientInfoMask; 856 if (what & XkbKeyTypesMask) { 880 if (what & XkbKeySymsMask) { 888 if (what & XkbModifierMapMask) { 900 XkbFreeServerMap(XkbDescPtr xkb, unsigned what, Bool freeMap) argument 907 what = XkbAllServerInfoMask; 909 if (what & XkbExplicitComponentsMask) { 913 if (what & XkbKeyActionsMask) { 921 if (what [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | darwin.c | 295 DarwinMouseProc(DeviceIntPtr pPointer, int what) argument 304 switch (what) { 366 DarwinTabletProc(DeviceIntPtr pPointer, int what) argument 374 switch (what) { 795 * Maybe the user now knows what really to do ...
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | glossary.rst | 29 Since the functions only take one parameter no matter what type of
|