Home
last modified time | relevance | path

Searched refs:snapshots (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A Danv_measure.c170 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()
277 * additional snapshots can be taken. in _anv_measure_snapshot()
322 /* it is possible that the command buffer contains snapshots that have not in anv_measure_reset()
350 /* it is possible that the command buffer contains snapshots that have not in anv_measure_destroy()
398 /* no snapshots were started */ in _anv_measure_submit()
401 /* finalize snapshots and enqueue them */ in _anv_measure_submit()
415 /* add to the list of submitted snapshots */ in _anv_measure_submit()
437 /* iterate the queued snapshots and publish those that finished */ in _anv_measure_acquire()
512 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[measur in _anv_measure_add_secondary()
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_measure.c279 &batch->snapshots[batch->index - 1]; in intel_measure_state_changed()
396 * Submit completed snapshots for buffering.
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()
633 * Collect snapshots from completed command buffers and submit them to
642 /* Iterate snapshots and collect if ready. Each snapshot queue will be in intel_measure_gather()
645 /* iterate snapshots and collect if ready */ in intel_measure_gather()
H A Dintel_measure.h85 /* Max snapshots per batch. Set with
86 * INTEL_MEASURE=batch_size={num}. Additional snapshots will be dropped.
91 * snapshots into frame or interval data.
101 /* true when snapshots are currently being collected */
127 /* This function will be called when enqueued snapshots have been processed */
135 /* Holds the list of (iris/anv)_measure_batch snapshots that have been
141 /* Holds completed snapshots that may need to be combined before being
153 struct intel_measure_snapshot snapshots[0]; member
/third_party/node/lib/internal/main/
H A Dmksnapshot.js110 `built-in module ${id} is not yet supported in user snapshots`);
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_measure.c162 * snapshots can be taken. in measure_start_snapshot()
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()
339 /* All outstanding snapshots must be collected before the context is in iris_destroy_ctx_measure()
/third_party/mksh/
H A DBuild.sh2842 MKSH_DISABLE_EXPERIMENTAL disable code not yet comfy for (LTS) snapshots

Completed in 6 milliseconds