Searched defs:SampleInfo (Results 1 – 7 of 7) sorted by relevance
25 struct SampleInfo { struct26 SampleInfo(const std::string& name) : name_(name), last_(-1), total_(0) {} in SampleInfo() argument27 const std::string name_;28 int last_; // Last added sample.29 int total_; // Total number of added samples.
60 struct SampleInfo { struct77 std::map<uint64_t, SampleInfo> known_histograms_; argument
348 struct SampleInfo { struct370 const SampleInfo& sample(int index) const { return samples_[index]; } in sample() argument
476 class SampleInfo : public Item class479 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo
553 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
86 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog
2297 struct SampleInfo { struct2298 size_t frames_count; // Number of frames collected.2299 StateTag vm_state; // Current VM state.2300 void* external_callback_entry; // External callback address if VM is2302 void* top_context; // Incumbent native context address.