/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range03.c | 21 struct timespec get_timestamp(int fd) in get_timestamp() function 35 timestamp1 = get_timestamp(fd_dest); in verify_copy_file_range_timestamp() 45 timestamp2 = get_timestamp(fd_dest); in verify_copy_file_range_timestamp()
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
D | gitlab_section.py | 40 def get_timestamp(self, time: datetime) -> str: member in GitlabSection 50 timestamp = self.get_timestamp(time)
|
/third_party/openssl/apps/ |
D | tsget.in | 83 sub get_timestamp { 180 my ($ts_body, $error) = get_timestamp $curl, \$body;
|
/third_party/node/deps/openssl/openssl/apps/ |
D | tsget.in | 83 sub get_timestamp { 180 my ($ts_body, $error) = get_timestamp $curl, \$body;
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri_vgem.c | 60 vscreen->get_timestamp = NULL; in vl_vgem_drm_screen_create()
|
D | vl_winsys_drm.c | 58 vscreen->get_timestamp = NULL; in vl_drm_screen_create()
|
D | vl_winsys.h | 56 (*get_timestamp)(struct vl_screen *vscreen, void *drawable); member
|
D | vl_winsys_dri.c | 470 scrn->base.get_timestamp = vl_dri2_screen_get_timestamp; in vl_dri2_screen_create()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | timestamp.cpp | 58 result(q.pipe->screen->get_timestamp(q.pipe->screen)) { in current()
|
/third_party/mesa3d/src/mesa/main/ |
D | queryobj.c | 370 if (screen->get_timestamp) { in _mesa_get_timestamp() 371 return screen->get_timestamp(screen); in _mesa_get_timestamp() 375 assert(pipe->get_timestamp); in _mesa_get_timestamp() 376 return pipe->get_timestamp(pipe); in _mesa_get_timestamp()
|
/third_party/mesa3d/.gitlab-ci/tests/utils/ |
D | test_lava_log.py | 59 gs.get_timestamp = lambda x: "mock_date"
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_screen.c | 129 return screen->gpu->get_timestamp(screen->gpu); in tegra_screen_get_timestamp() 600 screen->base.get_timestamp = tegra_screen_get_timestamp; in tegra_screen_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 121 return screen->get_timestamp(screen); in dd_screen_get_timestamp() 630 SCR_INIT(get_timestamp); in ddebug_screen_create()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 170 uint64_t (*get_timestamp)(struct pipe_screen *); member
|
D | p_context.h | 1020 uint64_t (*get_timestamp)(struct pipe_context *); member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 323 pscreen->get_timestamp = nouveau_screen_get_timestamp; in nouveau_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 601 screen->base.get_timestamp = softpipe_get_timestamp; in softpipe_create_screen()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | presentation.c | 189 *current_time = pq->device->vscreen->get_timestamp(pq->device->vscreen, in vlVdpPresentationQueueGetTime()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4.h | 285 src_reg get_timestamp();
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.1.rst | 134 - i965/fs: Make get_timestamp() pass back the MOV rather than emitting
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 809 pscreen->get_timestamp = crocus_get_timestamp; in crocus_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_screen.c | 920 screen->base.get_timestamp = panfrost_get_timestamp; in panfrost_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 887 pscreen->get_timestamp = iris_get_timestamp; in iris_screen_create()
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
D | ittnotify_static.h | 167 ITT_STUB(ITTAPI, __itt_timestamp, get_timestamp, (void), (ITT_NO_PARAMS), get_timestamp, __itt_gro…
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 1094 result = screen->get_timestamp(screen); in trace_screen_get_timestamp() 1445 tr_scr->base.get_timestamp = trace_screen_get_timestamp; in trace_screen_create()
|