Searched refs:bitwiseNot (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteUnaryMinusOperatorInt.cpp | 76 TIntermUnary *bitwiseNot = new TIntermUnary(EOpBitwiseNot, opr, nullptr); in visitUnary() local 77 bitwiseNot->setLine(opr->getLine()); in visitUnary() 94 TIntermBinary *add = new TIntermBinary(EOpAdd, bitwiseNot, oneNode); in visitUnary()
|
/third_party/skia/third_party/externals/angle2/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() 101 TIntermBinary *add = new TIntermBinary(EOpAdd, bitwiseNot, oneNode); in visitUnary()
|
/third_party/vk-gl-cts/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)
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1291 DECLARE_UNARY_INT_GENTYPE_FUNCS(bitwiseNot) in DECLARE_UNARY_INT_GENTYPE_FUNCS() 1315 DECLARE_UNARY_UINT_GENTYPE_FUNCS(bitwiseNot) in DECLARE_UNARY_UINT_GENTYPE_FUNCS() 1599 …e(IGT, -1e5f, 1e5f), notUsed, notUsed, 5e-5f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(bitwiseNot)) 1600 …UGT, 0.0f, 2e9f), notUsed, notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(bitwiseNot))
|