Searched refs:crep (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBGetByName.c | 160 xkbGetCompatMapReply crep; local in function:XkbGetKeyboardByName 164 _XRead(dpy, (char *) &crep, SIZEOF(xkbGetCompatMapReply)); 166 status = _XkbReadGetCompatMapReply(dpy, &crep, xkb, &nread);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_screen_ioctl.c | 437 region->handle = rep->crep.buffer_handle; 438 region->map_handle = rep->crep.buffer_map_handle; 440 region->size = rep->crep.backup_size; 443 *handle = rep->crep.handle; 465 region->handle = rep->crep.buffer_handle; 466 region->map_handle = rep->crep.buffer_map_handle; 468 region->size = rep->crep.backup_size; 471 *handle = rep->crep.handle;
|
| H A D | vmwgfx_drm.h | 987 * @crep: Additional data output when the surface was created, as described 994 struct drm_vmw_gb_surface_create_rep crep; member in struct:drm_vmw_gb_surface_ref_rep 1192 * @crep: Additional data output when the surface was created, as described 1199 struct drm_vmw_gb_surface_create_rep crep; member in struct:drm_vmw_gb_surface_ref_ext_rep
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmwgfx_drm.h | 995 * @crep: Additional data output when the surface was created, as described 1002 struct drm_vmw_gb_surface_create_rep crep; member in struct:drm_vmw_gb_surface_ref_rep 1202 * @crep: Additional data output when the surface was created, as described 1209 struct drm_vmw_gb_surface_create_rep crep; member in struct:drm_vmw_gb_surface_ref_ext_rep
|
| H A D | vmw_screen_ioctl.c | 441 region->handle = rep->crep.buffer_handle; 442 region->map_handle = rep->crep.buffer_map_handle; 444 region->size = rep->crep.backup_size; 447 *handle = rep->crep.handle; 469 region->handle = rep->crep.buffer_handle; 470 region->map_handle = rep->crep.buffer_map_handle; 472 region->size = rep->crep.backup_size; 475 *handle = rep->crep.handle;
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | vmwgfx_drm.h | 994 * @crep: Additional data output when the surface was created, as described 1001 struct drm_vmw_gb_surface_create_rep crep; member in struct:drm_vmw_gb_surface_ref_rep
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkb.c | 5739 xkbGetCompatMapReply crep = {0}; local in function:ProcXkbGetKbdByName 5895 crep.type= X_Reply; 5896 crep.deviceID= dev->id; 5897 crep.sequenceNumber= client->sequence; 5898 crep.length= 0; 5899 crep.groups= XkbAllGroupsMask; 5900 crep.firstSI= 0; 5901 crep.nSI= crep.nTotalSI= new->compat->num_si; 5902 XkbComputeGetCompatMapReplySize(new->compat,&crep); [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkb.c | 5914 xkbGetCompatMapReply crep = { 0 }; local in function:ProcXkbGetKbdByName 6090 crep.type = X_Reply; 6091 crep.deviceID = dev->id; 6092 crep.sequenceNumber = client->sequence; 6093 crep.length = 0; 6094 crep.groups = XkbAllGroupsMask; 6095 crep.firstSI = 0; 6096 crep.nSI = crep.nTotalSI = new->compat->num_si; 6097 XkbComputeGetCompatMapReplySize(new->compat, &crep); [all...] |
Completed in 24 milliseconds