Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_EXT_calibrated_timestamps.txt24 quasi simultaneously from two time domains.
30 1) Is the device timestamp value returned in the same time domain as the
35 2) What time domain is the host timestamp returned in?
37 *RESOLVED*: A query is provided to determine the calibrateable time domains.
38 The expected host time domain used on Windows is that of
41 3) Should we support other time domain combinations than just one host and
42 the device time domain?
45 supported time domains, while supporting only one host and the device time
46 domain would only need a query for the host time domain type.
62 6) In what queue are timestamp values in time domain
[all …]
DVK_NV_ray_tracing_motion_blur.txt28 * A ray pipeline trace call which takes a time parameter
30 * Support for time-varying vertex positions in a geometry
31 * Motion instances to move existing instances over time
35 A motion trace using code:OpTraceRayMotionNV provides a time within that
38 vertex position for time of 1.0 using
/device/generic/vulkan-cereal/host-common/
Dlogging_unittest.cpp37 std::tm time = {}; in defaultTimestamp() local
38 time.tm_year = 2020 - 1900; in defaultTimestamp()
39 time.tm_mon = 9 - 1; // month starts at 0 in defaultTimestamp()
40 time.tm_mday = 13; in defaultTimestamp()
41 time.tm_hour = 12; in defaultTimestamp()
42 time.tm_min = 26; in defaultTimestamp()
43 time.tm_sec = 40; in defaultTimestamp()
44 time.tm_isdst = -1; // let mktime determine whether DST is in effect in defaultTimestamp()
45 int64_t timestamp_s = mktime(&time); in defaultTimestamp()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXInput2.h182 Time time; member
205 Time time; member
222 Time time; member
237 Time time; member
262 Time time; member
278 Time time; member
308 Time time; member
321 Time time; member
421 Time time
433 Time time,
[all …]
DXI2proto.h548 Time time; member
589 Time time; member
634 Time time; member
648 Time time; member
663 Time time; member
680 Time time; member
853 Time time; member
888 Time time; member
910 Time time; member
931 Time time; member
[all …]
DXInput.h209 Time time; /* milliseconds */ member
241 Time time; /* milliseconds */ member
274 Time time; /* milliseconds */ member
309 Time time; member
332 Time time; member
369 Time time; member
422 Time time; member
443 Time time; member
466 Time time; member
482 Time time; member
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_GOOGLE_display_timing/
DPresentTimeInfo.txt6 [open,refpage='VkPresentTimesInfoGOOGLE',desc='The earliest time each image should be presented',ty…
10 time that an image should be displayed.
17 not be displayed earlier than a specified time by adding a
32 If not `NULL`, each element of pname:pTimes contains the earliest time
48 [open,refpage='VkPresentTimeGOOGLE',desc='The earliest time image should be presented',type='struct…
59 some period of time that is meaningful to the application.
61 displayed to the user any earlier than this time.
62 pname:desiredPresentTime is a time in nanoseconds, relative to a
66 image at any time.
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXKBlib.h38 Time time; /* milliseconds */ member
48 Time time; /* milliseconds */ member
66 Time time; /* milliseconds */ member
95 Time time; /* milliseconds */ member
124 Time time; /* milliseconds */ member
142 Time time; /* milliseconds */ member
154 Time time; /* milliseconds */ member
176 Time time; /* milliseconds */ member
190 Time time; /* milliseconds */ member
208 Time time; /* milliseconds */ member
[all …]
/device/generic/vulkan-cereal/third-party/angle/doc/
DDynamicShaderCompilation.md5 compiler at GL shader compile time. Moreover, we can insert additional
6 optimization code right at draw-time.
10 shader preamble to floating point, saving CPU conversion time.
12 At draw-time, we also optimize out any unused render target outputs. This
15 time.
19 ANGLE is not the only program to do this kind of draw-time optimization. A
/device/generic/vulkan-cereal/third-party/angle/extensions/
DANGLE_timer_query.txt44 help identify application or driver bottlenecks. At run time,
58 the amount of time it takes to fully complete a set of GL commands, and
61 time intervals to be polled asynchronously by the application.
128 Timer queries use query objects to track the amount of time needed to
129 fully complete a set of GL commands, or to determine the current time
138 the first time they are used by BeginQueryANGLE. Query objects contain
176 query timer is finally stopped, the elapsed time (in nanoseconds) is
180 If the elapsed time overflows the number of bits, <n>, available to hold
181 elapsed time, its value becomes undefined. It is recommended, but not
187 query, and a counter keeping track of the time that has passed.
[all …]
DEGL_CHROMIUM_sync_control.txt48 attribute of an EGLSurface and is incremented each time a swap
80 timestamp is obtained each time the graphics MSC is incremented.
81 If this value does not reflect the value of the UST at the time the
112 Each time eglSwapBuffer succeeds, the SBC will be increased within a
113 finite time period.
/device/generic/goldfish/dhcp/client/
Dtimer.cpp22 struct timespec time = { 0, 0 }; in now() local
23 clock_gettime(CLOCK_MONOTONIC, &time); in now()
24 return static_cast<uint64_t>(time.tv_sec) * 1000u + in now()
25 static_cast<uint64_t>(time.tv_nsec / 1000000u); in now()
/device/generic/vulkan-cereal/protocols/vulkan/scripts/
Dgenvk.py11 import time
37 startTime = time.process_time()
43 endTime = time.process_time()
670 if args.time:
684 startTimer(args.time)
686 endTimer(args.time, '* Time to make ElementTree =')
689 startTimer(args.time)
691 endTimer(args.time, '* Time to parse ElementTree =')
705 startTimer(args.time)
707 endTimer(args.time, '* Time to generate ' + options.filename + ' =')
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c91 uint64_t time; member
253 mTask.samples[index][w].time = curr_time + counter; in fillSamples()
281 static bool allocateDataEvt(struct FusionSensor *mSensor, uint64_t time) in allocateDataEvt() argument
292 mSensor->ev->referenceTime = time; in allocateDataEvt()
293 mSensor->prev_time = time; in allocateDataEvt()
299 static bool addSample(struct FusionSensor *mSensor, uint64_t time, float x, float y, float z) in addSample() argument
305 if (mSensor->prev_time == time) { in addSample()
312 if (!allocateDataEvt(mSensor, time)) in addSample()
324 sample->deltaTime = time > mSensor->prev_time ? (time - mSensor->prev_time) : 0; in addSample()
325 mSensor->prev_time = time; in addSample()
[all …]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c880 struct LSM6DSMTimeCalibration time; member
1431 if (T(time).status != TIME_SYNC_TIMER) in lsm6dsm_timeSyncTask()
1440 T(time).timeSyncRtcTime = sensorGetTime(); in lsm6dsm_timeSyncTask()
2281 …T(time).theoreticalDeltaTimeLSB = cpuMathU64DivByU16((uint64_t)lsm6dsm_sensorHzToNs(T(fifoCntl).tr… in lsm6dsm_calculateFifoDecimators()
2282 T(time).deltaTimeMarginLSB = ((T(time).theoreticalDeltaTimeLSB) * 10) / 100; in lsm6dsm_calculateFifoDecimators()
2348 T(time).sampleTimestampFromFifoLSB = 0; in lsm6dsm_resetTimestampSync()
2349 T(time).timestampIsValid = false; in lsm6dsm_resetTimestampSync()
2350 T(time).lastSampleTimestamp = 0; in lsm6dsm_resetTimestampSync()
2351 T(time).noTimer.lastTimestampDataAvlRtcTime = 0; in lsm6dsm_resetTimestampSync()
2352 T(time).noTimer.newTimestampDataAvl = false; in lsm6dsm_resetTimestampSync()
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dgenvk.py11 import time
37 startTime = time.process_time()
43 endTime = time.process_time()
644 startTimer(args.time)
646 endTimer(args.time, '* Time to make ElementTree =')
649 startTimer(args.time)
651 endTimer(args.time, '* Time to parse ElementTree =')
664 startTimer(args.time)
666 endTimer(args.time, '* Time to generate ' + options.filename + ' =')
/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.c51 if (VERBOSE_CHECK(time)) { in fdprintfnv()
55 struct tm* time = localtime(&now); in fdprintfnv() local
56 fprintf(fp, "%02d:%02d:%02d.%05ld ", time->tm_hour, time->tm_min, in fdprintfnv()
57 time->tm_sec, tv.tv_usec); in fdprintfnv()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/doc/
DShaderModuleCompilation.md14 binding and location indices. The correct values are determined at link time. For the sake of
15 transform feedback, some markers are left in the shader for link-time substitution.
18 resolved at draw-time. For example,
24 [GlslangWrapperVk][GlslangWrapperVk.cpp] helper class. At this time, we use Khronos'
29 this time, but that could be a future optimization.
31 1. **Draw-time Pipeline Creation**: Once the application records a draw call, the SPIR-V is compiled
52 …right of "ANGLE Front-end": Source is using bogus\nVulkan qualifiers to be\ncorrected at link time.
/device/generic/vulkan-cereal/third-party/angle/src/third_party/libXNVCtrl/
DNVCtrlLib.h590 Time time; member
614 Time time; member
639 Time time; member
665 Time time; member
689 Time time; member
/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h92 struct timespec time; in GetMillisecondsSinceBoot() local
93 int res = clock_gettime(CLOCK_BOOTTIME, &time); in GetMillisecondsSinceBoot()
95 return (time.tv_sec * 1000) + (time.tv_nsec / 1000 / 1000); in GetMillisecondsSinceBoot()
Dtpm_gatekeeper.cpp124 struct timespec time; in GetMillisecondsSinceBoot() local
125 int res = clock_gettime(CLOCK_BOOTTIME, &time); in GetMillisecondsSinceBoot()
127 return (time.tv_sec * 1000) + (time.tv_nsec / 1000 / 1000); in GetMillisecondsSinceBoot()
/device/google/sunfish/
Dinit.hardware.rc196 mkdir /mnt/vendor/persist/time 0770 system system
197 chown system system /mnt/vendor/persist/time/ats_1
198 chown system system /mnt/vendor/persist/time/ats_2
199 chown system system /mnt/vendor/persist/time/ats_3
200 chown system system /mnt/vendor/persist/time/ats_4
201 chown system system /mnt/vendor/persist/time/ats_5
202 chown system system /mnt/vendor/persist/time/ats_6
203 chown system system /mnt/vendor/persist/time/ats_7
204 chown system system /mnt/vendor/persist/time/ats_8
205 chown system system /mnt/vendor/persist/time/ats_9
[all …]
/device/google/cuttlefish/host/commands/metrics/proto/
Dcf_metrics_event.proto21 // The event type is the time the VM instance is instantiated.
24 // The event type is the time the device boot process is started.
27 // The event type is the time the device lock screen is available.
30 // The event type is the time the virtual device was stopped.
88 // Elapsed time for the event in milliseconds.
/device/google/redbull/
Dinit.hardware.rc65 # Boot time cpuset and stune
81 # Boot time fs tuning
237 mkdir /mnt/vendor/persist/time 0770 system system
238 chown system system /mnt/vendor/persist/time/ats_1
239 chown system system /mnt/vendor/persist/time/ats_2
240 chown system system /mnt/vendor/persist/time/ats_3
241 chown system system /mnt/vendor/persist/time/ats_4
242 chown system system /mnt/vendor/persist/time/ats_5
243 chown system system /mnt/vendor/persist/time/ats_6
244 chown system system /mnt/vendor/persist/time/ats_7
[all …]
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/base/
Dtime.h174 inline struct timespec ToPosixTimespec(TimeMillis time) { in ToPosixTimespec() argument
176 const long time_s = static_cast<long>(time.count() / 1000); in ToPosixTimespec()
178 ts.tv_nsec = (static_cast<long>(time.count()) - time_s * 1000L) * 1000000L; in ToPosixTimespec()

12345678910>>...16