Searched defs:dstAddr (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_translate.c35 void *dstAddr)
41 VGint *dst = (VGint *)dstAddr;
54 VGint *dst = (VGint *)dstAddr;
67 VGint *dst = (VGint *)dstAddr;
80 VGshort *dst = (VGshort *)dstAddr;
96 VGshort *dst = (VGshort *)dstAddr;
114 VGshort *dst = (VGshort *)dstAddr;
132 VGubyte *dst = (VGubyte *)dstAddr;
143 VGint *dst = (VGint *)dstAddr;
156 VGint *dst = (VGint *)dstAddr;
32 _vega_pack_rgba_span_float(struct vg_context *ctx, VGuint n, VGfloat rgba[][4], VGImageFormat dstFormat, void *dstAddr) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_translate.c35 void *dstAddr)
41 VGint *dst = (VGint *)dstAddr;
54 VGint *dst = (VGint *)dstAddr;
67 VGint *dst = (VGint *)dstAddr;
80 VGshort *dst = (VGshort *)dstAddr;
96 VGshort *dst = (VGshort *)dstAddr;
114 VGshort *dst = (VGshort *)dstAddr;
132 VGubyte *dst = (VGubyte *)dstAddr;
143 VGint *dst = (VGint *)dstAddr;
156 VGint *dst = (VGint *)dstAddr;
32 _vega_pack_rgba_span_float(struct vg_context *ctx, VGuint n, VGfloat rgba[][4], VGImageFormat dstFormat, void *dstAddr) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp34 Instruction *splitAt, Value *srcAddr, Value *dstAddr, Value *len,
46 // srcAddr and dstAddr are expected to be pointer types,
49 unsigned dstAS = dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
53 dstAddr = builder.CreateBitCast(dstAddr, Type::getInt8PtrTy(Context, dstAS));
63 // store at dstAddr+ind
64 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
74 static void convertMemSetToLoop(Instruction *splitAt, Value *dstAddr, argument
84 unsigned dstAS = dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
87 dstAddr
33 convertTransferToLoop( Instruction *splitAt, Value *srcAddr, Value *dstAddr, Value *len, bool srcVolatile, bool dstVolatile, LLVMContext &Context, Function &F) argument
168 Value *dstAddr = store->getOperand(1); local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpack.c533 GLvoid *dstAddr)
539 pack_uint_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
542 pack_int_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
545 pack_ushort_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
548 pack_short_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
551 pack_ubyte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
554 pack_byte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
558 GLubyte *dst = (GLubyte *) dstAddr;
570 GLubyte *dst = (GLubyte *) dstAddr;
582 GLushort *dst = (GLushort *) dstAddr;
531 _mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr) argument
917 _mesa_pack_rgba_span_from_ints(struct gl_context *ctx, GLuint n, GLint rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr) argument
1258 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, GLfloat rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dpack.c533 GLvoid *dstAddr)
539 pack_uint_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
542 pack_int_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
545 pack_ushort_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
548 pack_short_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
551 pack_ubyte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
554 pack_byte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
558 GLubyte *dst = (GLubyte *) dstAddr;
570 GLubyte *dst = (GLubyte *) dstAddr;
582 GLushort *dst = (GLushort *) dstAddr;
531 _mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr) argument
917 _mesa_pack_rgba_span_from_ints(struct gl_context *ctx, GLuint n, GLint rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr) argument
1258 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, GLfloat rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1425 llvm::Value *dstAddr = Builder.CreateBitCast(dstField, VoidPtrTy); local
1427 dstAddr, srcValue, llvm::ConstantInt::get(Int32Ty, flags.getBitMask())

Completed in 208 milliseconds