Searched defs:PU (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/ADT/
H A DPointerUnionTest.cpp16 typedef PointerUnion<int *, float *> PU; typedef in namespace:__anon13709
22 PU a, b, c, n;
/external/llvm/lib/CodeGen/
H A DTailDuplicator.cpp588 MachineOperand &PU = I.getOperand(Idx); local
589 if (PU.getSubReg() != 0)
/external/deqp/framework/common/
H A DtcuTexture.cpp1270 #define PU(VAL, OFFS, BITS) (uintToChannel((VAL), (BITS)) << (OFFS)) macro
1276 case TextureFormat::UNSIGNED_BYTE_44: *((deUint8 *)pixelPtr) = (deUint8)(PU((deUint32)color[0], 4, 4) | PU((deUint32)color[1], 0, 4)); break;
1289 *((deUint16*)pixelPtr) = (deUint16)(PU(swizzled[0], 11, 5) | PU(swizzled[1], 5, 6) | PU(swizzled[2], 0, 5));
1310 *((deUint16*)pixelPtr) = (deUint16)(PU(swizzled[0], 12, 4) | PU(swizzled[1], 8, 4) | PU(swizzled[2], 4, 4) | PU(swizzle
1389 #undef PU macro
1418 #define PU macro
1497 #undef PU macro
[all...]

Completed in 669 milliseconds