Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_calibrated_timestamps.adoc143 maxDeviation = timestampX_after - timestampX_before
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp716 nsecs_t maxDeviation = sUseRateLimiter ? kAllowedDeviation.count() : 1; in needUpdateTargetWorkDurationLocked() local
718 return abs(mTargetWorkDuration - mLastTargetDurationReported) >= maxDeviation; in needUpdateTargetWorkDurationLocked()
730 nsecs_t maxDeviation = sUseRateLimiter ? kAllowedDeviation.count() : 1; in needSendActualWorkDurationLocked() local
732 return abs((*mActualWorkDuration - mTargetWorkDuration) - *mLastErrorSent) >= maxDeviation; in needSendActualWorkDurationLocked()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp7932 uint64_t & maxDeviation = data_.second; in getCalibratedTimestampsEXT() local
7933 …const VkCalibratedTimestampInfoEXT *>( timestampInfos.data() ), timestamps.data(), &maxDeviation ); in getCalibratedTimestampsEXT()
7947 uint64_t & maxDeviation = data_.second; in getCalibratedTimestampsEXT() local
7948 …const VkCalibratedTimestampInfoEXT *>( timestampInfos.data() ), timestamps.data(), &maxDeviation ); in getCalibratedTimestampsEXT()
7962 uint64_t & maxDeviation = data_.second; in getCalibratedTimestampEXT() local
7963 …nterpret_cast<const VkCalibratedTimestampInfoEXT *>( &timestampInfo ), &timestamp, &maxDeviation ); in getCalibratedTimestampEXT()
Dvulkansc_raii.hpp9436 uint64_t & maxDeviation = data_.second; in getCalibratedTimestampsEXT() local
9437 …const VkCalibratedTimestampInfoEXT *>( timestampInfos.data() ), timestamps.data(), &maxDeviation ); in getCalibratedTimestampsEXT()
9451 uint64_t & maxDeviation = data_.second; in getCalibratedTimestampEXT() local
9452 …nterpret_cast<const VkCalibratedTimestampInfoEXT *>( &timestampInfo ), &timestamp, &maxDeviation ); in getCalibratedTimestampEXT()
Dvulkan_raii.hpp16533 uint64_t & maxDeviation = data_.second; in getCalibratedTimestampsEXT() local
16534 …const VkCalibratedTimestampInfoEXT *>( timestampInfos.data() ), timestamps.data(), &maxDeviation ); in getCalibratedTimestampsEXT()
16548 uint64_t & maxDeviation = data_.second; in getCalibratedTimestampEXT() local
16549 …nterpret_cast<const VkCalibratedTimestampInfoEXT *>( &timestampInfo ), &timestamp, &maxDeviation ); in getCalibratedTimestampEXT()