HomeSort by: relevance | last modified time | path
    Searched refs:timestamps (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_trace_gallium.c 55 u_trace_pipe_delete_ts_buffer(struct u_trace_context *utctx, void *timestamps)
57 struct pipe_resource *buffer = timestamps;
  /xsrc/external/mit/MesaLib/dist/src/util/perf/
u_trace.h 48 * - GPU timestamps! A driver provided callback is used to emit timestamps
50 * GPU is not required), the timestamps are re-united with the trace
90 void *timestamps);
94 * stream to capture a 64b timestamp into the specified timestamps buffer,
102 void *timestamps, unsigned idx);
107 * the timestamps. (The timestamps will be read back in order, so it is
123 void *timestamps, unsigned idx, void *flush_data);
133 * cmdstream that records timestamps has been flushed
    [all...]
u_trace.c 83 /* table of driver recorded 64b timestamps, index matches index
86 void *timestamps; member in struct:u_trace_chunk
143 chunk->utctx->delete_timestamp_buffer(chunk->utctx, chunk->timestamps);
206 chunk->timestamps = ut->utctx->create_timestamp_buffer(ut->utctx, TIMESTAMP_BUF_SIZE);
338 uint64_t ns = utctx->read_timestamp(utctx, chunk->timestamps, idx, chunk->flush_data);
498 from_chunk->timestamps, from_idx,
499 to_chunk->timestamps, to_chunk->num_traces,
569 ut->utctx->record_timestamp(ut, cs, chunk->timestamps, chunk->num_traces);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
vid_dec_common.h 104 OMX_TICKS timestamps[2]; \
152 OMX_TICKS timestamps[2]; member in struct:h264d_prc
vid_dec_h264_common.c 67 priv->timestamp = priv->timestamps[0];
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_measure.c 385 assert(batch->timestamps);
387 return (batch->timestamps[batch->index - 1] != 0);
403 uint64_t *timestamps = batch->timestamps; local
404 assert(timestamps != NULL);
405 assert(timestamps[0] != 0);
444 buffered_result->start_ts = timestamps[i];
445 buffered_result->end_ts = timestamps[i+1];
intel_measure.h 148 uint64_t *timestamps; member in struct:intel_measure_batch
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
vid_dec_common.h 100 OMX_TICKS timestamps[2]; \
148 OMX_TICKS timestamps[2]; member in struct:h264d_prc
vid_dec_h264_common.c 67 priv->timestamp = priv->timestamps[0];
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_context.c 448 fd_trace_record_ts(struct u_trace *ut, void *cs, void *timestamps,
453 struct pipe_resource *buffer = timestamps;
468 void *timestamps, unsigned idx, void *flush_data)
472 struct pipe_resource *buffer = timestamps;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
vid_dec.c 467 priv->timestamps[i] = buf->nTimeStamp;
521 priv->timestamps[0] = priv->timestamps[1];
vid_dec_h265.c 643 priv->timestamp = priv->timestamps[0];
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
h264dprc.c 138 priv->timestamps[0] = priv->timestamps[1];
297 priv->timestamps[i] = in_buf->nTimeStamp;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
vid_dec.c 435 priv->timestamps[i] = buf->nTimeStamp;
486 priv->timestamps[0] = priv->timestamps[1];
vid_dec_h265.c 640 priv->timestamp = priv->timestamps[0];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
h264dprc.c 150 priv->timestamps[0] = priv->timestamps[1];
310 priv->timestamps[i] = in_buf->nTimeStamp;
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_measure.c 122 measure->base.timestamps = measure->bo->map;
213 /* can't record timestamps in this mode */
335 measure->base.timestamps = measure->bo->map;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_measure.c 108 measure->base.timestamps = iris_bo_map(NULL, measure->bo, MAP_READ);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_device.c 1270 tu_trace_destroy_ts_buffer(struct u_trace_context *utctx, void *timestamps)
1274 struct tu_bo *bo = timestamps;
1281 tu_trace_record_ts(struct u_trace *ut, void *cs, void *timestamps,
1284 struct tu_bo *bo = timestamps;
1296 void *timestamps, unsigned idx, void *flush_data)
1300 struct tu_bo *bo = timestamps;
  /xsrc/external/mit/MesaLib/dist/android/
mesa3d_cross.mk 253 # Meson will update timestamps in sources directory, continuously retriggering the build
  /xsrc/external/mit/fontconfig/dist/doc/
fcconfig.fncs 77 @PURPOSE@ Check timestamps on config files
  /xsrc/external/mit/MesaLib/dist/include/EGL/
eglext.h 505 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETFRAMETIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values);
511 EGLAPI EGLBoolean EGLAPIENTRY eglGetFrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values);
  /xsrc/external/mit/MesaLib.old/dist/include/EGL/
eglext.h 520 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETFRAMETIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values);
526 EGLAPI EGLBoolean EGLAPIENTRY eglGetFrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values);
  /xsrc/external/mit/libepoxy/src/
egl_generated.h 920 typedef EGLBoolean (GLAPIENTRY *PFNEGLGETFRAMETIMESTAMPSANDROIDPROC)(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint * timestamps, EGLnsecsANDROID * values);
1130 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglGetFrameTimestampsANDROID)(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint * timestamps, EGLnsecsANDROID * values);
egl_generated_dispatch.c 5082 GEN_THUNKS_RET(EGLBoolean, eglGetFrameTimestampsANDROID, (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint * timestamps, EGLnsecsANDROID * values), (dpy, surface, frameId, numTimestamps, timestamps, values))

Completed in 49 milliseconds

1 2 3