HomeSort by: relevance | last modified time | path
    Searched defs:fifo_slots (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128.h 350 int fifo_slots; /* Free slots in the FIFO (64 max) */ member in struct:__anon170
502 if (info->fifo_slots < entries) R128WaitForFifoFunction(pScrn, entries); \
503 info->fifo_slots -= entries; \
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h 652 int fifo_slots; /* Free slots in the FIFO (64 max) */ member in struct:radeon_accel_state
1050 if (info->accel_state->fifo_slots < entries) \
1052 info->accel_state->fifo_slots -= entries; \

Completed in 83 milliseconds