Home
last modified time | relevance | path

Searched defs:bitwiseAnd (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceClipCullDistanceVariable.cpp222 TIntermBinary *bitwiseAnd = new TIntermBinary(EOpBitwiseAnd, enableFlags->deepCopy(), bitMask); in assignFuncWithEnableFlags() local
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp51 template<typename T> inline T bitwiseAnd (T a, T b) { return a & b; } in bitwiseAnd() function