HomeSort by relevance Sort by last modified time
    Searched refs:WSBM_SYNCCPU_WRITE (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 538 0 != storage->pool->syncforcpu(storage, WSBM_SYNCCPU_WRITE |
556 retval = curPool->syncforcpu(storage, WSBM_SYNCCPU_WRITE);
575 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE);
587 retval = curPool->syncforcpu(buf->storage, WSBM_SYNCCPU_WRITE);
608 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE);
671 0 != storage->pool->syncforcpu(storage, WSBM_SYNCCPU_WRITE |
691 retval = curPool->syncforcpu(storage, WSBM_SYNCCPU_WRITE);
711 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE);
722 retval = curPool->syncforcpu(buf->storage, WSBM_SYNCCPU_WRITE);
738 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE);
    [all...]
wsbm_manager.h 74 #define WSBM_SYNCCPU_WRITE WSBM_ACCESS_WRITE
wsbm_ttmpool.c 248 if ((mode & WSBM_SYNCCPU_WRITE) && (++dBuf->writers == 1))
300 if ((mode & WSBM_SYNCCPU_WRITE) && (--dBuf->writers == 0))
  /hardware/intel/img/psb_video/src/
psb_surface.c 355 uint32_t synccpu_flag = WSBM_SYNCCPU_READ | WSBM_SYNCCPU_WRITE | WSBM_SYNCCPU_DONT_BLOCK;
psb_buffer.c 421 buf->wsbm_synccpu_flag = WSBM_SYNCCPU_READ | WSBM_SYNCCPU_WRITE;

Completed in 43 milliseconds