Searched defs:PU (Results 1 - 3 of 3) sorted by relevance
/external/llvm/unittests/ADT/ |
H A D | PointerUnionTest.cpp | 16 typedef PointerUnion<int *, float *> PU; typedef in namespace:__anon13140 22 PU a, b, c, n;
|
/external/llvm/lib/CodeGen/ |
H A D | TailDuplication.cpp | 625 MachineOperand &PU = I.getOperand(Idx); local 626 if (PU.getSubReg() != 0)
|
/external/deqp/framework/common/ |
H A D | tcuTexture.cpp | 1214 #define PU(VAL, OFFS, BITS) (uintToChannel((VAL), (BITS)) << (OFFS)) macro 1220 case TextureFormat::UNSIGNED_BYTE_44: *((deUint8 *)pixelPtr) = (deUint8)(PU((deUint32)color[0], 4, 4) | PU((deUint32)color[1], 0, 4)); break; 1233 *((deUint16*)pixelPtr) = (deUint16)(PU(swizzled[0], 11, 5) | PU(swizzled[1], 5, 6) | PU(swizzled[2], 0, 5)); 1254 *((deUint16*)pixelPtr) = (deUint16)(PU(swizzled[0], 12, 4) | PU(swizzled[1], 8, 4) | PU(swizzled[2], 4, 4) | PU(swizzle 1333 #undef PU macro 1362 #define PU macro 1441 #undef PU macro [all...] |
Completed in 814 milliseconds