| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_warp.c | 73 if(Scr->WarpUnmapped || tw->mapped) { 74 if(!tw->mapped) { 107 tw->iconmanagerlist->iconmgr->twm_win->mapped) { 166 if(Scr->WarpUnmapped || tmp_win->mapped) { 167 if(!tmp_win->mapped) { 192 if(r->mapped && (Scr->WarpRingAnyWhere || visible(r))) { 199 if(r->mapped && (Scr->WarpRingAnyWhere || visible(r))) { 223 if(p && p->mapped &&
|
| H A D | clicktofocus.c | 16 if(!first && !t->isiconmgr && OCCUPY(t, current) && t->mapped) {
|
| H A D | functions_icmgr_wsmgr.c | 114 i->twm_win->mapped = true; 158 i->twm_win->mapped = false; 222 if(Scr->currentvs->wsw->twm_win->mapped) {
|
| H A D | functions_misc.c | 115 ActiveMenu->mapped = MRM_UNMAPPED; 125 menu->mapped = MRM_NEVER; 136 if(menu->mapped == MRM_MAPPED) { 144 menu->mapped = MRM_MAPPED;
|
| H A D | twm_window_struct.h | 175 bool mapped; ///< Is the window mapped ? member in struct:TwmWindow 260 /// Where the window is currently mapped (may be NULL)
|
| H A D | functions_identify.c | 221 if(Scr->InfoWindow.mapped) { 224 Scr->InfoWindow.mapped = false; 263 Scr->InfoWindow.mapped = true;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | cmdline.c | 52 struct pandecode_mapped_memory *mapped; local in function:pointer_as_memory_reference 55 /* Try to find the corresponding mapped zone */ 57 mapped = pandecode_find_mapped_gpu_mem_containing(ptr); 59 if (mapped) { 60 snprintf(out, 128, "%s + %d", mapped->name, (int) (ptr - mapped->gpu_va));
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| H A D | agx_bo.h | 42 /* If CPU mapped, CPU address. NULL if not mapped */ 45 /* If type REGULAR, mapped GPU address */ 80 /* Used while decoding, mapped */ 81 bool mapped; member in struct:agx_bo
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode_common.c | 94 /* First, search if we already mapped this and are just updating an address */ 143 struct pandecode_mapped_memory *mapped; local in function:pointer_as_memory_reference 146 /* Try to find the corresponding mapped zone */ 148 mapped = pandecode_find_mapped_gpu_mem_containing_rw(ptr); 150 if (mapped) { 151 snprintf(out, 128, "%s + %d", mapped->name, (int) (ptr - mapped->gpu_va));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_transfer.c | 138 trans->mapped + ptrans->box.z * res_level->layer_stride, 143 util_copy_box(trans->mapped, rsc->base.format, res_level->stride, 164 etna_patch_data(trans->mapped, ptrans); 168 * are not mapped unsynchronized. If they are, must push them back into GPU 208 * being mapped. If we add buffer reallocation to avoid CPU/GPU sync this 392 trans->mapped = etna_bo_map(rsc->bo); 393 if (!trans->mapped) 402 trans->mapped += res_level->offset + 408 etna_unpatch_data(trans->mapped, ptrans); 410 return trans->mapped; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_transfer.c | 139 trans->mapped + (ptrans->box.z + z) * res_level->layer_stride, 146 util_copy_box(trans->mapped, rsc->base.format, res_level->stride, 167 etna_patch_data(trans->mapped, ptrans); 171 * are not mapped unsynchronized. If they are, must push them back into GPU 223 * being mapped. If we add buffer reallocation to avoid CPU/GPU sync this 424 trans->mapped = etna_bo_map(rsc->bo); 425 if (!trans->mapped) 434 trans->mapped += res_level->offset + 440 etna_unpatch_data(trans->mapped, ptrans); 442 return trans->mapped; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_flush.c | 31 * - Flush while synchronously mapped. 32 * - Command stream reference while synchronously mapped. 35 * - Unmap while not mapped. 61 boolean mapped; member in struct:debug_flush_buf 220 if (fbuf->mapped) { 230 fbuf->mapped = TRUE; 259 if (!fbuf->mapped) 260 debug_flush_alert("Unmap not previously mapped detected.", "Map", 264 fbuf->mapped = FALSE; 289 debug_flush_alert("Reference of mapped buffe [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_sanitize_gpu.c | 177 uint8_t *mapped; local in function:padding_is_good 187 mapped = (uint8_t*) (uintptr_t) mmap_arg.addr_ptr; 192 gen_invalidate_range(mapped, PADDING_SIZE); 196 if (expected_value != mapped[i]) { 197 munmap(mapped, PADDING_SIZE); 202 munmap(mapped, PADDING_SIZE);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_sanitize_gpu.c | 177 uint8_t *mapped; local in function:padding_is_good 187 mapped = (uint8_t*) (uintptr_t) mmap_arg.addr_ptr; 192 intel_invalidate_range(mapped, PADDING_SIZE); 196 if (expected_value != mapped[i]) { 197 munmap(mapped, PADDING_SIZE); 202 munmap(mapped, PADDING_SIZE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/kms-dri/ |
| H A D | kms_dri_sw_winsys.c | 81 void *mapped; member in struct:kms_sw_displaytarget 180 kms_sw_dt->mapped = MAP_FAILED; 267 void **ptr = (flags == PIPE_TRANSFER_READ) ? &kms_sw_dt->ro_mapped : &kms_sw_dt->mapped; 276 DEBUG_PRINT("KMS-DEBUG: mapped buffer %u (size %u) at %p\n", 338 kms_sw_dt->mapped = MAP_FAILED; 373 DEBUG_PRINT("KMS-DEBUG: unmapped buffer %u (was %p)\n", kms_sw_dt->handle, kms_sw_dt->mapped); 376 if (kms_sw_dt->mapped != MAP_FAILED) { 377 munmap(kms_sw_dt->mapped, kms_sw_dt->size); 378 kms_sw_dt->mapped = MAP_FAILED;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/kms-dri/ |
| H A D | kms_dri_sw_winsys.c | 81 void *mapped; member in struct:kms_sw_displaytarget 180 kms_sw_dt->mapped = MAP_FAILED; 267 void **ptr = (flags == PIPE_MAP_READ) ? &kms_sw_dt->ro_mapped : &kms_sw_dt->mapped; 276 DEBUG_PRINT("KMS-DEBUG: mapped buffer %u (size %u) at %p\n", 338 kms_sw_dt->mapped = MAP_FAILED; 373 DEBUG_PRINT("KMS-DEBUG: unmapped buffer %u (was %p)\n", kms_sw_dt->handle, kms_sw_dt->mapped); 376 if (kms_sw_dt->mapped != MAP_FAILED) { 377 munmap(kms_sw_dt->mapped, kms_sw_dt->size); 378 kms_sw_dt->mapped = MAP_FAILED;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/ |
| H A D | dri_sw_winsys.c | 58 void *mapped; member in struct:dri_sw_displaytarget 187 dri_sw_dt->mapped = dri_sw_dt->data; 194 return dri_sw_dt->mapped; 207 dri_sw_dt->mapped = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri/ |
| H A D | dri_sw_winsys.c | 62 void *mapped; member in struct:dri_sw_displaytarget 191 dri_sw_dt->mapped = dri_sw_dt->data; 198 return dri_sw_dt->mapped; 211 dri_sw_dt->mapped = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.c | 66 void *mapped; member in struct:xlib_displaytarget 239 xlib_dt->mapped = xlib_dt->data; 240 return xlib_dt->mapped; 249 xlib_dt->mapped = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.c | 66 void *mapped; member in struct:xlib_displaytarget 239 xlib_dt->mapped = xlib_dt->data; 240 return xlib_dt->mapped; 249 xlib_dt->mapped = NULL;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxwindow.c | 162 if (pWinPriv->mapped) { 165 pWinPriv->mapped = FALSE; 167 } else if (!pWinPriv->mapped) { 170 pWinPriv->mapped = TRUE; 251 /* Handle case where subwindows are being mapped, but created out of 291 if (pWinPriv->mapped) XMapWindow(dmxScreen->beDisplay, 316 pWinPriv->mapped = FALSE; 328 created when they are mapped and are on-screen */ 443 /* If the window is now on-screen and it is mapped and it has not 445 if (!pWinPriv->window && pWinPriv->mapped [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Tip.c | 57 Bool mapped; member in struct:_XawTipInfo 515 info->mapped = False; 546 if (info->mapped) { 549 info->mapped = False; 580 info->mapped = True; 611 if (info->mapped)
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | screen.c | 283 if (scrnList[i]->kind == kind && !scrnList[i]->mapped) 373 scrn->mapped = False; 400 if (scrn->mapped) { 401 scrn->mapped = False; 412 if (!scrn->mapped) { 414 scrn->mapped = True;
|
| H A D | xmh.h | 113 int mapped; /* TRUE only if we've mapped this screen. */ member in struct:_ScrnRec
|
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compalloc.c | 115 Bool wasMapped = pWin->mapped; 195 if (pWin->mapped) 214 if (wasMapped && !pWin->mapped) 236 Bool wasMapped = pWin->mapped; 279 if (wasMapped && !pWin->mapped) 421 if (pWin->mapped)
|