Home
last modified time | relevance | path

Searched refs:family_index (Results 1 – 11 of 11) sorted by relevance

/third_party/benchmark/src/
Dcomplexity.cc196 big_o.family_index = reports[0].family_index; in ComputeBigO()
221 rms.family_index = reports[0].family_index; in ComputeBigO()
Dbenchmark_api_internal.h20 BenchmarkInstance(Benchmark* benchmark, int family_index,
25 int family_index() const { return family_index_; } in family_index() function
Dstatistics.cc161 data.family_index = reports[0].family_index; in ComputeStats()
Dbenchmark_register.cc136 int family_index = next_family_index; in FindBenchmarks() local
162 BenchmarkInstance instance(family.get(), family_index, in FindBenchmarks()
175 if (next_family_index == family_index) ++next_family_index; in FindBenchmarks()
Dbenchmark_runner.cc76 report.family_index = b.family_index(); in CreateRunReport()
Dbenchmark.cc321 reports_for_family = &per_family_reports[benchmark.family_index()]; in RunBenchmarks()
365 static_cast<int>(reports_for_family->Runs.front().family_index)); in RunBenchmarks()
Djson_reporter.cc232 out << indent << FormatKV("family_index", run.family_index) << ",\n"; in PrintRunData()
/third_party/benchmark/test/
Dcomplexity_test.cc19 const std::string &big_o, int family_index) { in AddComplexityTest() argument
34 {"\"family_index\": " + std::to_string(family_index) + ",$", MR_Next}, in AddComplexityTest()
48 {"\"family_index\": " + std::to_string(family_index) + ",$", MR_Next}, in AddComplexityTest()
Dfilter_test.cc24 std::max<size_t>(max_family_index_, report[0].family_index); in ReportRuns()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp118 uint32_t family_index; member
381 uint32_t family_index, in new_queue_data() argument
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()
1784 cmd_buffer_pool_info.queueFamilyIndex = device_data->graphic_queue->family_index; in setup_swapchain_data()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1547 int64_t family_index; member