/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.cpp | 41 PRegister src, in FetchInstr() 51 m_src(src), in FetchInstr() 38 FetchInstr(EVFetchInstr opcode, const RegisterVec4& dst, const RegisterVec4::Swizzle& dest_swizzle, PRegister src, uint32_t src_offset, EVFetchType fetch_type, EVTXDataFormat data_format, EVFetchNumFormat num_format, EVFetchEndianSwap endian_swap, uint32_t resource_id, PRegister resource_offset) FetchInstr() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_state.c | 35 vc4_generic_cso_state_create(const void *src, uint32_t size) in vc4_generic_cso_state_create() argument 40 memcpy(dst, src, size); in vc4_generic_cso_state_create()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_pmeth.c | 82 static int pkey_rsa_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src) in pkey_rsa_copy() argument 88 sctx = src->data; in pkey_rsa_copy()
|
/third_party/libabigail/src/ |
H A D | abg-ir-priv.h | 816 /// @param src the type to propagate the canonical type from. 818 /// @param dest the type to propagate the canonical type of @p src 823 propagate_ct(const type_base& src, const type_base& dest) in propagate_ct() 825 type_base_sptr canonical = src.get_canonical_type(); in propagate_ct() 840 /// the src/abg-ir.cc file. 872 /// the src/abg-ir.cc file. 895 /// the src/abg-ir.cc file. 956 /// in the src/abg-ir.cc file. 998 /// in the src/abg-ir.cc file.
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativePPC_32.c | 42 #define INS_CLEAR_LEFT(dst, src, from) \ 43 (RLWINM | S(src) | A(dst) | RLWI_MBE(from, 31))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 544 GLuint DisplayGbm::makeShader(GLuint type, const char *src) in makeShader() argument 548 gl->shaderSource(shader, 1, &src, nullptr); in makeShader()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderXFB.cpp | 515 const char* src[] = { fs_body, gs_body, tc_body, te_body, vs_body }; in initTest() local 521 << src[n_shader] << tcu::TestLog::EndMessage; in initTest()
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 78 void parseCommaSeparatedList (const char* src, vector<string>* dst) in parseCommaSeparatedList() argument 80 std::istringstream inStr (src); in parseCommaSeparatedList()
|
/third_party/skia/src/image/ |
H A D | SkSurface_Gpu.cpp | 8 #include "src/image/SkSurface_Gpu.h" 16 #include "src/core/SkImagePriv.h" 17 #include "src/core/SkSurfacePriv.h" 18 #include "src/gpu/BaseDevice.h" 19 #include "src/gpu/GrAHardwareBufferUtils.h" 20 #include "src/gpu/GrCaps.h" 21 #include "src/gpu/GrContextThreadSafeProxyPriv.h" 22 #include "src/gpu/GrDirectContextPriv.h" 23 #include "src/gpu/GrProxyProvider.h" 24 #include "src/gp 158 onWritePixels(const SkPixmap& src, int x, int y) onWritePixels() argument [all...] |
/third_party/skia/samplecode/ |
H A D | SamplePatch.cpp | 26 #include "src/core/SkGeometry.h" 27 #include "src/core/SkOSFile.h" 28 #include "src/utils/SkUTF.h" 330 const SkPoint src[2] = { in make_verts() local 342 mx.mapPoints(dst, src, 2); in make_verts()
|
/third_party/skia/src/core/ |
H A D | SkRecordDraw.cpp | 10 #include "src/core/SkCanvasPriv.h" 11 #include "src/core/SkColorFilterBase.h" 12 #include "src/core/SkImageFilter_Base.h" 13 #include "src/core/SkRecordDraw.h" 14 #include "src/utils/SkPatchUtils.h" 127 lattice.fBounds = &r.src; in draw() 131 DRAW(DrawImageRect, drawImageRect(r.image.get(), r.src, r.dst, r.sampling, r.paint, r.constraint));
|
H A D | SkDevice.cpp | 8 #include "src/core/SkDevice.h" 18 #include "src/core/SkDraw.h" 19 #include "src/core/SkGlyphRun.h" 20 #include "src/core/SkImageFilterCache.h" 21 #include "src/core/SkImageFilter_Base.h" 22 #include "src/core/SkImagePriv.h" 23 #include "src/core/SkLatticeIter.h" 24 #include "src/core/SkMarkerStack.h" 25 #include "src/core/SkMatrixPriv.h" 26 #include "src/cor 332 drawFilteredImage(const skif::Mapping& mapping, SkSpecialImage* src, const SkImageFilter* filter, const SkSamplingOptions& sampling, const SkPaint& paint) drawFilteredImage() argument [all...] |
H A D | SkScan_AntiPath.cpp | 8 #include "src/core/SkScanPriv.h" 14 #include "src/core/SkAntiRun.h" 15 #include "src/core/SkBlitter.h" 16 #include "src/core/SkPathPriv.h" 19 #include "src/core/SkPathComplexityDfx.h" 591 static SkIRect safeRoundOut(const SkRect& src) { 593 SkIRect dst = src.roundOut(); 816 #include "src/core/SkRasterClip.h"
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ETC_Decoder.cpp | 670 bool ETC_Decoder::Decode(const unsigned char *src, unsigned char *dst, int w, int h, int dstPitch, int dstBpp, InputType inputType) in Decode() argument 673 sources[0] = (const ETC2 *)src; in Decode()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | ETC_Decoder.cpp | 677 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType) in Decode() argument 680 sources[0] = (const ETC2*)src; in Decode()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_pmeth.c | 82 static int pkey_rsa_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src) in pkey_rsa_copy() argument 88 sctx = src->data; in pkey_rsa_copy()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_mips32.c | 16 #include "src/dsp/dsp.h" 20 #include "src/dsp/mips_macro.h" 21 #include "src/enc/vp8i_enc.h" 22 #include "src/enc/cost_enc.h" 414 // A - offset in bytes to load from src and ref buffers 482 static void FTransform_MIPS32(const uint8_t* src, const uint8_t* ref, in FTransform_MIPS32() argument 490 { (const int*)src, (const int*)ref, (const int*)out }; in FTransform_MIPS32()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DynamicBufferOffsetTests.cpp | 459 [[group(0), binding(0)]] var<uniform> src : Src; in TEST_P() 467 [[group(0), binding(0)]] var<storage, read> src : Src; in TEST_P() 483 dst.values[i + kWriteOffset] = src.values[i + kReadOffset]; in TEST_P() 531 // Fill the src buffer with 0, 1, 2, ... in TEST_P() 533 wgpu::Buffer src = utils::CreateBufferFromData(device, &srcData[0], srcBufferSize, in TEST_P() local 557 {0, src, 0, arrayByteLength}, in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 69 void copyFrom(VNInfo &src) { in copyFrom() argument 70 def = src.def; in copyFrom()
|
/third_party/toybox/lib/ |
H A D | lib.h | 124 void xstrncpy(char *dest, char *src, size_t size); 125 void xstrncat(char *dest, char *src, size_t size);
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 119 void xstrncpy(char *dest, char *src, size_t size); 120 void xstrncat(char *dest, char *src, size_t size);
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | parse.rs | 16 const SYN_CRATE_ROOT: &str = "src/lib.rs"; 17 const TOKEN_SRC: &str = "src/token.rs"; 29 /// Parse the contents of `src` and return a list of AST types. 537 let src = fs::read_to_string(workspace_path::get(relative_to_workspace_root))?; in do_load_file() 538 let file = syn::parse_file(&src)?; in do_load_file() 652 let src = fs::read_to_string(path)?; in load_token_file() 653 let file = syn::parse_file(&src)?; in load_token_file()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_i.h | 704 const void *src, size_t src_len); 879 const u8 *src, const u8 *bssid, const u8 *buf,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | notify.c | 654 const u8 *src, u16 dev_passwd_id, u8 go_intent) in wpas_notify_p2p_go_neg_req() 656 wpas_dbus_signal_p2p_go_neg_req(wpa_s, src, dev_passwd_id, go_intent); in wpas_notify_p2p_go_neg_req() 653 wpas_notify_p2p_go_neg_req(struct wpa_supplicant *wpa_s, const u8 *src, u16 dev_passwd_id, u8 go_intent) wpas_notify_p2p_go_neg_req() argument
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferTestUtil.cpp | 562 static void execVertexFetch (T* dst, const T* src, const deUint8* indices, int numIndices) 565 dst[i] = src[indices[i]];
|