Home
last modified time | relevance | path

Searched refs:get_timestamp (Results 1 – 25 of 50) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
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/gstreamer/gstplugins_bad/sys/androidmedia/jni/
Dgstamcsurfacetexture-jni.c52 jmethodID get_timestamp; member
120 surface_texture.get_timestamp = in gst_amc_surface_texture_static_init()
123 if (!surface_texture.get_timestamp) { in gst_amc_surface_texture_static_init()
226 surface_texture.get_timestamp, result); in gst_amc_surface_texture_jni_get_timestamp()
398 surface_texture_class->get_timestamp = in gst_amc_surface_texture_jni_class_init()
/third_party/mesa3d/.gitlab-ci/lava/utils/
Dgitlab_section.py40 def get_timestamp(self, time: datetime) -> str: member in GitlabSection
50 timestamp = self.get_timestamp(time)
/third_party/openssl/apps/
Dtsget.in83 sub get_timestamp {
180 my ($ts_body, $error) = get_timestamp $curl, \$body;
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri_vgem.c60 vscreen->get_timestamp = NULL; in vl_vgem_drm_screen_create()
Dvl_winsys_drm.c58 vscreen->get_timestamp = NULL; in vl_drm_screen_create()
Dvl_winsys.h56 (*get_timestamp)(struct vl_screen *vscreen, void *drawable); member
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/
Dtimestamp.cpp58 result(q.pipe->screen->get_timestamp(q.pipe->screen)) { in current()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcsurfacetexture.h55 gboolean (* get_timestamp) (GstAmcSurfaceTexture *texture, member
Dgstamcsurfacetexture.c85 return klass->get_timestamp (self, result, err); in gst_amc_surface_texture_get_timestamp()
/third_party/mesa3d/src/mesa/main/
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/gstreamer/gstplugins_bad/sys/androidmedia/magicleap/
Dgstamc-surfacetexture-ml.c182 surface_texture_class->get_timestamp = in gst_amc_surface_texture_ml_class_init()
/third_party/mesa3d/.gitlab-ci/tests/utils/
Dtest_lava_log.py59 gs.get_timestamp = lambda x: "mock_date"
/third_party/mesa3d/src/gallium/drivers/tegra/
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/
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/include/pipe/
Dp_screen.h170 uint64_t (*get_timestamp)(struct pipe_screen *); member
Dp_context.h1020 uint64_t (*get_timestamp)(struct pipe_context *); member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c601 screen->base.get_timestamp = softpipe_get_timestamp; in softpipe_create_screen()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dpresentation.c189 *current_time = pq->device->vscreen->get_timestamp(pq->device->vscreen, in vlVdpPresentationQueueGetTime()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c323 pscreen->get_timestamp = nouveau_screen_get_timestamp; in nouveau_screen_init()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h285 src_reg get_timestamp();
/third_party/mesa3d/docs/relnotes/
D10.5.1.rst134 - i965/fs: Make get_timestamp() pass back the MOV rather than emitting
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c809 pscreen->get_timestamp = crocus_get_timestamp; in crocus_screen_create()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c920 screen->base.get_timestamp = panfrost_get_timestamp; in panfrost_create_screen()

12