Lines Matching defs:start
104 /** Have the start/end snapshots landed? */
108 uint64_t start;
323 q->result = q->map->end != q->map->start;
328 q->result = intel_device_info_timebase_scale(devinfo, q->map->start);
332 q->result = crocus_raw_timestamp_delta(q->map->start, q->map->end);
345 q->result = q->map->end - q->map->start;
355 q->result = q->map->end - q->map->start;
424 query_mem64(q, offsetof(struct crocus_query_snapshots, start));
579 offsetof(struct crocus_query_snapshots, start));
846 q->query_state_ref.offset + offsetof(struct crocus_query_snapshots, start));
872 struct mi_value start =
873 query_mem64(q, offsetof(struct crocus_query_snapshots, start));
876 result = mi_isub(&b, end, start);