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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_batch_cache.c 254 struct fd_batch *flush_batch = NULL; local
259 if (!flush_batch || (cache->batches[i]->seqno < flush_batch->seqno))
260 fd_batch_reference_locked(&flush_batch, cache->batches[i]);
264 * flush_batch won't disappear under us.
267 DBG("%p: too many batches! flush forced!", flush_batch);
268 fd_batch_flush(flush_batch, true);
271 /* While the resources get cleaned up automatically, the flush_batch
282 if (other->dependents_mask & (1 << flush_batch->idx)) {
283 other->dependents_mask &= ~(1 << flush_batch->idx)
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 516 char *flush_batch; member in struct:MPLSensor::sysfs_attrbs
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 514 char *flush_batch; member in struct:MPLSensor::sysfs_attrbs
MPLSensor.cpp     [all...]

Completed in 115 milliseconds