Searched refs:measure_batch (Results 1 – 1 of 1) sorted by relevance
132 struct intel_measure_batch *measure_batch = &batch->measure->base; in measure_start_snapshot() local140 if (measure_batch->frame == 0) in measure_start_snapshot()141 measure_batch->frame = screen_frame; in measure_start_snapshot()143 uintptr_t framebuffer = measure_batch->framebuffer; in measure_start_snapshot()145 if (measure_batch->index == config->batch_size) { in measure_start_snapshot()161 unsigned index = measure_batch->index++; in measure_start_snapshot()170 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]); in measure_start_snapshot()174 snapshot->event_count = measure_batch->event_count; in measure_start_snapshot()193 struct intel_measure_batch *measure_batch = &batch->measure->base; in measure_end_snapshot() local195 unsigned index = measure_batch->index++; in measure_end_snapshot()[all …]