Searched refs:timestamp (Results 1 - 25 of 1215) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dtimestamp.cpp23 #include "core/timestamp.hpp"
30 timestamp::query::query(command_queue &q) :
36 timestamp::query::query(query &&other) :
42 timestamp::query::~query() {
48 timestamp::query::operator()() const {
57 timestamp::current::current(command_queue &q) :
62 timestamp::current::operator()() const {
H A Dtimestamp.hpp33 namespace timestamp { namespace in namespace:clover
35 /// Emit a timestamp query that is executed asynchronously by
57 /// Get the current timestamp value.
H A Dqueue.hpp31 #include "core/timestamp.hpp"
63 friend class clover::timestamp::query;
64 friend class clover::timestamp::current;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dtimestamp.cpp23 #include "core/timestamp.hpp"
30 timestamp::query::query(command_queue &q) :
36 timestamp::query::query(query &&other) :
42 timestamp::query::~query() {
48 timestamp::query::operator()() const {
57 timestamp::current::current(command_queue &q) :
62 timestamp::current::operator()() const {
H A Dtimestamp.hpp33 namespace timestamp { namespace in namespace:clover
35 /// Emit a timestamp query that is executed asynchronously by
57 /// Get the current timestamp value.
/xsrc/external/mit/libXTrap/dist/src/
H A DXEDsptch.c53 pdatum->hdr.timestamp =
62 pdatum->hdr.timestamp = last_time;
64 if (!pdatum->hdr.timestamp)
66 pdatum->hdr.timestamp = last_time;
70 last_time = pdatum->hdr.timestamp;
72 tc->values.last_time = pdatum->hdr.timestamp; /* no macro! */
73 if (pdatum->hdr.timestamp < last_time)
75 pdatum->hdr.timestamp = 0;
79 pdatum->hdr.timestamp = pdatum->hdr.timestamp
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.h48 unsigned timestamp; member in struct:softpipe_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_screen.h56 unsigned timestamp; member in struct:llvmpipe_screen
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dkgsl_pipe.c60 static int kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, argument
65 .timestamp = timestamp,
76 kgsl_pipe_process_pending(kgsl_pipe, timestamp);
81 uint32_t *timestamp)
92 *timestamp = req.timestamp;
149 uint32_t timestamp = kgsl_bo_get_timestamp(kgsl_bo); local in function:kgsl_pipe_pre_submit
150 if (timestamp)
151 fd_pipe_wait(kgsl_pipe->p3d, timestamp);
80 kgsl_pipe_timestamp(struct kgsl_pipe * kgsl_pipe,uint32_t * timestamp) argument
156 kgsl_pipe_post_submit(struct kgsl_pipe * kgsl_pipe,uint32_t timestamp) argument
175 kgsl_pipe_process_pending(struct kgsl_pipe * kgsl_pipe,uint32_t timestamp) argument
[all...]
H A Dkgsl_priv.h60 /* list of bo's that have been submitted but timestamp has
65 /* if we are the 2d pipe, and want to wait on a timestamp
82 /* timestamp (per pipe) for bo's in a pipe's pending_list: */
83 uint32_t timestamp[FD_PIPE_MAX]; member in struct:kgsl_bo
97 uint32_t *timestamp);
102 uint32_t timestamp);
104 uint32_t timestamp);
117 drm_private void kgsl_bo_set_timestamp(struct kgsl_bo *bo, uint32_t timestamp);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c38 * at which point fd_fence_populate() is called and timestamp and possibly
45 uint32_t timestamp; member in struct:pipe_fence_handle
56 uint32_t timestamp, int fence_fd)
60 fence->timestamp = timestamp;
95 if (fd_pipe_wait_timeout(fence->pipe, fence->timestamp, timeout))
102 struct fd_batch *batch, uint32_t timestamp, int fence_fd)
115 fence->timestamp = timestamp;
55 fd_fence_populate(struct pipe_fence_handle * fence,uint32_t timestamp,int fence_fd) argument
101 fence_create(struct fd_context * ctx,struct fd_batch * batch,uint32_t timestamp,int fence_fd) argument
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_pipe.c29 drm_public int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) argument
31 return etna_pipe_wait_ns(pipe, timestamp, ms * 1000000);
34 drm_public int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) argument
41 .fence = timestamp,
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_pipe.c93 drm_public int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) argument
95 return fd_pipe_wait_timeout(pipe, timestamp, ~0);
98 drm_public int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, argument
101 return pipe->funcs->wait(pipe, timestamp, timeout);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_pipe.c91 int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) argument
93 return fd_pipe_wait_timeout(pipe, timestamp, ~0);
96 int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, argument
99 return pipe->funcs->wait(pipe, timestamp, timeout);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.h55 OMX_TICKS timestamp; member in struct:dpb_list
92 OMX_TICKS *timestamp);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.h96 disk_cache_get_function_timestamp(void *ptr, uint32_t* timestamp) argument
108 fprintf(stderr, "Mesa: The provided filesystem timestamp for the cache "
113 *timestamp = st.st_mtime;
121 uint32_t timestamp; local in function:disk_cache_get_function_identifier
129 if (disk_cache_get_function_timestamp(ptr, &timestamp)) {
130 _mesa_sha1_update(ctx, &timestamp, sizeof(timestamp));
168 disk_cache_create(const char *gpu_name, const char *timestamp,
252 disk_cache_create(const char *gpu_name, const char *timestamp, argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.h55 OMX_TICKS timestamp; member in struct:dpb_list
92 OMX_TICKS *timestamp);
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_pipe.c29 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) argument
36 .fence = timestamp,
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache.h97 disk_cache_get_function_timestamp(void *ptr, uint32_t* timestamp) argument
109 fprintf(stderr, "Mesa: The provided filesystem timestamp for the cache "
114 *timestamp = st.st_mtime;
122 uint32_t timestamp; local in function:disk_cache_get_function_identifier
130 if (disk_cache_get_function_timestamp(ptr, &timestamp)) {
131 _mesa_sha1_update(ctx, &timestamp, sizeof(timestamp));
175 disk_cache_create(const char *gpu_name, const char *timestamp,
281 disk_cache_create(const char *gpu_name, const char *timestamp, argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.h48 unsigned timestamp; member in struct:softpipe_screen
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.h86 - (void) x_active:(Time)timestamp;
87 - (void) x_inactive:(Time)timestamp;
89 - (void) x_copy:(Time)timestamp;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.h85 - (void)x_active:(Time)timestamp;
86 - (void)x_inactive:(Time)timestamp;
88 - (void)x_copy:(Time)timestamp;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_kgsl.c37 uint32_t timestamp; member in struct:tu_syncobj
267 timestamp_to_fd(struct tu_queue *queue, uint32_t timestamp) argument
273 .timestamp = timestamp,
285 /* return true if timestamp a is greater (more recent) then b
321 ret.timestamp = sync->timestamp;
323 ret.timestamp = max_ts(ret.timestamp, sync->timestamp);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c41 uint32_t timestamp; member in struct:pipe_fence_handle
70 if (etna_pipe_wait_ns(fence->screen->pipe, fence->timestamp, timeout))
114 fence->timestamp = etna_cmd_stream_timestamp(ctx->stream);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c42 uint32_t timestamp; member in struct:pipe_fence_handle
71 if (etna_pipe_wait_ns(fence->screen->pipe, fence->timestamp, timeout))
116 fence->timestamp = etna_cmd_stream_timestamp(ctx->stream);

Completed in 42 milliseconds

1234567891011>>