Home
last modified time | relevance | path

Searched refs:round_div (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.h61 inline T round_div(T x, T y) in round_div() function
DVmaReplay.cpp265 round_div<uint64_t>(this->sum, totalCount)); in Print()
/external/angle/third_party/vulkan_memory_allocator/src/
DCommon.h88 inline T round_div(T x, T y) in round_div() function
DTests.cpp1772 const size_t buffersToDestroy = round_div<size_t>(bufCount * (100 - percentToLeave), 100); in TestDefragmentationGpu()
2107 …const size_t allocationsToDestroy = round_div<size_t>((imageCount + bufCount) * (100 - percentToLe… in TestDefragmentationIncrementalBasic()
2294 …const size_t allocationsToDestroy = round_div<size_t>((imageCount + bufCount) * (100 - percentToLe… in TestDefragmentationIncrementalComplex()