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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_dev.h 51 bool has_timestamp; member in struct:ilo_dev
ilo_dev.c 54 dev->has_timestamp = info->has_timestamp;
intel_winsys.h 78 bool has_timestamp; member in struct:intel_winsys_info
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_screen.h 68 bool has_timestamp; member in struct:fd_screen
freedreno_screen.c 118 if (screen->has_timestamp) {
629 screen->has_timestamp = true;
  /system/extras/simpleperf/
record_file_reader.cpp 229 bool has_timestamp = true; local
232 has_timestamp = false;
236 record_cache_.reset(new RecordCache(has_timestamp));
record.h 589 explicit RecordCache(bool has_timestamp, size_t min_cache_size = 1000u,
record.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_screen.c 435 return is->dev.has_timestamp;
  /external/mesa3d/src/gallium/winsys/intel/drm/
intel_drm_winsys.c 164 info->has_timestamp = test_reg_read(winsys, 0x2358);

Completed in 966 milliseconds