Home
last modified time | relevance | path

Searched defs:dest (Results 901 - 925 of 1433) sorted by relevance

1...<<31323334353637383940>>...58

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp36 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 Dsfn_instr_mem.cpp35 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 Dsfn_instr_fetch.cpp666 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 Dsvga_tgsi_emit.h245 SVGA3dShaderDestToken dest; in dst_register() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c17 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 Dpasswd.c445 int dest, source; in md5crypt() local
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_s3.c1665 unsigned char *dest = s->rlayer.handshake_fragment; in ssl3_read_bytes() local
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vpm.c153 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 Dpacket.h427 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 Dparams.c93 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 Dec_key.c105 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 Dohos_pa_volume.c486 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 Dparams.c91 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 Dpasswd.c445 int dest, source; in md5crypt() local
/third_party/openssl/crypto/ec/
H A Dec_key.c105 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 DImage11.cpp46 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 DImage9.cpp95 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 DBlit9.cpp187 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 DSkString.cpp371 char* dest = newString.writable_str(); in resize() local
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp84 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 DDevice.cpp442 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 DOptimizer.cpp157 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 DBlitter.cpp36 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 Dx509_vpm.c153 int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest, in X509_VERIFY_PARAM_inherit() argument
[all...]
/third_party/openssl/include/internal/
H A Dpacket.h427 PACKET_copy_all(const PACKET *pkt, unsigned char *dest, size_t dest_len, size_t *len) PACKET_copy_all() argument

Completed in 28 milliseconds

1...<<31323334353637383940>>...58