/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 2252 vk_foreach_struct_const(src, info->pNext) { in vn_physical_device_fix_image_format_info() 2254 switch (src->sType) { in vn_physical_device_fix_image_format_info() 2256 memcpy(&local_info->external, src, sizeof(local_info->external)); in vn_physical_device_fix_image_format_info() 2266 memcpy(&local_info->list, src, sizeof(local_info->list)); in vn_physical_device_fix_image_format_info() 2270 memcpy(&local_info->stencil_usage, src, in vn_physical_device_fix_image_format_info() 2275 memcpy(&local_info->modifier, src, sizeof(local_info->modifier)); in vn_physical_device_fix_image_format_info()
|
/third_party/node/deps/v8/src/objects/ |
H A D | map.cc | 5 #include "src/objects/map.h" 7 #include "src/execution/frames.h" 8 #include "src/execution/isolate.h" 9 #include "src/handles/handles-inl.h" 10 #include "src/handles/maybe-handles.h" 11 #include "src/heap/heap-write-barrier-inl.h" 12 #include "src/init/bootstrapper.h" 13 #include "src/logging/log.h" 14 #include "src/logging/runtime-call-stats-scope.h" 15 #include "src/object 1153 Map src = *src_handle; RawCopy() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_action.c | 121 unsigned chan, src; in dp_fetch_args() local 122 for (src = 0; src < 2; src++) { in dp_fetch_args() 124 emit_data->args[(src * dp_components) + chan] = in dp_fetch_args() 125 lp_build_emit_fetch(bld_base, emit_data->inst, src, chan); in dp_fetch_args()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 1188 inline ImVector(const ImVector<T>& src) { Size = Capacity = 0; Data = NULL; operator=(src); } in ImVector() 1189 inline ImVector<T>& operator=(const ImVector<T>& src) { clear(); resize(src.Size); memcpy(Data, src.Data, (size_t)Size * sizeof(T)); return *this; } in operator =() 2126 IMGUI_API void AddRemapChar(ImWchar dst, ImWchar src, bool overwrite_dst = true); // Makes 'dst' character/glyph points to 'src' character/glyph. Currently needs to be called AFTER fonts have been built.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 1526 std::ostringstream src; in initPrograms() local 1528 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms() 1539 programCollection.glslSources.add("FragCoordMsaaFrag") << glu::FragmentSource(src.str()); in initPrograms() 1544 std::ostringstream src; in initPrograms() local 1545 src << "; SPIR - V\n" in initPrograms() 1608 programCollection.spirvAsmSources.add("FragCoordMsaaFrag") << src.str(); in initPrograms()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 1202 TriangleChain(MachineBasicBlock *src, MachineBasicBlock *dst) in precomputeTriangleChains() 1203 : Edges({src, dst}) {} in precomputeTriangleChains() 1294 for (MachineBasicBlock *src : reverse(Chain.Edges)) { in precomputeTriangleChains() 1295 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains() 1299 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); in precomputeTriangleChains() 1303 dst = src; in precomputeTriangleChains()
|
/third_party/skia/tests/ |
H A D | ResourceCacheTest.cpp | 12 #include "src/core/SkMessageBus.h" 13 #include "src/core/SkMipmap.h" 14 #include "src/gpu/GrDirectContextPriv.h" 15 #include "src/gpu/GrGpu.h" 16 #include "src/gpu/GrGpuResourceCacheAccess.h" 17 #include "src/gpu/GrGpuResourcePriv.h" 18 #include "src/gpu/GrProxyProvider.h" 19 #include "src/gpu/GrRecordingContextPriv.h" 20 #include "src/gpu/GrRenderTarget.h" 21 #include "src/gp 43 SkBitmap src; DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil.c | 2383 (*nametypetrans)->src = NULL; in cil_nametypetransition_init() 2399 (*rangetrans)->src = NULL; in cil_rangetransition_init() 2455 (*avrule)->src = NULL; in cil_avrule_init() 2479 (*type_rule)->src = NULL; in cil_type_rule_init() 2493 (*role_trans)->src = NULL; in cil_roletransition_init() 2507 (*roleallow)->src = NULL; in cil_roleallow_init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationGeometryInteractionTests.cpp | 1659 bool verifyImage (const tcu::Surface& src); 1894 bool PointSizeCase::verifyImage (const tcu::Surface& src) 1900 m_testCtx.getLog() << tcu::TestLog::Image("RenderImage", "Rendered image", src.getAccess()); 1908 for (int y = 0; y < src.getHeight(); ++y) 1909 for (int x = 0; x < src.getWidth(); ++x) 1911 if (!isBlack(src.getPixel(x, y)))
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 1526 std::ostringstream src; in initPrograms() local 1528 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms() 1539 programCollection.glslSources.add("FragCoordMsaaFrag") << glu::FragmentSource(src.str()); in initPrograms() 1544 std::ostringstream src; in initPrograms() local 1545 src << "; SPIR - V\n" in initPrograms() 1608 programCollection.spirvAsmSources.add("FragCoordMsaaFrag") << src.str(); in initPrograms()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wps_supplicant.c | 1496 const char *src; in wpas_wps_set_uuid() local 1508 src = "from the first interface"; in wpas_wps_set_uuid() 1511 src = "based on random data"; in wpas_wps_set_uuid() 1514 src = "based on MAC address"; in wpas_wps_set_uuid() 1518 src = "based on configuration"; in wpas_wps_set_uuid() 1522 wpa_dbg(wpa_s, MSG_DEBUG, "WPS: UUID %s: %s", src, buf); in wpas_wps_set_uuid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wps_supplicant.c | 1534 const char *src; in wpas_wps_set_uuid() local 1546 src = "from the first interface"; in wpas_wps_set_uuid() 1549 src = "based on random data"; in wpas_wps_set_uuid() 1552 src = "based on MAC address"; in wpas_wps_set_uuid() 1556 src = "based on configuration"; in wpas_wps_set_uuid() 1560 wpa_dbg(wpa_s, MSG_EXCESSIVE, "WPS: UUID %s: %s", src, buf); in wpas_wps_set_uuid()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 348 %macro SUMSUB_MUL 6-8 [pd_8192], [pd_3fff] ; src/dst 1-2, tmp1-2, coef1-2, rnd, mask 599 %macro IDCT8_1D 1-5 [pd_8192], [pd_3fff], 2 * mmsize, 17 ; src, rnd, mask, src_stride, stack_offset 810 %macro SUMSUB_MUL_D 6-7 [pd_3fff] ; src/dst 1-2, dst3-4, coef1-2, mask 827 %macro SUMSUB_PACK_D 5-6 [pd_8192] ; src/dst 1-2, src3-4, tmp, rnd 849 %macro IADST8_1D 1-3 [pd_8192], [pd_3fff] ; src, rnd, mask 1011 %macro IDCT16_1D 1-4 4 * mmsize, 65, 67 ; src, src_stride, stack_offset, mm32bit_stack_offset 1279 %macro IADST16_1D 1 ; src 1579 %macro IDCT32_1D 2-3 8 * mmsize; pass[1/2], src, src_stride
|
/third_party/backends/backend/ |
H A D | plustek-usbshading.c | 1974 u_short *dest, *src; in usb_AdjustWhiteShading() local 1977 src = (u_short*)pBuf; in usb_AdjustWhiteShading() 1991 dest[dww] = src[dw]; in usb_AdjustWhiteShading() 1992 dest[dww + 1] = src[m_ScanParam.Size.dwPhyPixels + dw]; in usb_AdjustWhiteShading() 1993 dest[dww + 2] = src[m_ScanParam.Size.dwPhyPixels * 2 + dw]; in usb_AdjustWhiteShading() 1997 memcpy( src, dest, m_ScanParam.Size.dwPhyPixels * 3 * 2 ); in usb_AdjustWhiteShading() 1998 src = &src[m_ScanParam.Size.dwPhyPixels * 3]; in usb_AdjustWhiteShading()
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 898 int32_t ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, in ubidi_writeReverse() argument 901 return U_ICU_ENTRY_POINT_RENAME(ubidi_writeReverse)(src, srcLength, dest, destSize, options, pErrorCode); in ubidi_writeReverse() 1245 int32_t ucnv_fromUChars(UConverter *cnv, char *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, in ucnv_fromUChars() argument 1248 return U_ICU_ENTRY_POINT_RENAME(ucnv_fromUChars)(cnv, dest, destCapacity, src, srcLength, pErrorCode); in ucnv_fromUChars() 1422 int32_t ucnv_toUChars(UConverter *cnv, UChar *dest, int32_t destCapacity, const char *src, int32_t srcLength, in ucnv_toUChars() argument 1425 return U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars)(cnv, dest, destCapacity, src, srcLength, pErrorCode); in ucnv_toUChars() 2106 int32_t unorm2_normalize(const UNormalizer2 *norm2, const UChar *src, int32_t length, UChar *dest, int32_t capacity, in unorm2_normalize() argument 2109 return U_ICU_ENTRY_POINT_RENAME(unorm2_normalize)(norm2, src, length, dest, capacity, pErrorCode); in unorm2_normalize()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 3141 const UnicodeString* src; in subParse() local 3165 src = &temp; in subParse() 3167 src = &text; in subParse() 3170 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse() 3868 const UnicodeString* src; in subParse() local 3874 src = &temp; in subParse() 3876 src = &text; in subParse() 3878 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 5 #include "src/wasm/wasm-objects.h" 7 #include "src/base/iterator.h" 8 #include "src/base/vector.h" 9 #include "src/codegen/assembler-inl.h" 10 #include "src/codegen/code-factory.h" 11 #include "src/compiler/wasm-compiler.h" 12 #include "src/debug/debug-interface.h" 13 #include "src/logging/counters.h" 14 #include "src/objects/debug-objects-inl.h" 15 #include "src/object 1322 CopyTableEntries(Isolate* isolate, Handle<WasmInstanceObject> instance, uint32_t table_dst_index, uint32_t table_src_index, uint32_t dst, uint32_t src, uint32_t count) CopyTableEntries() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 3092 const UnicodeString* src; in subParse() local 3116 src = &temp; in subParse() 3118 src = &text; in subParse() 3121 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse() 3819 const UnicodeString* src; in subParse() local 3825 src = &temp; in subParse() 3827 src = &text; in subParse() 3829 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | parse.c | 672 static void apply_ctype(struct position pos, struct ctype *dst, struct ctype *src); 1434 static void apply_ctype(struct position pos, struct ctype *dst, struct ctype *src) in apply_ctype() argument 1436 unsigned long mod = src->modifiers; in apply_ctype() 1442 concat_ptr_list((struct ptr_list *)src->contexts, in apply_ctype() 1446 if (src->alignment > dst->alignment) in apply_ctype() 1447 dst->alignment = src->alignment; in apply_ctype() 1450 if (src->as) in apply_ctype() 1451 dst->as = src->as; in apply_ctype()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 420 stencil_op_state(const struct pipe_stencil_state *src) in stencil_op_state() argument 423 ret.StencilFailOp = stencil_op((pipe_stencil_op) src->fail_op); in stencil_op_state() 424 ret.StencilPassOp = stencil_op((pipe_stencil_op) src->zpass_op); in stencil_op_state() 425 ret.StencilDepthFailOp = stencil_op((pipe_stencil_op) src->zfail_op); in stencil_op_state() 426 ret.StencilFunc = compare_op((pipe_compare_func) src->func); in stencil_op_state() 2210 struct d3d12_resource *src = d3d12_resource(psrc); 2213 d3d12_bo_reference(src->bo); 2214 dst->bo = src->bo;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 780 MultiPlaneImageData src (config.format, srcSize); in textureConversionTest() 786 ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(src, planeInfo, srcSize, 0) : nullAccess); in textureConversionTest() 787 ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(src, planeInfo, srcSize, 1) : nullAccess); in textureConversionTest() 788 ChannelAccess bChannelAccess (planeInfo.hasChannelNdx(2) ? getChannelAccess(src, planeInfo, srcSize, 2) : nullAccess); in textureConversionTest() 789 ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(src, planeInfo, srcSize, 3) : nullAccessAlpha); in textureConversionTest() 803 deMemset(src.getPlanePtr(planeNdx), 0u, src.getPlaneSize(planeNdx)); in textureConversionTest() 924 evalShader(context, config.shaderType, src, srcSize, config.format, config.imageTiling, config.disjoint, config.textureFilter, config.addressModeU, config.addressModeV, colorModels, config.colorRange, config.xChromaOffset, config.yChromaOffset, config.chromaFilter, config.componentMapping, config.explicitReconstruction, sts, config.samplerBinding, results); in textureConversionTest()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | smpdtfmt.cpp | 3048 const UnicodeString* src; in subParse() local 3072 src = &temp; in subParse() 3074 src = &text; in subParse() 3077 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse() 3749 const UnicodeString* src; in subParse() local 3755 src = &temp; in subParse() 3757 src = &text; in subParse() 3759 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 707 MultiPlaneImageData src (config.format, srcSize); in textureConversionTest() 713 ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(src, planeInfo, srcSize, 0) : nullAccess); in textureConversionTest() 714 ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(src, planeInfo, srcSize, 1) : nullAccess); in textureConversionTest() 715 ChannelAccess bChannelAccess (planeInfo.hasChannelNdx(2) ? getChannelAccess(src, planeInfo, srcSize, 2) : nullAccess); in textureConversionTest() 716 ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(src, planeInfo, srcSize, 3) : nullAccessAlpha); in textureConversionTest() 730 deMemset(src.getPlanePtr(planeNdx), 0u, src.getPlaneSize(planeNdx)); in textureConversionTest() 851 evalShader(context, config.shaderType, src, srcSize, config.format, config.imageTiling, config.disjoint, config.textureFilter, config.addressModeU, config.addressModeV, colorModels, config.colorRange, config.xChromaOffset, config.yChromaOffset, config.chromaFilter, config.componentMapping, config.explicitReconstruction, sts, config.samplerBinding, results); in textureConversionTest()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo.h | 580 int ff_update_duplicate_context(MpegEncContext *dst, const MpegEncContext *src);
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_capture.h | 44 long ff_copy_dshow_media_type(AM_MEDIA_TYPE *dst, const AM_MEDIA_TYPE *src);
|