Home
last modified time | relevance | path

Searched refs:get_timestamp (Results 1 - 25 of 43) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range03.c21 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 Dgitlab_section.py40 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 Dvl_winsys_dri_vgem.c60 vscreen->get_timestamp = NULL; in vl_vgem_drm_screen_create()
H A Dvl_winsys_drm.c58 vscreen->get_timestamp = NULL; in vl_drm_screen_create()
H A Dvl_winsys.h56 (*get_timestamp)(struct vl_screen *vscreen, void *drawable); member
H A Dvl_winsys_dri.c470 scrn->base.get_timestamp = vl_dri2_screen_get_timestamp; in vl_dri2_screen_create()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dtimestamp.cpp58 result(q.pipe->screen->get_timestamp(q.pipe->screen)) { in current()
/third_party/mesa3d/.gitlab-ci/tests/utils/
H A Dtest_lava_log.py59 gs.get_timestamp = lambda x: "mock_date"
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c370 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 Dp_screen.h170 uint64_t (*get_timestamp)(struct pipe_screen *); member
H A Dp_context.h1017 * 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 Dtegra_screen.c129 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 Ddd_screen.c121 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 Dpresentation.c189 *current_time = pq->device->vscreen->get_timestamp(pq->device->vscreen, in vlVdpPresentationQueueGetTime()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c601 screen->base.get_timestamp = softpipe_get_timestamp; in softpipe_create_screen()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.h285 src_reg get_timestamp();
H A Dbrw_fs.h341 fs_reg get_timestamp(const brw::fs_builder &bld);
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c323 pscreen->get_timestamp = nouveau_screen_get_timestamp; in nouveau_screen_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.c809 pscreen->get_timestamp = crocus_get_timestamp; in crocus_screen_create()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.c920 screen->base.get_timestamp = panfrost_get_timestamp; in panfrost_create_screen()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.h167 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 Dtr_screen.c1091 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 Dlp_screen.c1065 screen->base.get_timestamp = llvmpipe_get_timestamp; in llvmpipe_create_screen()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c1138 pscreen->get_timestamp = fd_screen_get_timestamp; in fd_screen_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c887 pscreen->get_timestamp = iris_get_timestamp; in iris_screen_create()

Completed in 21 milliseconds

12