Home
last modified time | relevance | path

Searched defs:powerOf2 (Results 1 - 2 of 2) sorted by relevance

/third_party/glslang/glslang/Include/
H A DCommon.h261 template <class T> bool IsPow2(T powerOf2) in IsPow2() argument
271 template <class T> void RoundToPow2(T& number, int powerOf2) in RoundToPow2() argument
277 template <class T> bool IsMultipleOfPow2(T number, int powerOf2) in IsMultipleOfPow2() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeInt32.h731 DE_INLINE int deIntIsPow2(int powerOf2) in deIntIsPow2() argument
738 DE_INLINE int deIntRoundToPow2(int number, int powerOf2) in deIntRoundToPow2() argument

Completed in 3 milliseconds