Home
last modified time | relevance | path

Searched refs:timestampContainer (Results 1 – 5 of 5) sorted by relevance

/dports/security/keybase/client-v5.7.1/shared/people/item/
H A Dindex.tsx58 styles.timestampContainer,
107 timestampContainer: Styles.platformStyles({
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/event/
H A Devent.h305 …static void getBoundaryTimestampValues(TimestampPacketContainer *timestampContainer, uint64_t &glo…
H A Devent.cpp395 void Event::getBoundaryTimestampValues(TimestampPacketContainer *timestampContainer, uint64_t &glob… in getBoundaryTimestampValues() argument
396 const auto timestamps = timestampContainer->peekNodes(); in getBoundaryTimestampValues()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.h303 …onst Vec3<size_t> &gws, const Vec3<size_t> &offsets, TimestampPacketContainer *timestampContainer);
623 bool hasRunFinished(TimestampPacketContainer *timestampContainer);
H A Dkernel.cpp1126 …nst Vec3<size_t> &gws, const Vec3<size_t> &offsets, TimestampPacketContainer *timestampContainer) { in performKernelTuning() argument
1145 … submissionData.kernelStandardTimestamps->assignAndIncrementNodesRefCounts(*timestampContainer); in performKernelTuning()
1170 … submissionData.kernelSubdeviceTimestamps->assignAndIncrementNodesRefCounts(*timestampContainer); in performKernelTuning()
1196 bool Kernel::hasRunFinished(TimestampPacketContainer *timestampContainer) { in hasRunFinished() argument
1197 for (const auto &node : timestampContainer->peekNodes()) { in hasRunFinished()