Home
last modified time | relevance | path

Searched refs:max_element (Results 1 - 25 of 51) sorted by relevance

123

/third_party/ninja/src/
H A Dmanifest_parser_perftest.cc120 int max = *max_element(times.begin(), times.end()); in main()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpush_constant.cc46 it = std::max_element( in GetVkPushConstantRange()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dreplayer.cpp103 *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 Dreplayer.cpp103 *std::max_element(fresh_ids.begin(), fresh_ids.end()) + 1); in Run()
/third_party/spirv-tools/source/fuzz/
H A Dreplayer.cpp103 *std::max_element(fresh_ids.begin(), fresh_ids.end()) + 1); in Run()
/third_party/benchmark/src/
H A Dstatistics.cc51 auto center2 = std::max_element(copy.begin(), center); in StatisticsMedian()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig_unittest.cpp112 EXPECT_EQ(*std::max_element(ids.begin(), ids.end()), static_cast<EGLint>(set.size())); in TEST()
H A DOverlayWidgets.cpp280 *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 Dimage_pipeline.cpp491 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 Dsensor.h63 return *std::max_element(shifts_.begin(), shifts_.end()); in max_shift()
/third_party/mesa3d/src/mesa/main/
H A Ddraw.c1844 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 DPDBFile.cpp89 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 DRegAllocPBQP.h71 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
/third_party/vk-gl-cts/modules/glshared/
H A DglsCalibration.cpp55 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 DvktTessellationFractionalSpacingTests.cpp535 const int maxNumVertices = 1 + getClampedRoundedTessLevel(testParams.spacingMode, *std::max_element(tessLevelCases.begin(), tessLevelCases.end()));
H A DvktTessellationCoordinatesTests.cpp689 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 DLoopLoadElimination.cpp345 std::max_element(Candidates.begin(), Candidates.end(),
H A DGVNSink.cpp648 std::max_element(VNums.begin(), VNums.end(),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp528 const int maxNumVertices = 1 + getClampedRoundedTessLevel(testParams.spacingMode, *std::max_element(tessLevelCases.begin(), tessLevelCases.end()));
H A DvktTessellationCoordinatesTests.cpp674 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 Dsi_state_draw.cpp2105 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 DDataLayout.cpp792 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 DMipsDelaySlotFiller.cpp875 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 DSIMachineScheduler.cpp927 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 Dcontainer.h1536 // 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()

Completed in 31 milliseconds

123