Home
last modified time | relevance | path

Searched refs:intel_measure_snapshot (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/common/
Dintel_measure.h107 struct intel_measure_snapshot { struct
117 struct intel_measure_snapshot snapshot; argument
153 struct intel_measure_snapshot snapshots[0];
Dintel_measure.c278 const struct intel_measure_snapshot *last_snap = in intel_measure_state_changed()
413 const struct intel_measure_snapshot *begin = &batch->snapshots[i]; in intel_measure_push_result()
414 const struct intel_measure_snapshot *end = &batch->snapshots[i+1]; in intel_measure_push_result()
448 sizeof(struct intel_measure_snapshot)); in intel_measure_push_result()
603 const struct intel_measure_snapshot *begin = &start_result->snapshot; in print_combined_results()
/third_party/mesa3d/src/intel/vulkan/
Danv_measure.c109 config->batch_size * sizeof(struct intel_measure_snapshot); in anv_measure_init()
170 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[index]); in anv_measure_start_snapshot()
208 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[index]); in anv_measure_end_snapshot()
512 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[measure->base.index]); in _anv_measure_add_secondary()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_measure.c114 config->batch_size * sizeof(struct intel_measure_snapshot); in iris_init_batch_measure()
185 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]); in measure_start_snapshot()
219 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]); in measure_end_snapshot()