Searched refs:measure_batch (Results 1 – 1 of 1) sorted by relevance
147 struct intel_measure_batch *measure_batch = &batch->measure->base; in measure_start_snapshot() local155 if (measure_batch->frame == 0) in measure_start_snapshot()156 measure_batch->frame = screen_frame; in measure_start_snapshot()158 uintptr_t framebuffer = measure_batch->framebuffer; in measure_start_snapshot()160 if (measure_batch->index == config->batch_size) { in measure_start_snapshot()176 unsigned index = measure_batch->index++; in measure_start_snapshot()185 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]); in measure_start_snapshot()189 snapshot->event_count = measure_batch->event_count; in measure_start_snapshot()208 struct intel_measure_batch *measure_batch = &batch->measure->base; in measure_end_snapshot() local210 unsigned index = measure_batch->index++; in measure_end_snapshot()[all …]