Lines Matching refs:start
82 /** Have the start/end snapshots landed? */
86 uint64_t start;
295 q->result = q->map->end != q->map->start;
300 q->result = intel_device_info_timebase_scale(devinfo, q->map->start);
304 q->result = iris_raw_timestamp_delta(q->map->start, q->map->end);
317 q->result = q->map->end - q->map->start;
327 q->result = q->map->end - q->map->start;
394 query_mem64(q, offsetof(struct iris_query_snapshots, start));
538 offsetof(struct iris_query_snapshots, start));
794 struct mi_value start =
795 query_mem64(q, offsetof(struct iris_query_snapshots, start));
798 result = mi_isub(&b, end, start);