HomeSort by relevance Sort by last modified time
    Searched refs:bitwiseAnd (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuVectorUtil.hpp 49 template<typename T> inline T bitwiseAnd (T a, T b) { return a & b; }
420 TCU_DECLARE_VECTOR_BINARY_FUNC(bitwiseAnd, bitwiseAnd)
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 185 template<typename T, int Size> inline Vector<T, Size> bitwiseAndVecScalar (const Vector<T, Size>& v, T s) { return bitwiseAnd(v, Vector<T, Size>(s)); };
194 template<typename T, int Size> inline Vector<T, Size> bitwiseAndScalarVec (T s, const Vector<T, Size>& v) { return bitwiseAnd(Vector<T, Size>(s), v); };
    [all...]

Completed in 192 milliseconds