Home
last modified time | relevance | path

Searched refs:ceilPow2 (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp257 int ceilPow2 = SkNextPow2(value); in MakeApprox()
259 return ceilPow2; in MakeApprox()
262 int floorPow2 = ceilPow2 >> 1; in MakeApprox()
268 return ceilPow2; in MakeApprox()
569 size_t ceilPow2 = GrNextSizePow2(allocSize); in createBuffer() local
570 size_t floorPow2 = ceilPow2 >> 1; in createBuffer()
572 allocSize = (allocSize <= mid) ? mid : ceilPow2; in createBuffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dmathutil.h38 inline unsigned int ceilPow2(unsigned int x) in ceilPow2() function
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DLRUCache.hpp96 size = ceilPow2(n); in LRUCache()
H A DRenderer.cpp2134 unitCount = ceilPow2(threadCount); in initializeThreads()
2135 clusterCount = ceilPow2(threadCount); in initializeThreads()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp191 mAlignment = gl::ceilPow2(static_cast<unsigned int>(mAlignment)); in initialize()
H A Dmathutil.h53 inline unsigned int ceilPow2(unsigned int x) in ceilPow2() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMath.hpp219 inline int ceilPow2(int x) in ceilPow2() function
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMath.hpp187 inline int ceilPow2(int x) in ceilPow2() function

Completed in 10 milliseconds