Home
last modified time | relevance | path

Searched refs:actualPresentTime (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp876 if (m_queuePresentTimes[pastPresentationTimings[pastPresentationInfoNdx].presentID] > pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime) in render()
883 // actualPresentTime for this swapchain. In order to not in render()
886 // actualPresentTime(s) that we're receiving now. in render()
889 m_prevDesiredPresentTime = pastPresentationTimings.back().actualPresentTime + (multiple * m_targetIPD); in render()
894 if (pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime > (pastPresentationTimings[pastPresentationInfoNdx].desiredPresentTime + m_rcDuration.refreshDuration + MILLISECOND)) in render()
896 const deUint64 actual = pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime; in render()
910 log << TestLog::Message << "\t\t actualPresentTime = " << actual << " nsec" << TestLog::EndMessage; in render()
920 else if ((pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime > pastPresentationTimings[pastPresentationInfoNdx].earliestPresentTime) && in render()
923 const deUint64 actual = pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime; in render()
928 log << TestLog::Message << "\t\t actualPresentTime in render()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp876 if (m_queuePresentTimes[pastPresentationTimings[pastPresentationInfoNdx].presentID] > pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime) in render()
883 // actualPresentTime for this swapchain. In order to not in render()
886 // actualPresentTime(s) that we're receiving now. in render()
889 m_prevDesiredPresentTime = pastPresentationTimings.back().actualPresentTime + (multiple * m_targetIPD); in render()
894 if (pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime > (pastPresentationTimings[pastPresentationInfoNdx].desiredPresentTime + m_rcDuration.refreshDuration + MILLISECOND)) in render()
896 const deUint64 actual = pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime; in render()
910 log << TestLog::Message << "\t\t actualPresentTime = " << actual << " nsec" << TestLog::EndMessage; in render()
920 else if ((pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime > pastPresentationTimings[pastPresentationInfoNdx].earliestPresentTime) && in render()
923 const deUint64 actual = pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime; in render()
928 log << TestLog::Message << "\t\t actualPresentTime in render()
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9046 uint64_t actualPresentTime; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp37285 uint64_t actualPresentTime = {}; global() member
[all...]
H A Dvulkan_core.h9432 uint64_t actualPresentTime; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10567 uint64_t actualPresentTime; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h9592 uint64_t actualPresentTime; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h12396 uint64_t actualPresentTime; member
H A Dvulkan_hash.hpp7224 VULKAN_HPP_HASH_COMBINE( seed, pastPresentationTimingGOOGLE.actualPresentTime );
H A Dvulkan_structs.hpp[all...]

Completed in 334 milliseconds