Searched refs:in_use (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_heap.h35 * The first node will remain with in_use == 0 even if the whole heap is
37 * in_use == 0 nodes. If a node is freed and it has one (or both) adjacent
55 int in_use; member in struct:nouveau_heap
H A Dnouveau_heap.c63 if (!heap->in_use && heap->size >= size) {
70 r->in_use = 1;
101 r->in_use = 0;
103 if (r->next && !r->next->in_use) {
116 if (r->prev && !r->prev->in_use) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_heap.h35 * The first node will remain with in_use == 0 even if the whole heap is
37 * in_use == 0 nodes. If a node is freed and it has one (or both) adjacent
55 int in_use; member in struct:nouveau_heap
H A Dnouveau_heap.c63 if (!heap->in_use && heap->size >= size) {
70 r->in_use = 1;
101 r->in_use = 0;
103 if (r->next && !r->next->in_use) {
116 if (r->prev && !r->prev->in_use) {
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.h25 int in_use; member in struct:qxl_surface_t
H A Dqxl_surface_ums.c173 cache->all_surfaces[i].in_use = FALSE;
404 result->in_use = TRUE;
/xsrc/external/mit/libICE/dist/src/
H A Dmisc.c97 if ((process != NULL) && process->in_use)
422 iceConn->his_min_opcode].in_use = False;
453 iceConn->his_min_opcode].in_use = False;
463 iceConn->his_min_opcode].in_use = True;
H A Dshutdown.c59 if (iceConn->process_msg_info[n].in_use &&
67 iceConn->process_msg_info[n].in_use = False;
H A Dprotosetup.c103 i - iceConn->his_min_opcode].in_use &&
H A Dconnect.c123 j - iConn->his_min_opcode].in_use &&
H A Dprocess.c357 iceConn->his_min_opcode].in_use))
1946 message->protocolOpcode - iceConn->his_min_opcode].in_use)
1967 if (iceConn->process_msg_info[i].in_use && strcmp (protocolName,
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.h72 unsigned char in_use; /* owned by a client, or free? */ member in struct:__anon460743830208
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.h72 unsigned char in_use; /* owned by a client, or free? */ member in struct:__anonf506c5370208
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.h72 unsigned char in_use; /* owned by a client, or free? */ member in struct:__anonc833345a0208
/xsrc/external/mit/libICE/dist/include/X11/ICE/
H A DICEconn.h82 Bool in_use; member in struct:__anon13044c610408
183 * We check process_msg_info->in_use to see if the opcode is being used.
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_exa.c175 if (info->state_2d.in_use) return FALSE;
177 info->state_2d.in_use = TRUE;
227 info->state_2d.in_use = TRUE;
283 if (info->state_2d.in_use) return FALSE;
326 info->state_2d.in_use = FALSE;
450 info->state_2d.in_use = TRUE;
487 info->state_2d.in_use = FALSE;
H A Dr128.h276 Bool in_use; member in struct:r128_2d_state
H A Dr128_exa_render.c488 info->state_2d.in_use = TRUE;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrmonitor.c129 Bool in_use = FALSE; local in function:RRMonitorGetGeometry
131 for (c = 0; !in_use && c < pScrPriv->numCrtcs; c++) {
135 for (co = 0; !in_use && co < crtc->numOutputs; co++)
137 in_use = TRUE;
140 if (!in_use)
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm.h114 unsigned char in_use; member in struct:drm_tex_region
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm.h111 unsigned char in_use; member in struct:drm_tex_region
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm.h111 unsigned char in_use; member in struct:drm_tex_region
/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.h324 unsigned char in_use; member in struct:_drmTextureRegion

Completed in 34 milliseconds