/third_party/ninja/src/ |
H A D | manifest_parser_perftest.cc | 120 int max = *max_element(times.begin(), times.end()); in main()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | push_constant.cc | 46 it = std::max_element( in GetVkPushConstantRange()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | replayer.cpp | 103 *std::max_element(fresh_ids.begin(), fresh_ids.end()) + 1); in Run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | replayer.cpp | 103 *std::max_element(fresh_ids.begin(), fresh_ids.end()) + 1); in Run()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | replayer.cpp | 103 *std::max_element(fresh_ids.begin(), fresh_ids.end()) + 1); in Run()
|
/third_party/benchmark/src/ |
H A D | statistics.cc | 51 auto center2 = std::max_element(copy.begin(), center); in StatisticsMedian()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config_unittest.cpp | 112 EXPECT_EQ(*std::max_element(ids.begin(), ids.end()), static_cast<EGLint>(set.size())); in TEST()
|
H A D | OverlayWidgets.cpp | 280 *std::max_element(graph->runningValues.begin(), graph->runningValues.end()); in AppendRunningGraphCommon() 307 auto peakRangeIt = std::max_element(histogram.rbegin(), histogram.rend()); in AppendRunningHistogramCommon()
|
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 491 extra_height_ = *std::max_element(channel_shifts_.begin(), channel_shifts_.end()); 534 extra_height_ = *std::max_element(pixel_shifts_.begin(), pixel_shifts_.end());
|
H A D | sensor.h | 63 return *std::max_element(shifts_.begin(), shifts_.end()); in max_shift()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | draw.c | 1844 GLuint max_element = 2 * 1000 * 1000 * 1000; /* just a big number */ in _mesa_DrawRangeElementsBaseVertex() local 1860 if ((int) end + basevertex < 0 || start + basevertex >= max_element) { in _mesa_DrawRangeElementsBaseVertex() 1874 max_element - 1); in _mesa_DrawRangeElementsBaseVertex() 1904 if ((int) start + basevertex < 0 || end + basevertex >= max_element) in _mesa_DrawRangeElementsBaseVertex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFile.cpp | 89 return *std::max_element(ContainerLayout.StreamSizes.begin(), in getMaxStreamSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 71 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsCalibration.cpp | 55 return (*mid + *std::max_element(data.begin(), mid))*0.5f; // Data is partially sorted around mid, mid is half an item after center in destructiveMedian()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 535 const int maxNumVertices = 1 + getClampedRoundedTessLevel(testParams.spacingMode, *std::max_element(tessLevelCases.begin(), tessLevelCases.end()));
|
H A D | vktTessellationCoordinatesTests.cpp | 689 const size_t maxNumVertices = static_cast<int>(std::max_element(allReferenceTessCoords.begin(), allReferenceTessCoords.end(), SizeLessThan<std::vector<tcu::Vec3> >())->size());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 345 std::max_element(Candidates.begin(), Candidates.end(),
|
H A D | GVNSink.cpp | 648 std::max_element(VNums.begin(), VNums.end(),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 528 const int maxNumVertices = 1 + getClampedRoundedTessLevel(testParams.spacingMode, *std::max_element(tessLevelCases.begin(), tessLevelCases.end()));
|
H A D | vktTessellationCoordinatesTests.cpp | 674 const size_t maxNumVertices = static_cast<int>(std::max_element(allReferenceTessCoords.begin(), allReferenceTessCoords.end(), SizeLessThan<std::vector<tcu::Vec3> >())->size());
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 2105 unsigned max_element = 0; 2109 max_element = MAX2(max_element, draws[i].start + draws[i].count); 2113 *count = max_element - min_element;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DataLayout.cpp | 792 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 875 MachineBasicBlock *S = *std::max_element( in selectSuccBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 927 if (*std::max_element(CurrentBottomUpReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies() 929 *std::max_element(CurrentTopDownReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container.h | 1536 // Container-based version of the <algorithm> `std::max_element()` function 1542 return std::max_element(container_algorithm_internal::c_begin(sequence), in c_max_element() 1551 return std::max_element(container_algorithm_internal::c_begin(sequence), in c_max_element()
|