| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | apiexec.py | 25 Each of the four attributes of this class, compatibility, core, es1, and 29 compatibility=20 and core=31. 32 API. For example, glNewList was removed from core profiles, so 33 compatibility=10 and core=None. 39 core: [31, ) 45 def __init__(self, compatibility=None, core=None, es1=None, es2=None): 50 if core is not None: 51 assert isinstance(core, int) 52 assert core >= 31 63 self.core [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | apiexec.py | 25 Each of the four attributes of this class, compatibility, core, es1, and 29 compatibility=20 and core=31. 32 API. For example, glNewList was removed from core profiles, so 33 compatibility=10 and core=None. 39 core: [31, ) 45 def __init__(self, compatibility=None, core=None, es1=None, es2=None): 50 if core is not None: 51 assert isinstance(core, int) 52 assert core >= 31 63 self.core [all...] |
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) argument 33 .pipe = core, 47 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) argument 58 gpu->core = core; 60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL); 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION); 85 unsigned int core = gpu->core; local in function:etna_gpu_get_param 95 *value = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_ [all...] |
| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| H A D | etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) argument 33 .pipe = core, 47 drm_public struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) argument 58 gpu->core = core; 60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL); 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION); 85 unsigned int core = gpu->core; local in function:etna_gpu_get_param 95 *value = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/ |
| H A D | Makefile.sources | 16 core/context.cpp \ 17 core/context.hpp \ 18 core/device.cpp \ 19 core/device.hpp \ 20 core/error.hpp \ 21 core/event.cpp \ 22 core/event.hpp \ 23 core/format.cpp \ 24 core/format.hpp \ 25 core/kerne [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Core.c | 98 XtOffsetOf(CoreRec, core.screen), XtRCallProc, (XtPointer) XtCopyScreen}, 102 XtOffsetOf(CoreRec, core.depth), 105 XtOffsetOf(CoreRec, core.colormap), 108 XtOffsetOf(CoreRec, core.background_pixel), 111 XtOffsetOf(CoreRec, core.background_pixmap), 114 XtOffsetOf(CoreRec, core.border_pixel), 117 XtOffsetOf(CoreRec, core.border_pixmap), 120 XtOffsetOf(CoreRec, core.mapped_when_managed), 123 sizeof(XtTranslations), XtOffsetOf(CoreRec, core.tm.translations), 126 sizeof(XtTranslations), XtOffsetOf(CoreRec, core [all...] |
| H A D | SetValues.c | 244 cwc = (ConstraintWidgetClass) XtClass(w->core.parent); 245 if (w->core.constraints) { 258 oldw->core.constraints = XtStackAlloc(constraintSize, oldcCache); 259 reqw->core.constraints = XtStackAlloc(constraintSize, reqcCache); 260 (void) memcpy(oldw->core.constraints, 261 w->core.constraints, (size_t) constraintSize); 265 SetValues((char *) w->core.constraints, 269 (void) memcpy(reqw->core.constraints, 270 w->core.constraints, (size_t) constraintSize); 299 if (oldw->core [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imThaiIm.c | 66 _XGetLCValues(im->core.lcd, XlcNLanguage, &language, NULL); 68 (strcmp(im->core.im_name, "") == 0 || 69 strcmp(im->core.im_name, "BasicCheck") == 0 || 70 strcmp(im->core.im_name, "Strict") == 0 || 71 strcmp(im->core.im_name, "Thaicat") == 0 || 72 strcmp(im->core.im_name, "Passthrough") == 0)) 82 XLCd lcd = im->core.lcd; 88 if(_XimSetIMResourceList(&im->core.im_resources, 89 &im->core.im_num_resources) == False) { 92 if(_XimSetICResourceList(&im->core [all...] |
| H A D | imInt.c | 105 if (im->core.destroy_callback.callback) 106 (*im->core.destroy_callback.callback)((XIM)im, 107 im->core.destroy_callback.client_data, NULL); 108 for (ic = im->core.ic_chain; ic; ic = ic->core.next) { 109 if (ic->core.destroy_callback.callback) { 110 (*ic->core.destroy_callback.callback)(ic, 111 ic->core.destroy_callback.client_data, NULL); 134 if (im->core.destroy_callback.callback) 135 (*im->core [all...] |
| H A D | imDefFlt.c | 92 Xim im = (Xim)ic->core.im; 95 if (IS_DYNAMIC_EVENT_FLOW(ic->core.im) && 111 Xim im = (Xim)ic->core.im; 114 if (IS_DYNAMIC_EVENT_FLOW(ic->core.im) && 129 Xim im = (Xim)ic->core.im; 144 Xim im = (Xim)ic->core.im; 209 Xim im = (Xim)ic->core.im; 272 if (ic->core.focus_window) { 274 _XRegisterFilterByType (ic->core.im->core [all...] |
| H A D | imLcIc.c | 44 ((Xim)ic->core.im)->private.local.current_ic = (XIC)NULL; 46 if (ic->core.focus_window) 47 _XUnregisterFilter(ic->core.im->core.display, 48 ic->core.focus_window, _XimLocalFilter, (XPointer)ic); 58 if(((Xim)ic->core.im)->private.local.current_ic == (XIC)ic) { 59 ((Xim)ic->core.im)->private.local.current_ic = (XIC)NULL; 61 if (ic->core.focus_window) 62 _XUnregisterFilter(ic->core.im->core [all...] |
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| H A D | core_test.py | 21 """Tests for pick's core data structures and routines.""" 30 from . import core 36 def unnominated_commit(self) -> 'core.Commit': 37 return core.Commit('abc123', 'sub: A commit', main_sha='45678') 40 def nominated_commit(self) -> 'core.Commit': 41 return core.Commit('abc123', 'sub: A commit', True, 42 core.NominationType.CC, core.Resolution.UNRESOLVED) 46 def test_not_nominated(self, unnominated_commit: 'core.Commit'): argument 50 'nomination_type': None, 'resolution': core 53 test_nominated(self, nominated_commit: 'core.Commit') argument 66 test_not_nominated(self, unnominated_commit: 'core.Commit') argument 72 test_nominated(self, nominated_commit: 'core.Commit') argument [all...] |
| /xsrc/external/mit/xman/dist/ |
| H A D | tkfuncs.c | 41 * I am doing the "wrong" thing here by looking in the core field for the 55 return ((int) w->core.width); 67 return ((int) w->core.height); 79 return ((int) w->core.border_width);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | Makefile.sources | 93 rasterizer/core/api.cpp \ 94 rasterizer/core/api.h \ 95 rasterizer/core/arena.h \ 96 rasterizer/core/backend.cpp \ 97 rasterizer/core/backend_clear.cpp \ 98 rasterizer/core/backend_sample.cpp \ 99 rasterizer/core/backend_singlesample.cpp \ 100 rasterizer/core/backend.h \ 101 rasterizer/core/backend_impl.h \ 102 rasterizer/core/binne [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FSWrap.c | 184 list = &oc->core.missing_list; 185 oc->core.om_automatic = True; 187 list = &om->core.required_charset; 197 *def_string = oc->core.default_string; 214 *font_name_list = font_set->core.font_info.font_name_list; 215 *font_struct_list = font_set->core.font_info.font_struct_list; 216 return font_set->core.font_info.num_font; 222 return font_set->core.base_name_list; 228 return font_set->core.om->core [all...] |
| H A D | OCWrap.c | 56 oc->core.next = om->core.oc_list; 57 om->core.oc_list = oc; 68 prev = oc_list = oc->core.om->core.oc_list; 70 oc->core.om->core.oc_list = oc_list->core.next; 72 while ((oc_list = oc_list->core.next)) { 74 prev->core [all...] |
| H A D | OMWrap.c | 51 XLCd lcd = om->core.lcd; 53 next = om->core.oc_list; 56 next = oc->core.next; 60 om->core.oc_list = NULL; 122 return om->core.display; 128 return om->core.lcd->core->name;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ShapeWidg.c | 112 int width = w->core.width; 113 int height = w->core.height; 121 width += w->core.border_width << 1; 122 height += w->core.border_width << 1; 146 -(int)w->core.border_width, -(int)w->core.border_width, 148 if (w->core.border_width) 152 values.line_width = Min(w->core.width, w->core.height); 155 if (w->core [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/ |
| H A D | Makefile.sources | 12 addrlib/src/core/addrcommon.h \ 13 addrlib/src/core/addrelemlib.cpp \ 14 addrlib/src/core/addrelemlib.h \ 15 addrlib/src/core/addrlib.cpp \ 16 addrlib/src/core/addrlib.h \ 17 addrlib/src/core/addrlib1.cpp \ 18 addrlib/src/core/addrlib1.h \ 19 addrlib/src/core/addrlib2.cpp \ 20 addrlib/src/core/addrlib2.h \ 21 addrlib/src/core/addrobjec [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_device.h | 74 const VkPhysicalDeviceVulkan11Features *core); 76 const VkPhysicalDeviceVulkan12Features *core); 79 const VkPhysicalDeviceVulkan11Properties *core); 81 const VkPhysicalDeviceVulkan12Properties *core);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxdricommon.h | 36 glxConvertConfigs(const __DRIcoreExtension *core,
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcPublic.c | 87 lcd->core = Xcalloc(1, sizeof(XLCdPublicRec)); 88 if (lcd->core == NULL) 100 Xfree(lcd->core); 145 XLCdMethods core = &publicMethods.core; local in function:initialize_core 148 methods->close = core->close; 151 methods->map_modifiers = core->map_modifiers; 168 methods->init_parse_info = core->init_parse_info; 171 methods->mb_text_prop_to_list = core->mb_text_prop_to_list; 174 methods->wc_text_prop_to_list = core [all...] |
| H A D | XDefaultOMIF.c | 97 XOMCoreRec core; member in struct:_XOMGenericRec 117 XOCCoreRec core; member in struct:_XOCGenericRec 129 data = XOM_GENERIC(oc->core.om)->data; 189 Display *dpy = oc->core.om->core.display; 208 XRectangle *ink = &oc->core.font_set_extents.max_ink_extent; 209 XRectangle *logical = &oc->core.font_set_extents.max_logical_extent; 214 font_list = oc->core.font_info.font_struct_list; 258 oc->core.font_info.num_font = 1; 259 oc->core [all...] |
| H A D | XDefaultIMIF.c | 92 XIMCoreRec core; member in struct:_StaticXIM 194 if ((lcd->core->modifiers) && (*lcd->core->modifiers)) { 196 mod = strstr(lcd->core->modifiers, MODIFIER); 206 if ((im->core.im_name = strdup(buf)) == NULL) 210 im->core.lcd = lcd; 211 im->core.ic_chain = (XIC)NULL; 212 im->core.display = dpy; 213 im->core.rdb = rdb; 214 im->core [all...] |
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | IntrinsicI.h | 81 (XtIsWidget(object) ? (object)->core.screen->display : \ 83 _XtWindowedAncestor(object)->core.screen->display) 86 (XtIsWidget(object) ? (object)->core.screen : \ 88 _XtWindowedAncestor(object)->core.screen) 92 ->core.window) 95 (XtIsRectObj(object) ? (object)->core.managed : False) 98 (XtIsRectObj(object) ? ((object)->core.sensitive && \ 99 (object)->core.ancestor_sensitive) : False)
|