| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| swr_fence.h | 38 unsigned pending; member in struct:swr_fence 67 return swr_fence(fence_handle)->pending;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| swr_fence.h | 38 unsigned pending; member in struct:swr_fence 67 return swr_fence(fence_handle)->pending;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| GCOps.c | 144 Bool pending, overlap; local 151 pending = True; 152 while (pending) { 157 pending = False; 167 pending = event.xgraphicsexpose.count;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| x-selection.h | 68 } pending; variable in typeref:struct:__anon10127
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxstat.c | 67 DMXStatAvg pending; member in struct:_DMXStatInfo 137 * pending-but-not-yet-processed XSync requests. This routine is called 141 unsigned long pending) 150 dmxStatValue(&s->pending, pending); 190 aPend = avg(&s->pending, &mPend);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| GCOps.c | 132 Bool pending, overlap; local 138 pending = True; 139 while (pending) { 144 pending = False; 154 pending = event.xgraphicsexpose.count;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| x-selection.h | 69 } pending; variable in typeref:struct:__anon10727
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_opt_combine_stores.c | 38 * A pending combination becomes an actual combination in various situations: 70 /* Pending store combinations. */ 71 struct list_head pending; member in struct:combine_stores_state 180 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { 195 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { 207 list_for_each_entry(struct combined_store, combo, &state->pending, link) { 254 list_add(&combo->link, &state->pending); 459 list_inithead(&state.pending);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| hud_driver_query.c | 52 unsigned head, pending, results; member in struct:hud_batch_query_context 67 while (bq->pending) { 68 unsigned idx = (bq->head - bq->pending + 1) % NUM_QUERIES; 84 --bq->pending; 89 if (bq->pending == NUM_QUERIES) { 100 ++bq->pending; 220 unsigned idx = (bq->head - bq->pending) % NUM_QUERIES;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.h | 196 pending(struct fd_resource *rsc, bool write) function 198 /* if we have a pending GPU write, we are busy in any case: */ 202 /* if CPU wants to write, but we are pending a GPU read, we are busy: */ 206 if (rsc->stencil && pending(rsc->stencil, write))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_resource_buffer.h | 176 * Information about pending DMA uploads. 185 boolean pending; member in struct:svga_buffer::__anon1998 201 * Context that has the pending DMA to this buffer. 207 * Linked list head, used to gather all buffers with pending dma uploads on 208 * a context. It is only valid if the dma.pending is set above.
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_opt_combine_stores.c | 38 * A pending combination becomes an actual combination in various situations: 70 /* Pending store combinations. */ 71 struct list_head pending; member in struct:combine_stores_state 180 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { 195 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { 207 list_for_each_entry(struct combined_store, combo, &state->pending, link) { 254 list_add(&combo->link, &state->pending); 388 list_inithead(&state.pending);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| hud_driver_query.c | 52 unsigned head, pending, results; member in struct:hud_batch_query_context 67 while (bq->pending) { 68 unsigned idx = (bq->head - bq->pending + 1) % NUM_QUERIES; 84 --bq->pending; 89 if (bq->pending == NUM_QUERIES) { 100 ++bq->pending; 220 unsigned idx = (bq->head - bq->pending) % NUM_QUERIES;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.h | 124 pending(struct fd_resource *rsc, bool write) function 126 /* if we have a pending GPU write, we are busy in any case: */ 130 /* if CPU wants to write, but we are pending a GPU read, we are busy: */ 134 if (rsc->stencil && pending(rsc->stencil, write))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_resource_buffer.h | 174 * Information about pending DMA uploads. 183 boolean pending; member in struct:svga_buffer::__anon4423 199 * Context that has the pending DMA to this buffer. 205 * Linked list head, used to gather all buffers with pending dma uploads on 206 * a context. It is only valid if the dma.pending is set above.
|
| /xsrc/external/mit/xf86-input-ws/dist/src/ |
| ws.h | 56 BOOL pending; /* timer waiting? */ member in struct:WSDevice::__anon6697
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| WaitFor.c | 351 int pending; local 354 pending = timer_pending(timer); 355 if (pending) 358 return pending;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_sched.h | 256 container_node pending, bb_pending; member in class:r600_sb::post_scheduler 271 ready(), ready_copies(), pending(), cur_bb(),
|
| sb_pass.h | 227 container_node pending; member in class:r600_sb::gcm
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_sched.h | 256 container_node pending, bb_pending; member in class:r600_sb::post_scheduler 271 ready(), ready_copies(), pending(), cur_bb(),
|
| sb_pass.h | 227 container_node pending; member in class:r600_sb::gcm
|
| /xsrc/external/mit/libdrm/dist/nouveau/ |
| nouveau.h | 175 struct nouveau_list pending; member in struct:nouveau_bufctx
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| maprules.c | 217 struct _FileSpec *pending; member in struct:_FileSpec 630 Bool pending = FALSE; local 636 pending = TRUE; 661 pending = TRUE; 680 pending = TRUE; 695 if (pending) {
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| rrcrtc.c | 401 * Check whether the pending and current transforms are the same 573 * Set the pending CRTC transformation 1309 RRTransformPtr current, pending; local 1315 pending = &crtc->client_pending_transform; 1318 nextra = (transform_filter_length (pending) + 1332 transform_encode (client, &reply->pendingTransform, &pending->transform); 1336 pending);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| maprules.c | 219 struct _FileSpec * pending; member in struct:_FileSpec 617 Bool pending = FALSE; local 623 pending = TRUE; 646 pending = TRUE; 663 pending = TRUE; 676 if (pending) {
|