HomeSort by relevance Sort by last modified time
    Searched defs:slabSize (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 113 pb_size slabSize;
312 slab->bo = mgr->provider->create_buffer(mgr->provider, mgr->slabSize, &mgr->desc);
456 pb_size slabSize,
471 mgr->slabSize = slabSize;
538 pb_size slabSize,
573 mgr->buckets[i] = pb_slab_manager_create(provider, bufSize, slabSize, desc);
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 835 size_t i, slabSize;
861 slabSize = sizeof(struct TripleAxisDataEvent)
865 mDataSlab = slabAllocatorNew(slabSize, 4, 6 * (NUM_COMMS_EVENTS_IN_FIFO + 1));
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 795 size_t slabSize;
808 slabSize = sizeof(struct TripleAxisDataEvent) + sizeof(struct TripleAxisDataPoint);
810 mTask.accDataSlab = slabAllocatorNew(slabSize, 4, ST_ACC44_MAX_ACC_EVENTS);
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 699 size_t slabSize;
711 slabSize = sizeof(struct SingleAxisDataEvent) + sizeof(struct SingleAxisDataPoint);
713 mTask.baroSlab = slabAllocatorNew(slabSize, 4, LPS22HB_MAX_BARO_EVENTS);
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 994 size_t slabSize;
1007 slabSize = sizeof(struct TripleAxisDataEvent) + sizeof(struct TripleAxisDataPoint);
1009 slabSize += sizeof(struct TripleAxisDataPoint);
1012 mTask.magDataSlab = slabAllocatorNew(slabSize, 4, ST_MAG40_MAX_MAG_EVENTS);
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 345 milliseconds