Lines Matching defs:begin
319 * Notify intel_measure that a frame is about to begin.
413 const struct intel_measure_snapshot *begin = &batch->snapshots[i];
418 if (begin->type == INTEL_SNAPSHOT_SECONDARY_BATCH) {
419 assert(begin->secondary != NULL);
420 begin->secondary->batch_count = batch->batch_count;
421 intel_measure_push_result(device, begin->secondary);
447 memcpy(&buffered_result->snapshot, begin,
603 const struct intel_measure_snapshot *begin = &start_result->snapshot;
610 begin->event_name, begin->count,
611 begin->vs, begin->tcs, begin->tes, begin->gs, begin->fs, begin->cs,
612 begin->framebuffer,