Searched defs:roundUp (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/common/ |
D | BitSetIterator.h | 28 T roundUp(const T value, const T alignment) { in roundUp() function
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | BitSetIterator.h | 29 T roundUp(const T value, const T alignment) { in roundUp() function
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | ExecutableMemory.cpp | 267 inline uintptr_t roundUp(uintptr_t x, uintptr_t m) in roundUp() function
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deDefs.hpp | 69 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/ |
D | validate_decorations.cpp | 174 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_decorations.cpp | 174 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment()
|
/third_party/spirv-tools/source/val/ |
D | validate_decorations.cpp | 185 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 426 …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/ |
D | APFloat.cpp | 2755 bool roundUp; in convertNormalToHexString() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 1758 bool roundUp = (deInt64)floorVal % 2 != 0; in rint() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 63568 uint32_t roundUp = sMinCapacity, roundUpLog2 = sMinCapacityLog2; in init() local
|