HomeSort by: relevance | last modified time | path
    Searched refs:in_use (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_heap.h 35 * 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
nouveau_heap.c 63 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.old/dist/src/gallium/drivers/nouveau/
nouveau_heap.h 35 * 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
nouveau_heap.c 63 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/
qxl_surface.h 25 int in_use; member in struct:qxl_surface_t
qxl_surface_ums.c 173 cache->all_surfaces[i].in_use = FALSE;
404 result->in_use = TRUE;
  /xsrc/external/mit/libICE/dist/src/
misc.c 97 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;
shutdown.c 59 if (iceConn->process_msg_info[n].in_use &&
67 iceConn->process_msg_info[n].in_use = False;
protosetup.c 103 i - iceConn->his_min_opcode].in_use &&
connect.c 123 j - iConn->his_min_opcode].in_use &&
process.c 357 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/
i810_dri.h 72 unsigned char in_use; /* owned by a client, or free? */ member in struct:__anon7025
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_dri.h 72 unsigned char in_use; /* owned by a client, or free? */ member in struct:__anon7894
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dri.h 72 unsigned char in_use; /* owned by a client, or free? */ member in struct:__anon8858
  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEconn.h 82 Bool in_use; member in struct:__anon5474
183 * We check process_msg_info->in_use to see if the opcode is being used.
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_exa.c 175 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;
r128.h 276 Bool in_use; member in struct:r128_2d_state
r128_exa_render.c 488 info->state_2d.in_use = TRUE;
  /xsrc/external/mit/xorg-server/dist/randr/
rrmonitor.c 129 Bool in_use = FALSE; local
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/MesaLib/dist/include/drm-uapi/
drm.h 111 unsigned char in_use; member in struct:drm_tex_region
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm.h 111 unsigned char in_use; member in struct:drm_tex_region
  /xsrc/external/mit/libdrm/dist/include/drm/
drm.h 114 unsigned char in_use; member in struct:drm_tex_region
  /xsrc/external/mit/libdrm/dist/
xf86drm.h 324 unsigned char in_use; member in struct:_drmTextureRegion

Completed in 24 milliseconds