Searched refs:family_index (Results 1 - 11 of 11) sorted by relevance
/third_party/benchmark/src/ |
H A D | complexity.cc | 196 big_o.family_index = reports[0].family_index; 221 rms.family_index = reports[0].family_index;
|
H A D | benchmark_api_internal.h | 20 BenchmarkInstance(Benchmark* benchmark, int family_index, 25 int family_index() const { return family_index_; } in family_index() function in benchmark::internal::BenchmarkInstance
|
H A D | statistics.cc | 162 data.family_index = reports[0].family_index; in ComputeStats()
|
H A D | benchmark_register.cc | 139 int family_index = next_family_index; in FindBenchmarks() local 166 BenchmarkInstance instance(family.get(), family_index, in FindBenchmarks() 180 if (next_family_index == family_index) ++next_family_index; in FindBenchmarks()
|
H A D | benchmark_runner.cc | 81 report.family_index = b.family_index(); in CreateRunReport()
|
H A D | benchmark.cc | 371 std::map<int /*family_index*/, BenchmarkReporter::PerFamilyRunReports> in RunBenchmarks() 398 reports_for_family = &per_family_reports[benchmark.family_index()]; in RunBenchmarks() 459 static_cast<int>(reports_for_family->Runs.front().family_index)); in RunBenchmarks()
|
H A D | json_reporter.cc | 225 out << indent << FormatKV("family_index", run.family_index) << ",\n";
|
/third_party/benchmark/test/ |
H A D | complexity_test.cc | 19 const std::string &big_o, int family_index) { in AddComplexityTest() 34 {"\"family_index\": " + std::to_string(family_index) + ",$", MR_Next}, in AddComplexityTest() 48 {"\"family_index\": " + std::to_string(family_index) + ",$", MR_Next}, in AddComplexityTest() 96 enum_big_o_1, /*family_index=*/0); 100 auto_big_o_1, /*family_index=*/1); 104 lambda_big_o_1, /*family_index=*/2); 152 enum_auto_big_o_n, /*family_index=*/3); 156 lambda_big_o_n, /*family_index 16 AddComplexityTest(const std::string &test_name, const std::string &big_o_test_name, const std::string &rms_test_name, const std::string &big_o, int family_index) AddComplexityTest() argument [all...] |
H A D | filter_test.cc | 23 max_family_index_ = std::max(max_family_index_, report[0].family_index);
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 118 uint32_t family_index; member 381 uint32_t family_index, in new_queue_data() 389 data->family_index = family_index; in new_queue_data() 1207 imb.srcQueueFamilyIndex = present_queue->family_index; in render_swapchain_display() 1208 imb.dstQueueFamilyIndex = device_data->graphic_queue->family_index; in render_swapchain_display() 1335 if (device_data->graphic_queue->family_index != present_queue->family_index) in render_swapchain_display() 1352 imb.srcQueueFamilyIndex = device_data->graphic_queue->family_index; in render_swapchain_display() 1353 imb.dstQueueFamilyIndex = present_queue->family_index; in render_swapchain_display() 379 new_queue_data(VkQueue queue, const VkQueueFamilyProperties *family_props, uint32_t family_index, struct device_data *device_data) new_queue_data() argument [all...] |
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1761 int64_t family_index; member
|
Completed in 12 milliseconds