Searched refs:srcAddr (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/opts/
H A DSkBitmapProcState_opts_mips_dsp.cpp22 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels(); local
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]) \
154 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels(); local
[all...]
H A DSkBitmapProcState_opts_SSE2.cpp22 const char* srcAddr = static_cast<const char*>(s.fBitmap->getPixels()); local
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()); local
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()); local
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/core/
H A DSkBitmapProcState_sample.h51 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels(); local
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(); local
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_SHOR
148 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels(); local
194 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels(); local
[all...]
H A DSkBitmapProcState_shaderproc.h46 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels(); local
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
49 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
/external/mesa3d/src/mesa/main/
H A Dtexstore.h54 * \param srcAddr source image address
65 const GLvoid *srcAddr, \
79 const GLvoid *srcAddr,
88 const GLvoid *srcAddr,
H A Dtexstore.c314 * \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,
319 _mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) argument
431 make_temp_uint_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
560 _mesa_make_temp_ubyte_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
845 _mesa_swizzle_ubyte_image(struct gl_context *ctx, GLuint dimensions, GLenum srcFormat, GLenum srcType, GLenum baseInternalFormat, const GLubyte *rgba2dst, GLuint dstComponents, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking ) argument
925 memcpy_texture(struct gl_context *ctx, GLuint dimensions, gl_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
[all...]
H A Dtexcompress_s3tc.c183 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,
H A Dtexcompress_rgtc.c109 srcFormat, srcType, srcAddr,
156 srcFormat, srcType, srcAddr,
204 srcFormat, srcType, srcAddr,
258 srcFormat, srcType, srcAddr,
H A Dtexcompress_fxt1.c81 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,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp59 Instruction *splitAt, Value *srcAddr, Value *dstAddr, Value *len,
71 // srcAddr and dstAddr are expected to be pointer types,
73 unsigned srcAS = cast<PointerType>(srcAddr->getType())->getAddressSpace();
77 srcAddr = builder.CreateBitCast(srcAddr, Type::getInt8PtrTy(Context, srcAS));
86 // load from srcAddr+ind
87 Value *val = loop.CreateLoad(loop.CreateGEP(loop.getInt8Ty(), srcAddr, ind),
194 Value *srcAddr = load->getOperand(0); local
199 convertTransferToLoop(store, srcAddr, dstAddr, len, load->isVolatile(),
58 convertTransferToLoop( Instruction *splitAt, Value *srcAddr, Value *dstAddr, Value *len, bool srcVolatile, bool dstVolatile, LLVMContext &Context, Function &F) argument
H A DNVPTXISelLowering.cpp1323 SDValue srcAddr = local
1326 SDValue theVal = DAG.getLoad(elemtype, dl, tempChain, srcAddr,
2140 SDValue srcAddr = local
2151 p = DAG.getExtLoad(ExtOp, dl, Ins[InsIdx].VT, Root, srcAddr,
2155 p = DAG.getLoad(partVT, dl, Root, srcAddr,
/external/clang/lib/CodeGen/
H A DCGCall.cpp2452 llvm::Value *srcAddr = srcLV.getAddress();
2453 assert(!isProvablyNull(srcAddr) &&
2460 bool provablyNonNull = isProvablyNonNull(srcAddr);
2465 llvm::Value *isNull = CGF.Builder.CreateIsNull(srcAddr, "icr.isnull");
2475 cast<llvm::PointerType>(srcAddr->getType())->getElementType(),
2553 llvm::Value *srcAddr = CGF.EmitScalarExpr(CRE->getSubExpr());
2557 srcLV = CGF.MakeNaturalAlignAddrLValue(srcAddr, srcAddrType);
2559 llvm::Value *srcAddr = srcLV.getAddress();
2568 if (isProvablyNull(srcAddr)) {
2598 bool provablyNonNull = isProvablyNonNull(srcAddr);
[all...]
H A DCGAtomic.cpp1429 llvm::Value *srcAddr = atomics.materializeRValue(rvalue); local
1437 args.add(RValue::get(EmitCastToVoidPtr(srcAddr)), getContext().VoidPtrTy);

Completed in 293 milliseconds