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

1 2

  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 33 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
36 // bump srcAddr to the proper row, since we're told Y never changes
38 srcAddr = (const uint8_t*)((const char*)srcAddr +
44 src = srcAddr[0];
62 "ldrb r4, [%[srcAddr], r4] \n\t" // load pixel 0 from image
64 "ldrb r5, [%[srcAddr], r5] \n\t" // load pixel 1 from image
66 "ldrb r6, [%[srcAddr], r6] \n\t" // load pixel 2 from image
68 "ldrb r7, [%[srcAddr], r7] \n\t" // load pixel 3 from image
70 "ldrb r8, [%[srcAddr], r8] \n\t" // load pixel 4 from imag
    [all...]
SkBitmapProcState_opts_SSE2.cpp 23 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
27 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
28 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
129 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
133 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
134 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
650 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
654 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
655 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 33 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
36 // bump srcAddr to the proper row, since we're told Y never changes
38 srcAddr = (const uint8_t*)((const char*)srcAddr +
44 src = srcAddr[0];
62 "ldrb r4, [%[srcAddr], r4] \n\t" // load pixel 0 from image
64 "ldrb r5, [%[srcAddr], r5] \n\t" // load pixel 1 from image
66 "ldrb r6, [%[srcAddr], r6] \n\t" // load pixel 2 from image
68 "ldrb r7, [%[srcAddr], r7] \n\t" // load pixel 3 from image
70 "ldrb r8, [%[srcAddr], r8] \n\t" // load pixel 4 from imag
    [all...]
SkBitmapProcState_opts_SSE2.cpp 23 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
27 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
28 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
129 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
133 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
134 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
650 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels());
654 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
655 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.h 54 * \param srcAddr source image address
65 const GLvoid *srcAddr, \
79 const GLvoid *srcAddr,
88 const GLvoid *srcAddr,
texstore.c 314 * \param srcAddr source image address
324 const GLvoid *srcAddr,
365 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr,
436 const GLvoid *srcAddr,
474 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr,
555 * \param srcAddr source image address
565 const GLvoid *srcAddr,
605 (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr,
859 const GLvoid *srcAddr,
873 = (const GLubyte *) _mesa_image_address(dimensions, srcPacking, srcAddr,
    [all...]
texcompress_s3tc.c 183 srcFormat, srcType, srcAddr,
191 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
236 srcFormat, srcType, srcAddr,
244 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
289 srcFormat, srcType, srcAddr,
296 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
341 srcFormat, srcType, srcAddr,
348 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
texcompress_rgtc.c 62 static void extractsrc_u( GLubyte srcpixels[4][4], const GLubyte *srcaddr,
68 curaddr = srcaddr + j * srcRowStride * comps;
76 static void extractsrc_s( GLbyte srcpixels[4][4], const GLfloat *srcaddr,
82 curaddr = srcaddr + j * srcRowStride * comps;
98 const GLubyte *srcaddr; local
109 srcFormat, srcType, srcAddr,
121 srcaddr = tempImage + j * srcWidth;
125 extractsrc_u(srcpixels, srcaddr, srcWidth, numxpixels, numypixels, 1);
127 srcaddr += numxpixels;
145 const GLfloat *srcaddr; local
192 const GLubyte *srcaddr; local
246 const GLfloat *srcaddr; local
    [all...]
texcompress_fxt1.c 81 srcFormat, srcType, srcAddr,
90 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
131 srcFormat, srcType, srcAddr,
140 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.h 54 * \param srcAddr source image address
65 const GLvoid *srcAddr, \
79 const GLvoid *srcAddr,
88 const GLvoid *srcAddr,
texstore.c 314 * \param srcAddr source image address
324 const GLvoid *srcAddr,
365 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr,
436 const GLvoid *srcAddr,
474 = (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr,
555 * \param srcAddr source image address
565 const GLvoid *srcAddr,
605 (const GLubyte *) _mesa_image_address(dims, srcPacking, srcAddr,
859 const GLvoid *srcAddr,
873 = (const GLubyte *) _mesa_image_address(dimensions, srcPacking, srcAddr,
    [all...]
texcompress_s3tc.c 183 srcFormat, srcType, srcAddr,
191 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
236 srcFormat, srcType, srcAddr,
244 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
289 srcFormat, srcType, srcAddr,
296 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
341 srcFormat, srcType, srcAddr,
348 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
texcompress_rgtc.c 62 static void extractsrc_u( GLubyte srcpixels[4][4], const GLubyte *srcaddr,
68 curaddr = srcaddr + j * srcRowStride * comps;
76 static void extractsrc_s( GLbyte srcpixels[4][4], const GLfloat *srcaddr,
82 curaddr = srcaddr + j * srcRowStride * comps;
98 const GLubyte *srcaddr; local
109 srcFormat, srcType, srcAddr,
121 srcaddr = tempImage + j * srcWidth;
125 extractsrc_u(srcpixels, srcaddr, srcWidth, numxpixels, numypixels, 1);
127 srcaddr += numxpixels;
145 const GLfloat *srcaddr; local
192 const GLubyte *srcaddr; local
246 const GLfloat *srcaddr; local
    [all...]
  /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 34 Instruction *splitAt, Value *srcAddr, Value *dstAddr, Value *len,
46 // srcAddr and dstAddr are expected to be pointer types,
48 unsigned srcAS = dyn_cast<PointerType>(srcAddr->getType())->getAddressSpace();
52 srcAddr = builder.CreateBitCast(srcAddr, Type::getInt8PtrTy(Context, srcAS));
61 // load from srcAddr+ind
62 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
167 Value *srcAddr = load->getOperand(0);
172 convertTransferToLoop(store, srcAddr, dstAddr, len, load->isVolatile(),
  /cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/
ShaderPerfRenderer.cpp 82 int srcAddr = 0;
86 current = source[srcAddr];
88 srcAddr++;
  /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);
  /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...]

Completed in 792 milliseconds

1 2