Searched refs:bitwiseAnd (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 50 template<typename T> inline T bitwiseAnd (T a, T b) { return a & b; } in bitwiseAnd() function 418 TCU_DECLARE_VECTOR_BINARY_FUNC(bitwiseAnd, bitwiseAnd)
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 168 …e> bitwiseAndVecScalar (const Vector<T, Size>& v, T s) { return bitwiseAnd(v, Vector<T, Siz… in bitwiseAndVecScalar() 177 …e> bitwiseAndScalarVec (T s, const Vector<T, Size>& v) { return bitwiseAnd(Vector<T, Size>(… in bitwiseAndScalarVec() 1024 DECLARE_BINARY_INT_GENTYPE_FUNCS(bitwiseAnd) in DECLARE_UNARY_INT_GENTYPE_FUNCS() 1050 DECLARE_BINARY_UINT_GENTYPE_FUNCS(bitwiseAnd) in DECLARE_UNARY_UINT_GENTYPE_FUNCS() 1542 … Value(IGT, -16.0f, 16.0f), notUsed, 0.03f, 0.5f, PRECMASK_MEDIUMP, INT_GENTYPE_FUNCS(bitwiseAnd)) in init() 1543 … Value(IGT, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(bitwiseAnd)) in init() 1544 …Value(UGT, 0.0f, 32.0f), notUsed, 0.03f, 0.0f, PRECMASK_MEDIUMP, UINT_GENTYPE_FUNCS(bitwiseAnd)) in init() 1545 …Value(UGT, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(bitwiseAnd)) in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 185 …e> bitwiseAndVecScalar (const Vector<T, Size>& v, T s) { return bitwiseAnd(v, Vector<T, Siz… in bitwiseAndVecScalar() 194 …e> bitwiseAndScalarVec (T s, const Vector<T, Size>& v) { return bitwiseAnd(Vector<T, Size>(… in bitwiseAndScalarVec() 1084 DECLARE_BINARY_INT_GENTYPE_FUNCS(bitwiseAnd) in DECLARE_UNARY_INT_GENTYPE_FUNCS() 1110 DECLARE_BINARY_UINT_GENTYPE_FUNCS(bitwiseAnd) in DECLARE_UNARY_UINT_GENTYPE_FUNCS() 1574 …e(IGT, -16.0f, 16.0f), notUsed, 0.03f, 0.5f, PRECMASK_LOWP_MEDIUMP, INT_GENTYPE_FUNCS(bitwiseAnd)) in init() 1575 … Value(IGT, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(bitwiseAnd)) in init() 1576 …(UGT, 0.0f, 32.0f), notUsed, 0.03f, 0.0f, PRECMASK_LOWP_MEDIUMP, UINT_GENTYPE_FUNCS(bitwiseAnd)) in init() 1577 …Value(UGT, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(bitwiseAnd)) in init()
|