Home
last modified time | relevance | path

Searched refs:stats_ (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dspirv_stats.cpp50 stats_ = in_out_stats; in StatsAggregator()
60 ++stats_->version_hist[version]; in ProcessHeader()
61 ++stats_->generator_hist[generator]; in ProcessHeader()
86 ++stats_->capability_hist[capability]; in ProcessCapability()
94 ++stats_->extension_hist[extension]; in ProcessExtension()
101 ++stats_->opcode_hist[opcode]; in ProcessOpcode()
104 auto step_it = stats_->opcode_markov_hist.begin(); in ProcessOpcode()
106 step_it != stats_->opcode_markov_hist.end(); ++inst_it, ++step_it) { in ProcessOpcode()
127 ++stats_->s16_constant_hist[inst.GetOperandAs<int16_t>(2)]; in ProcessConstant()
129 ++stats_->u16_constant_hist[inst.GetOperandAs<uint16_t>(2)]; in ProcessConstant()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/stats/
Dstats_analyzer.cpp125 StatsAnalyzer::StatsAnalyzer(const SpirvStats& stats) : stats_(stats) { in StatsAnalyzer()
127 for (const auto& pair : stats_.version_hist) { in StatsAnalyzer()
131 version_freq_ = GetRecall(stats_.version_hist, num_modules_); in StatsAnalyzer()
132 generator_freq_ = GetRecall(stats_.generator_hist, num_modules_); in StatsAnalyzer()
133 capability_freq_ = GetRecall(stats_.capability_hist, num_modules_); in StatsAnalyzer()
134 extension_freq_ = GetRecall(stats_.extension_hist, num_modules_); in StatsAnalyzer()
135 opcode_freq_ = GetPrevalence(stats_.opcode_hist); in StatsAnalyzer()
163 WriteFreq(out, GetPrevalence(stats_.f32_constant_hist), KeyIsLabel); in WriteConstantLiterals()
166 WriteFreq(out, GetPrevalence(stats_.f64_constant_hist), KeyIsLabel); in WriteConstantLiterals()
169 WriteFreq(out, GetPrevalence(stats_.u16_constant_hist), KeyIsLabel); in WriteConstantLiterals()
[all …]
Dstats_analyzer.h40 const libspirv::SpirvStats& stats_;
/third_party/ninja/src/
Ddisk_interface_test.cc255 mutable vector<string> stats_; member
259 stats_.push_back(path); in Stat()
274 ASSERT_EQ(1u, stats_.size()); in TEST_F()
276 ASSERT_EQ(2u, stats_.size()); in TEST_F()
277 ASSERT_EQ("out", stats_[0]); in TEST_F()
278 ASSERT_EQ("in", stats_[1]); in TEST_F()
290 ASSERT_EQ(1u, stats_.size()); in TEST_F()
292 ASSERT_EQ(3u, stats_.size()); in TEST_F()
293 ASSERT_EQ("out", stats_[0]); in TEST_F()
295 ASSERT_EQ("mid", stats_[1]); in TEST_F()
[all …]
/third_party/openh264/module/
Dgmp-openh264.cpp192 stats_ ("Encoder"), in OpenH264VideoEncoder()
304 stats_.FrameIn(); in Encode()
591 stats_.FrameOut(); in Encode_m()
606 FrameStats stats_; member in OpenH264VideoEncoder
627 stats_ ("Decoder"), in OpenH264VideoDecoder()
719 stats_.FrameIn(); in Decode()
919 stats_.FrameOut(); in Decode_m()
926 FrameStats stats_; member in OpenH264VideoDecoder
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h273 Stats stats_; variable
297 return stats_; in stats()
303 auto& usageStats = stats_.byUsage[int(request.usage)]; in allocate()
313 auto& usageStats = stats_.byUsage[int(allocation.request.usage)]; in free()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_peeling.h248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in stats_() function
330 LoopPeelingStats* stats_; variable
Dloop_peeling.cpp747 if (stats_) { in ProcessLoop()
748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop()
756 if (stats_) { in ProcessLoop()
757 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kAfter, factor); in ProcessLoop()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_peeling.h248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in stats_() function
330 LoopPeelingStats* stats_; variable
Dloop_peeling.cpp747 if (stats_) { in ProcessLoop()
748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop()
756 if (stats_) { in ProcessLoop()
757 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kAfter, factor); in ProcessLoop()
/third_party/spirv-tools/source/opt/
Dloop_peeling.h248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in stats_() function
330 LoopPeelingStats* stats_; variable
Dloop_peeling.cpp747 if (stats_) { in ProcessLoop()
748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop()
756 if (stats_) { in ProcessLoop()
757 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kAfter, factor); in ProcessLoop()
/third_party/lwip/src/include/lwip/
Dstats.h232 struct stats_ { struct
304 extern struct stats_ lwip_stats;
/third_party/lwip/src/core/
Dstats.c50 struct stats_ lwip_stats;
/third_party/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.c210 res->stats = enc->proba_.stats_[coeff_type]; in VP8InitResidual()
Dframe_enc.c143 memset(proba->stats_, 0, sizeof(proba->stats_)); in ResetTokenStats()
154 const proba_t stats = proba->stats_[t][b][c][p]; in FinalizeTokenProbas()
Dvp8i_enc.h152 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes member
Dvp8l_enc.c1716 WebPAuxStats* stats_; member
1730 WebPAuxStats* const stats = params->stats_; in EncodeStreamHook()
1953 param->stats_ = picture->stats; in VP8LEncodeStream()
1957 param->stats_ = (picture->stats == NULL) ? NULL : &stats_side; in VP8LEncodeStream()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.c210 res->stats = enc->proba_.stats_[coeff_type]; in VP8InitResidual()
Dframe_enc.c140 memset(proba->stats_, 0, sizeof(proba->stats_)); in ResetTokenStats()
151 const proba_t stats = proba->stats_[t][b][c][p]; in FinalizeTokenProbas()
Dvp8i_enc.h152 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes member
Dvp8l_enc.c1513 WebPAuxStats* stats_; member
1527 WebPAuxStats* const stats = params->stats_; in EncodeStreamHook()
1734 param->stats_ = picture->stats; in VP8LEncodeStream()
1738 param->stats_ = (picture->stats == NULL) ? NULL : &stats_side; in VP8LEncodeStream()
/third_party/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi5691 …8ull, 4096ull, __sanitizer::NoOpMapUnmapCallback>, __sanitizer::NoOpMapUnmapCallback> >::stats_ -->
5692 …<var-decl name='stats_' type-id='type-id-187' visibility='default' filepath='../../.././libsanitiz…
28615 <!-- __sanitizer::atomic_uint64_t __sanitizer::AllocatorStats::stats_[4] -->
28616 …<var-decl name='stats_' type-id='type-id-1282' visibility='default' filepath='../../.././libsaniti…
30565 …8ull, 4096ull, __sanitizer::NoOpMapUnmapCallback>, __sanitizer::NoOpMapUnmapCallback> >::stats_ -->
30566 …<var-decl name='stats_' type-id='type-id-187' visibility='default' filepath='../../.././libsanitiz…
30699 …7776ul, 16ul, __sanitizer::SizeClassMap<17ul, 128ul, 16ul>, __tsan::MapUnmapCallback> >::stats_ -->
30700 …<var-decl name='stats_' type-id='type-id-187' visibility='default' filepath='../../.././libsanitiz…
35657 …oOpMapUnmapCallback> >, __sanitizer::LargeMmapAllocator<__sanitizer::CrashOnMapUnmap> >::stats_ -->
35658 …<var-decl name='stats_' type-id='type-id-1324' visibility='default' filepath='../../.././libsaniti…
[all …]
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi31720 <!-- tcmalloc::PageHeap::Stats tcmalloc::PageHeap::stats_ -->
31721 …<var-decl name='stats_' type-id='type-id-1421' visibility='default' filepath='src/page_heap.h' lin…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi3218 …<var-decl name='stats_' type-id='type-id-187' visibility='default' filepath='../../.././libsanitiz…
16386 …<var-decl name='stats_' type-id='type-id-1282' visibility='default' filepath='../../.././libsaniti…
17693 …<var-decl name='stats_' type-id='type-id-187' visibility='default' filepath='../../.././libsanitiz…
17781 …<var-decl name='stats_' type-id='type-id-187' visibility='default' filepath='../../.././libsanitiz…
21072 …<var-decl name='stats_' type-id='type-id-1324' visibility='default' filepath='../../.././libsaniti…
21128 …<var-decl name='stats_' type-id='type-id-1324' visibility='default' filepath='../../.././libsaniti…

12