| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | timestamp.cpp | 23 #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 D | timestamp.hpp | 33 namespace timestamp { namespace in namespace:clover 35 /// Emit a timestamp query that is executed asynchronously by 57 /// Get the current timestamp value.
|
| H A D | queue.hpp | 31 #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 D | timestamp.cpp | 23 #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 D | timestamp.hpp | 33 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 D | XEDsptch.c | 53 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 D | sp_screen.h | 48 unsigned timestamp; member in struct:softpipe_screen
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_screen.h | 56 unsigned timestamp; member in struct:llvmpipe_screen
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| H A D | kgsl_pipe.c | 60 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 D | kgsl_priv.h | 60 /* 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 D | freedreno_fence.c | 38 * 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 D | etnaviv_pipe.c | 29 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 D | freedreno_pipe.c | 93 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 D | freedreno_pipe.c | 91 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 D | vid_dec_h264_common.h | 55 OMX_TICKS timestamp; member in struct:dpb_list 92 OMX_TICKS *timestamp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | disk_cache.h | 96 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, ×tamp)) { 130 _mesa_sha1_update(ctx, ×tamp, 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 D | vid_dec_h264_common.h | 55 OMX_TICKS timestamp; member in struct:dpb_list 92 OMX_TICKS *timestamp);
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_pipe.c | 29 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 D | disk_cache.h | 97 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, ×tamp)) { 131 _mesa_sha1_update(ctx, ×tamp, 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 D | sp_screen.h | 48 unsigned timestamp; member in struct:softpipe_screen
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.h | 86 - (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 D | x-selection.h | 85 - (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 D | tu_kgsl.c | 37 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 D | etnaviv_fence.c | 41 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 D | etnaviv_fence.c | 42 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);
|