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

  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_priv.c 228 uint32 read_ptr, dummy; local
232 read_ptr = TDFXReadLongMMIO(pTDFX, SST_FIFO_RDPTRL0);
233 } while (read_ptr != dummy);
234 return read_ptr;
298 ** 2) There are slots available at the beginning of the fifo up to the read_ptr.
337 ** If the HW read_ptr is ahead the SW fifo_ptr, we don't allocate the
338 ** fifo slot immediately behind the HW read_ptr. This is to prevent
341 ** If (HW read_ptr == SW fifo_ptr) is it because the HW read_ptr has
343 ** OR is it because the SW fifo_ptr has caught up to the HW read_ptr
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 415 struct rc_list * read_ptr; local
417 for (read_ptr = pending->TexReaders; read_ptr;
418 read_ptr = read_ptr->Next) {
419 struct schedule_instruction * reader = read_ptr->Item;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 415 struct rc_list * read_ptr; local
417 for (read_ptr = pending->TexReaders; read_ptr;
418 read_ptr = read_ptr->Next) {
419 struct schedule_instruction * reader = read_ptr->Item;

Completed in 8 milliseconds