Home
last modified time | relevance | path

Searched refs:xorOp (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1416 const char* xorOp = isNormalOp ? "^" : "^="; in init() local
1580 …<< operInfoFunc(xorName, xorOp, IGT, Value(IGT, -16.0f, 16.0f), Value(IGT, -16.0f, 16.0f), notUsed… in init()
1581 …<< operInfoFunc(xorName, xorOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed… in init()
1582 …<< operInfoFunc(xorName, xorOp, UGT, Value(UGT, 0.0f, 32.0f), Value(UGT, 0.0f, 32.0f), notUsed… in init()
1583 …<< operInfoFunc(xorName, xorOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed… in init()
1584 …<< operInfoFunc(xorName, xorOp, IV, Value(IV, -16.0f, 16.0f), Value(I, -16.0f, 16.0f), notUsed, … in init()
1585 …<< operInfoFunc(xorName, xorOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4… in init()
1586 …<< operInfoFunc(xorName, xorOp, UV, Value(UV, 0.0f, 32.0f), Value(U, 0.0f, 32.0f), notUsed, … in init()
1587 …<< operInfoFunc(xorName, xorOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2… in init()
1591 …<< operInfoFunc(xorName, xorOp, IV, Value(I, -16.0f, 16.0f), Value(IV, -16.0f, 16.0f), notUsed, … in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1448 const char* xorOp = isNormalOp ? "^" : "^="; in init() local
1612 …<< operInfoFunc(xorName, xorOp, IGT, Value(IGT, -16.0f, 16.0f), Value(IGT, -16.0f, 16.0f), notUsed… in init()
1613 …<< operInfoFunc(xorName, xorOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed… in init()
1614 …<< operInfoFunc(xorName, xorOp, UGT, Value(UGT, 0.0f, 32.0f), Value(UGT, 0.0f, 32.0f), notUsed… in init()
1615 …<< operInfoFunc(xorName, xorOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed… in init()
1616 …<< operInfoFunc(xorName, xorOp, IV, Value(IV, -16.0f, 16.0f), Value(I, -16.0f, 16.0f), notUsed, … in init()
1617 …<< operInfoFunc(xorName, xorOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4… in init()
1618 …<< operInfoFunc(xorName, xorOp, UV, Value(UV, 0.0f, 32.0f), Value(U, 0.0f, 32.0f), notUsed, … in init()
1619 …<< operInfoFunc(xorName, xorOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2… in init()
1623 …<< operInfoFunc(xorName, xorOp, IV, Value(I, -16.0f, 16.0f), Value(IV, -16.0f, 16.0f), notUsed, … in init()
[all …]
/external/valgrind/memcheck/
Dmc_translate.c1973 IROp xorOp, subOp, andOp; in expensiveCountTrailingZeroes() local
1983 xorOp = Iop_Xor32; in expensiveCountTrailingZeroes()
1990 xorOp = Iop_Xor64; in expensiveCountTrailingZeroes()
2005 binop(xorOp, in expensiveCountTrailingZeroes()
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c2877 IROp xorOp = is64 ? Iop_Xor64 : Iop_Xor32; in dis_ARM64_data_processing_register() local
2881 binop(xorOp, mkexpr(oldC), one))); in dis_ARM64_data_processing_register()