Home
last modified time | relevance | path

Searched defs:isPow2 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/System/
DMath.hpp147 inline bool isPow2(int x) in isPow2() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp426 ImmediateValue::isPow2() const in isPow2() function in nv50_ir::ImmediateValue
/external/deqp-deps/amber/src/
Dpipeline.cc180 const bool isPow2 = in SetShaderRequiredSubgroupSize() local
/external/angle/src/common/
Dmathutil.h37 inline constexpr bool isPow2(T x) in isPow2() function