Home
last modified time | relevance | path

Searched refs:map_handle (Results 1 – 16 of 16) sorted by relevance

/external/libdrm/libkms/
Dvmwgfx.c45 uint64_t map_handle; member
114 bo->map_handle = rep->map_handle; in vmwgfx_bo_create()
149 …rm_mmap(NULL, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); in vmwgfx_bo_map()
Dnouveau.c48 uint64_t map_handle; member
126 bo->map_handle = arg.info.map_handle; in nouveau_bo_create()
158 …= drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); in nouveau_bo_map()
/external/chromium-trace/catapult/perf_insights/perf_insights/
Dmap_traces.py63 map_handle = None
66 map_handle = function_handle.FunctionHandle.FromUserFriendlyString(
71 job = job_module.Job(map_handle, reduce_handle)
Dmap_single_trace_unittest.py15 map_handle = function_handle.FunctionHandle(
17 return job_module.Job(map_handle, None)
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/
Dmre_result_unittest.py30 map_handle = function_handle.FunctionHandle(
32 job = job_module.Job(map_handle, None)
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c56 uint64_t map_handle; member
286 region->map_handle = rep->map_handle; in vmw_ioctl_region_create()
337 region->drm_fd, region->map_handle); in vmw_ioctl_region_map()
Dvmwgfx_drm.h366 uint64_t map_handle; member
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dworker.py116 map_handle = '%s:%s' % (map_file_name, map_function)
117 args.extend(['--map_function_handle', map_handle])
/external/libdrm/nouveau/
Dabi16.c281 nvbo->map_handle = info->map_handle; in abi16_bo_info()
293 if (nvbo->map_handle) in abi16_bo_info()
Dprivate.h85 uint64_t map_handle; member
Dnouveau.c871 MAP_SHARED, drm->fd, nvbo->map_handle); in nouveau_bo_map()
/external/kernel-headers/original/uapi/drm/
Dnouveau_drm.h48 uint64_t map_handle; member
Dvmwgfx_drm.h394 uint64_t map_handle; member
/external/ImageMagick/MagickCore/
Dnt-base.c1672 map_handle; in NTMapMemory() local
1682 map_handle=INVALID_HANDLE_VALUE; in NTMapMemory()
1708 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()
1710 if (map_handle) in NTMapMemory()
1712 map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset, in NTMapMemory()
1714 CloseHandle(map_handle); in NTMapMemory()
/external/libdrm/include/drm/
Dvmwgfx_drm.h394 uint64_t map_handle; member
Dnouveau_drm.h120 uint64_t map_handle; member