Searched +full:libatomic +full:- +full:1 (Results 1 – 15 of 15) sorted by relevance
| /third_party/mesa3d/docs/relnotes/ |
| D | 18.2.5.rst | 16 ---------------- 20 dddc28928b6f4083a0d5120b58c1c8e2dc189ab5c14299c08a386607fdbbdce7 mesa-18.2.5.tar.gz 21 b12c32872832e5353155e1e8026e1f1ab75bba9dc5b178d712045684d26c2b73 mesa-18.2.5.tar.xz 24 ------------ 29 --------- 31 - `Bug 105731 <https://bugs.freedesktop.org/show_bug.cgi?id=105731>`__ 32 - linker error "fragment shader input ... has no matching output in 35 - `Bug 107511 <https://bugs.freedesktop.org/show_bug.cgi?id=107511>`__ 36 - KHR/khrplatform.h not always installed when needed 37 - `Bug 107626 <https://bugs.freedesktop.org/show_bug.cgi?id=107626>`__ [all …]
|
| D | 19.0.0.rst | 6 for Mesa 19.0.1. 17 ---------------- 21 4c5b9c5227d37c1f6bdc786a6fa7ee7fbce40b2e8a87340c7d3234534ece3304 mesa-19.0.0.tar.gz 22 5a549dfb40ec31e5c36c47aadac04554cb2e2a8d144a046a378fc16da57e38f8 mesa-19.0.0.tar.xz 25 ------------ 27 - GL_AMD_texture_texture4 on all GL 4.0 drivers. 28 - GL_EXT_shader_implicit_conversions on all drivers (ES extension). 29 - GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). 30 - GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). 31 - GL_EXT_render_snorm on gallium drivers (ES extension). [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 1 name: CI-win 6 - '**' 7 - '!docs/**' 8 - '!src/unix/**' 9 - '!.**' 10 - '.github/workflows/CI-win.yml' 13 - v[0-9].* 14 - master 17 build-windows: 18 runs-on: windows-${{ matrix.config.server }} [all …]
|
| /third_party/toybox/scripts/ |
| D | mcm-buildall.sh | 3 # Script to build all cross and native compilers supported by musl-libc. 6 if [ ! -d litecross ] 8 echo Run this script in musl-cross-make directory to make "ccc" directory. 10 echo " "git clone https://github.com/richfelker/musl-cross-make 11 echo " "cd musl-cross-make 12 echo ' ~/toybox/scripts/mcm-buildall.sh' 13 exit 1 19 BOOTSTRAP=i686-linux-musl 21 [ -z "$OUTPUT" ] && OUTPUT="$PWD/ccc" 23 if [ "$1" == clean ] [all …]
|
| /third_party/protobuf/ |
| D | configure.ac | 13 # * protoc-artifacts/pom.xml 15 # * src/Makefile.am (Update -version-info for LDFLAGS if needed) 18 # version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed 19 # the size of one file name in the dist tarfile over the 99-char limit.) 39 # autoconf's default CXXFLAGS are usually "-g -O2". These aren't necessarily 48 AM_INIT_AUTOMAKE([1.9 tar-ustar subdir-objects]) 52 # To see all logs, use the --disable-silent-rules on configure or via make V=1 56 [AS_HELP_STRING([--with-zlib], 60 AC_ARG_WITH([zlib-include], 61 [AS_HELP_STRING([--with-zlib-include=PATH], [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 13 ## -------------------- ## 15 ## -------------------- ## 18 DUALCASE=1; export DUALCASE # for MKS sh 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 24 alias -g '${1+"$@"}'='"$@"' 27 case `(set -o) 2>/dev/null` in #( 29 set -o posix ;; #( [all …]
|
| /third_party/protobuf/cmake/ |
| D | CMakeLists.txt | 24 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11") 36 string(APPEND CMAKE_CXX_FLAGS " -diag-disable=2196") 63 include(protobuf-options.cmake) 76 LIMIT_COUNT 1 REGEX "^AC_INIT") 78 string(REGEX REPLACE "${protobuf_AC_INIT_REGEX}" "\\1" 87 set(protobuf_VERSION_REGEX "^([0-9]+)\\.([0-9]+)\\.([0-9]+)([-]rc[-]|\\.)?([0-9]*)$") 88 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\1" 118 add_definitions(-DGOOGLE_PROTOBUF_CMAKE_BUILD) 122 add_definitions(-DHAVE_PTHREAD) 129 set(HAVE_ZLIB 1) [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/scripts/ |
| D | run_benchmark_cropping_size.sh | 8 cd ${x86_path} || exit 1 9 tar -zxf mindspore-lite-${version}-linux-x64.tar.gz || exit 1 10 cd ${x86_path}/mindspore-lite-${version}-linux-x64/ || exit 1 12 cp tools/converter/converter/converter_lite ./ || exit 1 15 rm -rf ${ms_models_path} 16 mkdir -p ${ms_models_path} 21 # $1:cfgFileList; $2:inModelPath; $3:outModelPath; $4:logFile; $5:resultFile; 30 …# $1:cfgFileList; $2:modelPath; $3:dataPath; $4:logFile; $5:resultFile; $6:platform; $7:processor;… 37 cd ${basepath} || exit 1 41 cd ${arm64_path} || exit 1 [all …]
|
| D | run_cropper.sh | 4 …echo -e "-----------------------------------------------------------------------------------------… 8 printf "%-25s %-100s %-8s %-7s\n" ${arr[0]} ${arr[1]} ${arr[2]} ${arr[2]} 11 …echo -e "-----------------------------------------------------------------------------------------… 16 cd ${arm64_path} || exit 1 17 tar -zxf mindspore-lite-${version}-android-aarch64.tar.gz || exit 1 18 cd mindspore-lite-${version}-android-aarch64 || exit 1 19 cp -a ./runtime/third_party/hiai_ddk/lib/libhiai.so "${cropper_test_path}"/libhiai.so || exit 1 20 …cp -a ./runtime/third_party/hiai_ddk/lib/libhiai_ir.so "${cropper_test_path}"/libhiai_ir.so || exi… 21 …cp -a ./runtime/third_party/hiai_ddk/lib/libhiai_ir_build.so "${cropper_test_path}"/libhiai_ir_bui… 23 cp -a ./runtime/lib/libmindspore-lite.a "${cropper_test_path}"/libmindspore-lite.a || exit 1 [all …]
|
| /third_party/rust/crates/rust-openssl/openssl-sys/ |
| D | CHANGELOG.md | 5 ## [v0.9.91] - 2023-08-06 16 ## [v0.9.90] - 2023-06-20 22 ## [v0.9.89] - 2023-06-20 37 ## [v0.9.88] - 2023-05-30 49 ## [v0.9.87] - 2023-04-24 60 ## [v0.9.86] - 2023-04-20 71 ## [v0.9.85] - 2023-04-09 77 ## [v0.9.84] - 2023-04-01 85 ## [v0.9.83] - 2023-03-23 96 ## [v0.9.82] - 2023-03-19 [all …]
|
| /third_party/libffi/patch/ |
| D | backport-openharmony-adapt.patch | 1 diff --git a/fficonfig.h b/fficonfig.h 4 --- /dev/null 6 @@ -0,0 +1,230 @@ 13 +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 18 +/* Define to 1 if using `alloca.c'. */ 28 +#define FFI_EXEC_STATIC_TRAMP 1 45 +/* Define to 1 if you have `alloca', as a function or macro. */ 46 +#define HAVE_ALLOCA 1 48 +/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 50 +#define HAVE_ALLOCA_H 1 [all …]
|
| /third_party/mesa3d/ |
| D | meson.build | 1 # Copyright © 2017-2020 Intel Corporation 30 …default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++14'] 54 '-D__STDC_CONSTANT_MACROS', 55 '-D__STDC_FORMAT_MACROS', 56 '-D__STDC_LIMIT_MACROS', 57 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), 58 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"', 63 with_moltenvk_dir = get_option('moltenvk-dir') 64 with_vulkan_icd_dir = get_option('vulkan-icd-dir') 65 with_tests = get_option('build-tests') [all …]
|
| /third_party/ffmpeg/ |
| D | configure | 5 # Copyright (c) 2000-2002 Fabrice Bellard 6 # Copyright (c) 2005-2008 Diego Biurrun 7 # Copyright (c) 2005-2008 Mans Rullgard 18 echo "Trying shell $1" 19 type "$1" > /dev/null 2>&1 && exec "$@" 32 if test "0$FF_CONF_EXEC" -lt 1; then 33 FF_CONF_EXEC=1 36 if test "0$FF_CONF_EXEC" -lt 2; then 40 if test "0$FF_CONF_EXEC" -lt 3; then 45 echo "This configure script requires a POSIX-compatible shell" [all …]
|
| /third_party/libabigail/tests/data/test-read-dwarf/ |
| D | PR22015-libboost_iostreams.so.abi | 1 <abi-corpus version='2.2'> 2 <elf-needed> 3 <dependency name='build/cached/third_party/boost-1.60.0/libboost_system.so'/> 7 <dependency name='librt.so.1'/> 9 <dependency name='libatomic.so.1'/> 11 <dependency name='libgcc_s.so.1'/> 14 </elf-needed> 15 <elf-function-symbols> 16 …-symbol name='_ZN5boost10shared_ptrINS_9iostreams6detail16mapped_file_implEE5resetIS3_EEvPT_' type… 17 …-symbol name='_ZN5boost10shared_ptrINS_9iostreams6detail20file_descriptor_implEE5resetIS3_EEvPT_' … [all …]
|
| D | PR22122-libftdc.so.abi | 1 <abi-corpus version='2.2'> 2 <elf-needed> 19 <dependency name='build/cached/third_party/zlib-1.2.8/libzlib.so'/> 21 <dependency name='build/cached/third_party/snappy-1.1.3/libsnappy.so'/> 24 <dependency name='build/cached/third_party/yaml-cpp-0.5.3/libyaml.so'/> 40 <dependency name='build/cached/third_party/pcre-8.41/libpcrecpp.so'/> 44 <dependency name='build/cached/third_party/boost-1.60.0/libboost_program_options.so'/> 45 <dependency name='build/cached/third_party/boost-1.60.0/libboost_iostreams.so'/> 46 <dependency name='build/cached/third_party/boost-1.60.0/libboost_filesystem.so'/> 47 <dependency name='build/cached/third_party/boost-1.60.0/libboost_system.so'/> [all …]
|