Home
last modified time | relevance | path

Searched defs:roundUp (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/common/
DBitSetIterator.h28 T roundUp(const T value, const T alignment) { in roundUp() function
/third_party/skia/third_party/externals/dawn/src/common/
DBitSetIterator.h29 T roundUp(const T value, const T alignment) { in roundUp() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DExecutableMemory.cpp267 inline uintptr_t roundUp(uintptr_t x, uintptr_t m) in roundUp() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeDefs.hpp69 template<typename T> inline T roundUp (T x, T y) { DE_ASSERT(y != T(0)); const T mod = x % y; re… in roundUp() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp174 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_decorations.cpp174 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment()
/third_party/spirv-tools/source/val/
Dvalidate_decorations.cpp185 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp426 …const glw::GLint roundUp = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<glw::GLint>(bbox.get… in verifyState() local
475 …const glw::GLint64 roundUp = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(bbo… in verifyState() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp2755 bool roundUp; in convertNormalToHexString() local
/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp1758 bool roundUp = (deInt64)floorVal % 2 != 0; in rint() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp63568 uint32_t roundUp = sMinCapacity, roundUpLog2 = sMinCapacityLog2; in init() local