Home
last modified time | relevance | path

Searched refs:bitwiseNot (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRewriteUnaryMinusOperatorInt.cpp81 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/
H A DtcuVectorUtil.hpp50 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/
H A DvktShaderRenderOperatorTests.cpp1004 DECLARE_UNARY_INT_GENTYPE_FUNCS(bitwiseNot)
1028 DECLARE_UNARY_UINT_GENTYPE_FUNCS(bitwiseNot)
1277 << BuiltinOperInfo ("bitwise_not", "~", IGT, Value(IGT, -1e5f, 1e5f), notUsed, notUsed, 5e-5f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(bitwiseNot)) in init()
1278 << BuiltinOperInfo ("bitwise_not", "~", UGT, Value(UGT, 0.0f, 2e9f), notUsed, notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(bitwiseNot)) in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp1007 DECLARE_UNARY_INT_GENTYPE_FUNCS(bitwiseNot)
1031 DECLARE_UNARY_UINT_GENTYPE_FUNCS(bitwiseNot)
1280 << BuiltinOperInfo ("bitwise_not", "~", IGT, Value(IGT, -1e5f, 1e5f), notUsed, notUsed, 5e-5f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(bitwiseNot)) in init()
1281 << BuiltinOperInfo ("bitwise_not", "~", UGT, Value(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/
H A Des3fShaderOperatorTests.cpp1291 DECLARE_UNARY_INT_GENTYPE_FUNCS(bitwiseNot)
1315 DECLARE_UNARY_UINT_GENTYPE_FUNCS(bitwiseNot)
1599 << BuiltinOperInfo ("bitwise_not", "~", IGT, Value(IGT, -1e5f, 1e5f), notUsed, notUsed, 5e-5f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(bitwiseNot)) in init()
1600 << BuiltinOperInfo ("bitwise_not", "~", UGT, Value(UGT, 0.0f, 2e9f), notUsed, notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(bitwiseNot)) in init()

Completed in 18 milliseconds