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

  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon.h 642 } RADEONInfoRec, *RADEONInfoPtr;
radeon_textured_video.c 772 const RADEONInfoRec * const info = RADEONPTR(pScrn);
radeon_kms.c 185 /* Allocate our private RADEONInfoRec */
190 pScrn->driverPrivate = xnfcalloc(sizeof(RADEONInfoRec), 1);
194 /* Free our private RADEONInfoRec */
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h 1046 } RADEONInfoRec, *RADEONInfoPtr;
radeon_video.c 3158 const RADEONInfoRec * const info = RADEONPTR(pScrn);
radeon_driver.c 357 /* Allocate our private RADEONInfoRec */
362 pScrn->driverPrivate = xnfcalloc(sizeof(RADEONInfoRec), 1);
366 /* Free our private RADEONInfoRec */

Completed in 18 milliseconds