| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_tex.cpp | 36 TexInstr::TexInstr(Opcode op, const RegisterVec4& dest, in TexInstr() argument 256 auto dest = value_fctory.dest_vec4_from_string(deststr, dest_swz, pin_group); in from_string() local 663 RegisterVec4 dest = shader.value_factory().dest_vec4(instr->dest, pin_chan); emit_tex_texture_samples() local 767 auto dest = vf.dest_vec4(tex->dest, pin_group); emit_tex_txs() local [all...] |
| H A D | sfn_instr_mem.cpp | 35 GDSInstr::GDSInstr(ESDOp op, Register *dest, in GDSInstr() argument 193 auto dest = vf.dest(instr->dest, 0, pin_free); in emit_atomic_op2() local 213 auto dest = vf.dest(inst in emit_atomic_op2() local 234 auto dest = vf.dest(instr->dest, 0, pin_free); emit_atomic_read() local 267 auto dest = vf.dest(instr->dest, 0, pin_free); emit_atomic_inc() local 272 auto dest = vf.dest(instr->dest, 0, pin_free); emit_atomic_inc() local 520 auto dest = vf.dest_vec4(intr->dest, pin_group); emit_ssbo_load() local 631 auto dest = vf.dest_vec4(intr->dest, pin_group); emit_ssbo_atomic_op() local 660 auto dest = vf.dest_vec4(intr->dest, pin_group); emit_ssbo_size() local 752 auto dest = vf.dest_vec4(intrin->dest, pin_group); emit_image_load_or_atomic() local 806 auto dest = vf.dest_vec4(intrin->dest, pin_group); emit_image_size() local 815 auto dest = vf.dest_vec4(intrin->dest, pin_group); emit_image_size() local 855 auto dest = vf.dest_vec4(intrin->dest, pin_group); emit_image_size() local [all...] |
| H A D | sfn_instr_fetch.cpp | 666 auto dest = vf.dest_vec4_from_string(deststr, dst_swz, pin_group); in from_string() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_emit.h | 245 SVGA3dShaderDestToken dest; in dst_register() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo_translate.c | 17 void *dest; member 227 void *const dest = nouveau_scratch_get(&nvc0->base, size, &va, &bo); in nvc0_push_setup_vertex_array() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | passwd.c | 445 int dest, source; in md5crypt() local
|
| /third_party/node/deps/openssl/openssl/ssl/record/ |
| H A D | rec_layer_s3.c | 1665 unsigned char *dest = s->rlayer.handshake_fragment; in ssl3_read_bytes() local
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | x509_vpm.c | 153 int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest, in X509_VERIFY_PARAM_inherit() argument [all...] |
| /third_party/node/deps/openssl/openssl/include/internal/ |
| H A D | packet.h | 427 PACKET_copy_all(const PACKET *pkt, unsigned char *dest, size_t dest_len, size_t *len) PACKET_copy_all() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | params.c | 93 static int copy_integer(unsigned char *dest, size_t dest_len, in copy_integer() argument 137 static int signed_from_signed(void *dest, size_t dest_len, in signed_from_signed() argument 145 static int signed_from_unsigned(void *dest, size_ argument 152 unsigned_from_signed(void *dest, size_t dest_len, const void *src, size_t src_len) unsigned_from_signed() argument 161 unsigned_from_unsigned(void *dest, size_t dest_len, const void *src, size_t src_len) unsigned_from_unsigned() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_key.c | 105 EC_KEY *EC_KEY_copy(EC_KEY *dest, const EC_KEY *src) in EC_KEY_copy() argument [all...] |
| /third_party/pulseaudio/src/pulse/ |
| H A D | ohos_pa_volume.c | 486 pa_cvolume *pa_sw_cvolume_multiply(pa_cvolume *dest, const pa_cvolume *a, const pa_cvolume *b) { in pa_sw_cvolume_multiply() argument 504 pa_cvolume *pa_sw_cvolume_multiply_scalar(pa_cvolume *dest, const pa_cvolume *a, pa_volume_t b) { in pa_sw_cvolume_multiply_scalar() argument 521 pa_sw_cvolume_divide(pa_cvolume *dest, const pa_cvolume *a, const pa_cvolume *b) pa_sw_cvolume_divide() argument 539 pa_sw_cvolume_divide_scalar(pa_cvolume *dest, const pa_cvolume *a, pa_volume_t b) pa_sw_cvolume_divide_scalar() argument 951 pa_cvolume_merge(pa_cvolume *dest, const pa_cvolume *a, const pa_cvolume *b) pa_cvolume_merge() argument [all...] |
| /third_party/openssl/crypto/ |
| H A D | params.c | 91 static int copy_integer(unsigned char *dest, size_t dest_len, in copy_integer() argument 135 static int signed_from_signed(void *dest, size_t dest_len, in signed_from_signed() argument 143 static int signed_from_unsigned(void *dest, size_ argument 150 unsigned_from_signed(void *dest, size_t dest_len, const void *src, size_t src_len) unsigned_from_signed() argument 159 unsigned_from_unsigned(void *dest, size_t dest_len, const void *src, size_t src_len) unsigned_from_unsigned() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | passwd.c | 445 int dest, source; in md5crypt() local
|
| /third_party/openssl/crypto/ec/ |
| H A D | ec_key.c | 105 EC_KEY *EC_KEY_copy(EC_KEY *dest, const EC_KEY *src) in EC_KEY_copy() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | Image11.cpp | 46 GenerateMipmap(const gl::Context *context, Image11 *dest, Image11 *src, const Renderer11DeviceCaps &rendererCaps) GenerateMipmap() argument 78 CopyImage(const gl::Context *context, Image11 *dest, Image11 *source, const gl::Box &sourceBox, const gl::Offset &destOffset, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const Renderer11DeviceCaps &rendererCaps) CopyImage() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Image9.cpp | 95 angle::Result Image9::GenerateMipmap(Context9 *context9, Image9 *dest, Image9 *source) in GenerateMipmap() argument 111 CopyLockableSurfaces(Context9 *context9, IDirect3DSurface9 *dest, IDirect3DSurface9 *source) CopyLockableSurfaces() argument 155 CopyImage(const gl::Context *context, Image9 *dest, Image9 *source, const gl::Rectangle &sourceRect, const gl::Offset &destOffset, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) CopyImage() argument [all...] |
| H A D | Blit9.cpp | 187 boxFilter(Context9 *context9, IDirect3DSurface9 *source, IDirect3DSurface9 *dest) boxFilter() argument 327 copy(Context9 *context9, IDirect3DSurface9 *source, IDirect3DBaseTexture9 *sourceTexture, const RECT &sourceRect, GLenum destFormat, const gl::Offset &destOffset, IDirect3DSurface9 *dest, bool flipY, bool premultiplyAlpha, bool unmultiplyAlpha) copy() argument 384 formatConvert(Context9 *context9, IDirect3DBaseTexture9 *source, const RECT &sourceRect, const gl::Extents &sourceSize, GLenum destFormat, const gl::Offset &destOffset, IDirect3DSurface9 *dest, bool flipY, bool premultiplyAlpha, bool unmultiplyAlpha) formatConvert() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkString.cpp | 371 char* dest = newString.writable_str(); in resize() local
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrAATriangulator.cpp | 84 void GrAATriangulator::makeEvent(SSEdge* edge, Vertex* v, SSEdge* other, Vertex* dest, in makeEvent() argument 230 void GrAATriangulator::connectSSEdge(Vertex* v, Vertex* dest, const Comparator& c) const { in connectSSEdge() argument 257 Vertex* dest = triangulator->makeSortedVertex(fPoint, fAlpha, mesh, prev, c); apply() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Device.cpp | 442 bool Device::stretchRect(sw::Surface *source, const sw::SliceRectF *sourceRect, sw::Surface *dest, const sw::SliceRect *destRect, unsigned char flags) in stretchRect() argument 652 stretchCube(sw::Surface *source, sw::Surface *dest) stretchCube() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | Optimizer.cpp | 157 Ice::Operand *dest = store->getStoreAddress(); in propagateAlloca() local 574 Ice::Variable *dest = instruction->getDest(); in isDead() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Blitter.cpp | 36 void Blitter::clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in clear() argument 49 bool Blitter::fastClear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in fastClear() argument 139 blit(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options& options) blit() argument 194 blit3D(Surface *source, Surface *dest) blit3D() argument 1189 Pointer<Byte> dest = *Pointer<Pointer<Byte>>(blit + OFFSET(BlitData,dest)); generate() local 1391 blitReactor(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options &options) blitReactor() argument [all...] |
| /third_party/openssl/crypto/x509/ |
| H A D | x509_vpm.c | 153 int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest, in X509_VERIFY_PARAM_inherit() argument [all...] |
| /third_party/openssl/include/internal/ |
| H A D | packet.h | 427 PACKET_copy_all(const PACKET *pkt, unsigned char *dest, size_t dest_len, size_t *len) PACKET_copy_all() argument
|