Searched refs:map_info (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h339 # define CONSOLE_GET_LINEAR_INFO _IOR('t',157,struct map_info)
342 # define CONSOLE_GET_IO_INFO _IOR('t',158,struct map_info)
345 # define CONSOLE_GET_MEM_INFO _IOR('t',159,struct map_info)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h298 #define CONSOLE_GET_LINEAR_INFO _IOR('t',157,struct map_info)
301 #define CONSOLE_GET_IO_INFO _IOR('t',158,struct map_info)
304 #define CONSOLE_GET_MEM_INFO _IOR('t',159,struct map_info)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Darm_video.c74 struct map_info memInfo;
281 ** for the specified region and return the map_info pointer. Print a warning if required.
339 struct map_info *mapInfoP = &(memInfoP->memInfo);
387 struct map_info *mapInfoP = &(memInfoP->memInfo);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_screen.c814 unsigned int flags, int *stride, void **map_info)
823 if (!context || !image || !stride || !map_info || *map_info)
858 *map_info = bo;
864 intel_unmap_image(__DRIcontext *context, __DRIimage *image, void *map_info) argument
866 struct brw_bo *bo = map_info;
812 intel_map_image(__DRIcontext * context,__DRIimage * image,int x0,int y0,int width,int height,unsigned int flags,int * stride,void ** map_info) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_screen.c850 unsigned int flags, int *stride, void **map_info)
859 if (!context || !image || !stride || !map_info || *map_info)
894 *map_info = bo;
901 void *map_info)
903 struct brw_bo *bo = map_info;
848 brw_map_image(__DRIcontext * context,__DRIimage * image,int x0,int y0,int width,int height,unsigned int flags,int * stride,void ** map_info) argument
900 brw_unmap_image(UNUSED __DRIcontext * context,UNUSED __DRIimage * image,void * map_info) argument

Completed in 10 milliseconds