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

1 2

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 34 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
37 // bump srcAddr to the proper row, since we're told Y never changes
39 srcAddr = (const uint8_t*)((const char*)srcAddr +
45 src = srcAddr[0];
63 "ldrb r4, [%[srcAddr], r4] \n\t" // load pixel 0 from image
65 "ldrb r5, [%[srcAddr], r5] \n\t" // load pixel 1 from image
67 "ldrb r6, [%[srcAddr], r6] \n\t" // load pixel 2 from image
69 "ldrb r7, [%[srcAddr], r7] \n\t" // load pixel 3 from image
71 "ldrb r8, [%[srcAddr], r8] \n\t" // load pixel 4 from imag
    [all...]
SkBitmapProcState_opts_mips_dsp.cpp 22 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
24 srcAddr = (const uint8_t*)((const char*)srcAddr + xy[0] * s.fBitmap->rowBytes());
28 src = srcAddr[0];
54 "pref 0, 8(%[srcAddr]) \n\t"
55 "lbux $t0, $t0(%[srcAddr]) \n\t"
56 "lbux $t1, $t1(%[srcAddr]) \n\t"
57 "lbux $t2, $t2(%[srcAddr]) \n\t"
58 "lbux $t3, $t3(%[srcAddr]) \n\t"
59 "lbux $t4, $t4(%[srcAddr]) \n\t
    [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/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 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/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/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...]
  /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...]
  /frameworks/base/libs/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++;
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 147 jint srcAddr = message.initiator;
155 gHdmiCecControllerClassInfo.handleIncomingCecCommand, srcAddr,
325 jint srcAddr, jint dstAddr, jbyteArray body) {
327 message.initiator = static_cast<cec_logical_address_t>(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/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 387 const void* srcAddr = source->data() + originY * srcBytesPerRow + originX * 4;
393 context()->writePixels(info, srcAddr, srcBytesPerRow, destX, destY);
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 708 milliseconds

1 2