HomeSort by relevance Sort by last modified time
    Searched refs:TimingInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 111 class TimingInfo {
113 TimingInfo() = default;
114 TimingInfo(const VkPresentTimeGOOGLE* qp, uint64_t nativeFrameId)
195 // Maximum number of TimingInfo structs to keep per swapchain:
236 android::Vector<TimingInfo> timing;
315 TimingInfo& ti = swapchain.timing.editItemAt(i);
317 // This TimingInfo is ready to be reported to the user. Add it
322 // This TimingInfo is not yet ready to be reported to the user,
348 // Record the timestamp(s) we received, and then see if this TimingInfo
356 // The TimingInfo has received enough timestamps, and should no
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 445 /// TimingInfo Class - This class is used to calculate information about the
452 class TimingInfo {
457 TimingInfo() : TG("... Pass execution timing report ...") {}
460 ~TimingInfo() {
488 static TimingInfo *TheTimeInfo;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 460 /// TimingInfo Class - This class is used to calculate information about the
467 class TimingInfo {
472 TimingInfo() : TG("... Pass execution timing report ...") {}
475 ~TimingInfo() {
504 static TimingInfo *TheTimeInfo;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 

Completed in 86 milliseconds