Searched refs:bitwiseNot (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | RewriteUnaryMinusOperatorInt.cpp | 81 TIntermUnary *bitwiseNot = new TIntermUnary(EOpBitwiseNot, opr, nullptr); in visitUnary() local 82 bitwiseNot->setLine(opr->getLine()); in visitUnary() 99 TIntermBinary *add = new TIntermBinary(EOpAdd, bitwiseNot, oneNode); in visitUnary()
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 50 template<typename T> inline T bitwiseNot (T a) { return ~a; } in bitwiseNot() function 439 TCU_DECLARE_VECTOR_UNARY_FUNC(bitwiseNot, bitwiseNot)
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1007 DECLARE_UNARY_INT_GENTYPE_FUNCS(bitwiseNot) in DECLARE_UNARY_INT_GENTYPE_FUNCS() 1031 DECLARE_UNARY_UINT_GENTYPE_FUNCS(bitwiseNot) in DECLARE_UNARY_UINT_GENTYPE_FUNCS() 1280 …e(IGT, -1e5f, 1e5f), notUsed, notUsed, 5e-5f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(bitwiseNot)) in init() 1281 …UGT, 0.0f, 2e9f), notUsed, notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(bitwiseNot)) in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1078 DECLARE_UNARY_INT_GENTYPE_FUNCS(bitwiseNot) in DECLARE_UNARY_INT_GENTYPE_FUNCS() 1102 DECLARE_UNARY_UINT_GENTYPE_FUNCS(bitwiseNot) in DECLARE_UNARY_UINT_GENTYPE_FUNCS() 1386 …e(IGT, -1e5f, 1e5f), notUsed, notUsed, 5e-5f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(bitwiseNot)) in init() 1387 …UGT, 0.0f, 2e9f), notUsed, notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(bitwiseNot)) in init()
|