HomeSort by: relevance | last modified time | path
    Searched refs:snapshot (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_measure.c 96 * snapshot objects based on the run-time configurable batch_size
146 /* Snapshot buffer is full. The batch must be flushed before additional
163 iris_emit_pipe_control_write(batch, "measurement snapshot",
170 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]); local
171 memset(snapshot, 0, sizeof(*snapshot));
172 snapshot->type = type;
173 snapshot->count = (unsigned) count;
174 snapshot->event_count = measure_batch->event_count;
175 snapshot->event_name = event_name
204 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_measure.c 106 * snapshot objects based on the run-time configurable batch_size
166 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[index]); local
167 memset(snapshot, 0, sizeof(*snapshot));
168 snapshot->type = type;
169 snapshot->count = (unsigned) count;
170 snapshot->event_count = measure->base.event_count;
171 snapshot->event_name = event_name;
172 snapshot->framebuffer = framebuffer;
175 snapshot->cs = (uintptr_t) cmd_buffer->state.compute.pipeline->cs
200 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[index]); local
508 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[measure->base.index]); local
    [all...]
  /xsrc/
Makefile 12 # release snapshot: Same as build, plus tar up the X sets and install
89 release snapshot:
93 release snapshot:
100 release snapshot:
102 release snapshot: install
104 release snapshot: build
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_measure.h 117 struct intel_measure_snapshot snapshot; member in struct:intel_measure_buffered_result
intel_measure.c 251 * Indicate to the caller whether a new snapshot should be started.
255 * flags, a new snapshot may start:
261 * Returns true if a snapshot should be started.
280 /* no snapshot is running, but we have a start event */
393 * Snapshot data becomes available when asynchronous rendering completes.
394 * Depending on configuration, snapshot data may need to be collated before
442 memcpy(&buffered_result->snapshot, begin,
451 buffered_result->snapshot.event_count = end->event_count;
583 unsigned event_count = start_result->snapshot.event_count;
591 event_count += current_result->snapshot.event_count
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
brw_eu.h 864 unsigned snapshot:1; member in struct:brw_instruction::__anon7056::__anon7066
brw_eu_emit.c 455 insn->bits3.math_gen5.snapshot = 0;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
brw_eu.h 864 unsigned snapshot:1; member in struct:brw_instruction::__anon7926::__anon7936
brw_eu_emit.c 455 insn->bits3.math_gen5.snapshot = 0;

Completed in 27 milliseconds