/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A 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/ |
H A D | gitlab_section.py | 40 def get_timestamp(self, time: datetime) -> str: member in GitlabSection 50 timestamp = self.get_timestamp(time)
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys_dri_vgem.c | 60 vscreen->get_timestamp = NULL; in vl_vgem_drm_screen_create()
|
H A D | vl_winsys_drm.c | 58 vscreen->get_timestamp = NULL; in vl_drm_screen_create()
|
H A D | vl_winsys.h | 56 (*get_timestamp)(struct vl_screen *vscreen, void *drawable); member
|
H A 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/ |
H A D | timestamp.cpp | 58 result(q.pipe->screen->get_timestamp(q.pipe->screen)) { in current()
|
/third_party/mesa3d/.gitlab-ci/tests/utils/ |
H A D | test_lava_log.py | 59 gs.get_timestamp = lambda x: "mock_date"
|
/third_party/mesa3d/src/mesa/main/ |
H A 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/src/gallium/include/pipe/ |
H A D | p_screen.h | 170 uint64_t (*get_timestamp)(struct pipe_screen *); member
|
H A D | p_context.h | 1017 * pipe_screen::get_timestamp() but takes a context handle for drivers 1020 uint64_t (*get_timestamp)(struct pipe_context *); member
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A 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/ |
H A 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/frontends/vdpau/ |
H A D | presentation.c | 189 *current_time = pq->device->vscreen->get_timestamp(pq->device->vscreen, in vlVdpPresentationQueueGetTime()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_screen.c | 601 screen->base.get_timestamp = softpipe_get_timestamp; in softpipe_create_screen()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4.h | 285 src_reg get_timestamp();
|
H A D | brw_fs.h | 341 fs_reg get_timestamp(const brw::fs_builder &bld);
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.c | 323 pscreen->get_timestamp = nouveau_screen_get_timestamp; in nouveau_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.c | 809 pscreen->get_timestamp = crocus_get_timestamp; in crocus_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 920 screen->base.get_timestamp = panfrost_get_timestamp; in panfrost_create_screen()
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.h | 167 ITT_STUB(ITTAPI, __itt_timestamp, get_timestamp, (void), (ITT_NO_PARAMS), get_timestamp, __itt_group_structure, "no args")
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_screen.c | 1091 trace_dump_call_begin("pipe_screen", "get_timestamp"); in trace_screen_get_timestamp() 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()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_screen.c | 1065 screen->base.get_timestamp = llvmpipe_get_timestamp; in llvmpipe_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_screen.c | 1138 pscreen->get_timestamp = fd_screen_get_timestamp; in fd_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_screen.c | 887 pscreen->get_timestamp = iris_get_timestamp; in iris_screen_create()
|