HomeSort by relevance Sort by last modified time
    Searched refs:srcAddr (Results 1 - 20 of 20) sorted by null

  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_arm.cpp 29 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
32 // bump srcAddr to the proper row, since we're told Y never changes
34 srcAddr = (const uint8_t*)((const char*)srcAddr +
40 src = srcAddr[0];
58 "ldrb r4, [%[srcAddr], r4] \n\t" // load pixel 0 from image
60 "ldrb r5, [%[srcAddr], r5] \n\t" // load pixel 1 from image
62 "ldrb r6, [%[srcAddr], r6] \n\t" // load pixel 2 from image
64 "ldrb r7, [%[srcAddr], r7] \n\t" // load pixel 3 from image
66 "ldrb r8, [%[srcAddr], r8] \n\t" // load pixel 4 from imag
    [all...]
SkBitmapProcState_opts_SSE2.cpp 22 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
26 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
27 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
128 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
132 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
133 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 29 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
32 // bump srcAddr to the proper row, since we're told Y never changes
34 srcAddr = (const uint8_t*)((const char*)srcAddr +
40 src = srcAddr[0];
58 "ldrb r4, [%[srcAddr], r4] \n\t" // load pixel 0 from image
60 "ldrb r5, [%[srcAddr], r5] \n\t" // load pixel 1 from image
62 "ldrb r6, [%[srcAddr], r6] \n\t" // load pixel 2 from image
64 "ldrb r7, [%[srcAddr], r7] \n\t" // load pixel 3 from image
66 "ldrb r8, [%[srcAddr], r8] \n\t" // load pixel 4 from imag
    [all...]
SkBitmapProcState_opts_SSE2.cpp 22 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
26 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
27 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
128 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
132 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
133 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
649 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
653 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
654 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
  /external/skia/legacy/src/core/
SkBitmapProcState_sample.h 36 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
46 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
52 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
59 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
79 const SRCTYPE* SK_RESTRICT srcAddr = (const SRCTYPE*)s.fBitmap->getPixels();
82 // bump srcAddr to the proper row, since we're told Y never changes
84 srcAddr = (const SRCTYPE*)((const char*)srcAddr +
91 src = srcAddr[0];
99 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]
    [all...]
SkBitmapProcState_shaderproc.h 41 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
43 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
44 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
  /external/skia/src/core/
SkBitmapProcState_sample.h 51 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
61 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
67 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
74 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
94 const SRCTYPE* SK_RESTRICT srcAddr = (const SRCTYPE*)s.fBitmap->getPixels();
97 // bump srcAddr to the proper row, since we're told Y never changes
99 srcAddr = (const SRCTYPE*)((const char*)srcAddr +
106 src = srcAddr[0];
114 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]
    [all...]
SkBitmapProcState_shaderproc.h 46 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
49 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
  /external/skia/src/images/
SkFlipPixelRef.cpp 66 const void* srcAddr, int shift) {
69 const char* srcP = static_cast<const char*>(srcAddr) + offset;
97 const void* srcAddr) {
107 copyRect(dst, iter.rect(), srcAddr, shift);
  /frameworks/base/services/common_time/
common_time_server.cpp 612 struct sockaddr_storage srcAddr;
613 socklen_t srcAddrLen = sizeof(srcAddr);
617 reinterpret_cast<const sockaddr *>(&srcAddr), &srcAddrLen);
632 sockaddrToString(srcAddr, true, srcEPStr, sizeof(srcEPStr));
643 srcAddr);
648 srcAddr);
652 result = handleSyncRequest(&pkt.p.sync_request, srcAddr);
656 result = handleSyncResponse(&pkt.p.sync_response, srcAddr);
661 srcAddr);
666 sockaddrToString(srcAddr, true, srcEPStr, sizeof(srcEPStr))
    [all...]
common_time_server.h 121 const sockaddr_storage& srcAddr);
123 const sockaddr_storage& srcAddr);
125 const sockaddr_storage& srcAddr);
127 const sockaddr_storage& srcAddr);
129 const sockaddr_storage& srcAddr);
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 35 static void convertTransferToLoop(Instruction *splitAt, Value *srcAddr,
49 // srcAddr and dstAddr are expected to be pointer types,
52 dyn_cast<PointerType>(srcAddr->getType())->getAddressSpace();
57 srcAddr = builder.CreateBitCast(srcAddr, Type::getInt8PtrTy(Context, srcAS));
66 // load from srcAddr+ind
67 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
170 Value *srcAddr = load->getOperand(0);
175 convertTransferToLoop(store, srcAddr, dstAddr, len, load->isVolatile(),
NVPTXISelLowering.cpp 510 SDValue srcAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(),
514 SDValue theVal = DAG.getLoad(elemtype, dl, tempChain, srcAddr,
552 SDValue srcAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), OutVals[i],
555 SDValue theVal = DAG.getLoad(elemtype, dl, tempChain, srcAddr,
    [all...]
  /external/skia/legacy/src/images/
SkFlipPixelRef.cpp 89 const void* srcAddr, int shift) {
92 const char* srcP = static_cast<const char*>(srcAddr) + offset;
120 const void* srcAddr) {
130 copyRect(dst, iter.rect(), srcAddr, shift);
  /external/skia/include/images/
SkFlipPixelRef.h 49 // Helper to copy pixels from srcAddr to the dst bitmap, clipped to clip.
50 // srcAddr points to memory with the same config as dst.
52 const void* srcAddr);
  /external/skia/legacy/include/images/
SkFlipPixelRef.h 48 // Helper to copy pixels from srcAddr to the dst bitmap, clipped to clip.
49 // srcAddr points to memory with the same config as dst.
51 const void* srcAddr);
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceResponse.java 205 String srcAddr = args[1];
206 dev.deviceAddress = srcAddr;
298 sbuf.append(" srcAddr:").append(mDevice.deviceAddress);
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGAtomic.cpp 843 llvm::Value *srcAddr = atomics.materializeRValue(rvalue);
851 args.add(RValue::get(EmitCastToVoidPtr(srcAddr)),
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 189 milliseconds