/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1414 const char* andOp = isNormalOp ? "&" : "&="; in init() local 1542 …<< operInfoFunc(andName, andOp, IGT, Value(IGT, -16.0f, 16.0f), Value(IGT, -16.0f, 16.0f), notUsed… in init() 1543 …<< operInfoFunc(andName, andOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed… in init() 1544 …<< operInfoFunc(andName, andOp, UGT, Value(UGT, 0.0f, 32.0f), Value(UGT, 0.0f, 32.0f), notUsed… in init() 1545 …<< operInfoFunc(andName, andOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed… in init() 1546 …<< operInfoFunc(andName, andOp, IV, Value(IV, -16.0f, 16.0f), Value(I, -16.0f, 16.0f), notUsed, … in init() 1547 …<< operInfoFunc(andName, andOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4… in init() 1548 …<< operInfoFunc(andName, andOp, UV, Value(UV, 0.0f, 32.0f), Value(U, 0.0f, 32.0f), notUsed, … in init() 1549 …<< operInfoFunc(andName, andOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2… in init() 1553 …<< operInfoFunc(andName, andOp, IV, Value(I, -16.0f, 16.0f), Value(IV, -16.0f, 16.0f), notUsed, … in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1446 const char* andOp = isNormalOp ? "&" : "&="; in init() local 1574 …<< operInfoFunc(andName, andOp, IGT, Value(IGT, -16.0f, 16.0f), Value(IGT, -16.0f, 16.0f), notUsed… in init() 1575 …<< operInfoFunc(andName, andOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed… in init() 1576 …<< operInfoFunc(andName, andOp, UGT, Value(UGT, 0.0f, 32.0f), Value(UGT, 0.0f, 32.0f), notUsed… in init() 1577 …<< operInfoFunc(andName, andOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed… in init() 1578 …<< operInfoFunc(andName, andOp, IV, Value(IV, -16.0f, 16.0f), Value(I, -16.0f, 16.0f), notUsed, … in init() 1579 …<< operInfoFunc(andName, andOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4… in init() 1580 …<< operInfoFunc(andName, andOp, UV, Value(UV, 0.0f, 32.0f), Value(U, 0.0f, 32.0f), notUsed, … in init() 1581 …<< operInfoFunc(andName, andOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2… in init() 1585 …<< operInfoFunc(andName, andOp, IV, Value(I, -16.0f, 16.0f), Value(IV, -16.0f, 16.0f), notUsed, … in init() [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 401 bool andOp = false; in setupBitInsert() local 406 andOp = true; in setupBitInsert() 424 if (andOp) { in setupBitInsert()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 1973 IROp xorOp, subOp, andOp; in expensiveCountTrailingZeroes() local 1985 andOp = Iop_And32; in expensiveCountTrailingZeroes() 1992 andOp = Iop_And64; in expensiveCountTrailingZeroes() 2015 binop(andOp, vatom, improver)); in expensiveCountTrailingZeroes()
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 3076 IROp andOp; in dis_neon_data_3same() local 3090 andOp = Iop_AndV128; in dis_neon_data_3same() 3093 andOp = Iop_And64; in dis_neon_data_3same() 3137 binop(andOp, mkexpr(arg_m), imm_val), in dis_neon_data_3same() 3138 binop(andOp, mkexpr(arg_n), imm_val)), in dis_neon_data_3same() 3487 IROp andOp; in dis_neon_data_3same() local 3499 andOp = Iop_AndV128; in dis_neon_data_3same() 3503 andOp = Iop_And64; in dis_neon_data_3same() 3546 binop(andOp, in dis_neon_data_3same() 3547 binop(andOp, in dis_neon_data_3same()
|