| /third_party/opencl-headers/.github/workflows/ |
| D | linux.yml | 7 runs-on: ubuntu-18.04 8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127 19 - C_COMPILER: gcc-7 20 CXX_COMPILER: g++-7 25 - C_COMPILER: gcc-7 26 CXX_COMPILER: g++-7 31 - C_COMPILER: gcc-7 32 CXX_COMPILER: g++-7 37 - C_COMPILER: gcc-7 38 CXX_COMPILER: g++-7 [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| D | strength_reduction_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Test to make sure we replace 5*8. 39 // clang-format off in TEST_F() 49 "%uint_8 = OpConstant %uint 8", in TEST_F() 51 "%8 = OpLabel", in TEST_F() 55 // clang-format on in TEST_F() 81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F() 83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F() 84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F() 87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F() [all …]
|
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 56 // clang-format on in TEST_F() 70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F() 83 // clang-format off in TEST_F() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 110 // clang-format on in TEST_F() 120 // clang-format off in TEST_F() 133 // clang-format on in TEST_F() [all …]
|
| /third_party/spirv-tools/test/opt/ |
| D | strength_reduction_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Test to make sure we replace 5*8. 39 // clang-format off in TEST_F() 49 "%uint_8 = OpConstant %uint 8", in TEST_F() 51 "%8 = OpLabel", in TEST_F() 55 // clang-format on in TEST_F() 81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F() 83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F() 84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F() 87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F() [all …]
|
| D | remove_dontinline_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 37 "%8 = OpLabel", in TEST_F() 40 // clang-format on in TEST_F() 48 // clang-format off in TEST_F() 56 "%8 = OpLabel", in TEST_F() 59 // clang-format on in TEST_F() 69 // clang-format off in TEST_F() 77 "%8 = OpLabel", in TEST_F() 80 // clang-format on in TEST_F() [all …]
|
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 56 // clang-format on in TEST_F() 70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F() 83 // clang-format off in TEST_F() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 110 // clang-format on in TEST_F() 120 // clang-format off in TEST_F() 133 // clang-format on in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | strength_reduction_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Test to make sure we replace 5*8. 39 // clang-format off in TEST_F() 49 "%uint_8 = OpConstant %uint 8", in TEST_F() 51 "%8 = OpLabel", in TEST_F() 55 // clang-format on in TEST_F() 81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F() 83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F() 84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F() 87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F() [all …]
|
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 56 // clang-format on in TEST_F() 70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F() 83 // clang-format off in TEST_F() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 110 // clang-format on in TEST_F() 120 // clang-format off in TEST_F() 133 // clang-format on in TEST_F() [all …]
|
| /third_party/libexif/ |
| D | .travis.yml | 16 - autopoint 21 - CONFIG=normal 22 - CONFIG=c90 23 - CONFIG=stackprotect 24 - CONFIG=disable-nls 26 - MAKEFLAGS='-j 2' 29 - clang 30 - gcc 33 - linux 34 - osx [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
| D | gen_mtl_internal_shaders.py | 3 # Use of this source code is governed by a BSD-style license that can be 19 template_header_boilerplate = """// GENERATED FILE - DO NOT EDIT. 23 // Use of this source code is governed by a BSD-style license that can be 56 binary = 'clang-cl.exe' 58 binary = 'clang++' 60 clang = os.path.join('..', '..', '..', '..', '..', 'third_party', 'llvm-build', 63 if not os.path.isfile(clang): 64 raise Exception('Cannot find clang') 66 return clang 96 # -------- Generate shader constants ----------- [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 for (Function& f : *context()->module()) { in Process() 49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 74 // clang-format off in TEST_F() 90 %8 = OpTypePointer Function %7 in TEST_F() 126 // clang-format on in TEST_F() 130 Module* module = context->module(); in TEST_F() 156 // clang-format off in TEST_F() 170 %8 = OpConstant %6 0 in TEST_F() 190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F() [all …]
|
| D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 65 // clang-format off in TEST_F() 79 %8 = OpTypeInt 32 1 in TEST_F() 80 %9 = OpTypePointer Function %8 in TEST_F() 81 %10 = OpConstant %8 0 in TEST_F() 82 %11 = OpConstant %8 10 in TEST_F() 90 %19 = OpConstant %8 1 in TEST_F() 98 %22 = OpPhi %8 %10 %20 %23 %24 in TEST_F() 115 %23 = OpIAdd %8 %22 %19 in TEST_F() 134 %8 = OpTypeInt 32 1 in TEST_F() [all …]
|
| /third_party/spirv-tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 for (Function& f : *context()->module()) { in Process() 49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 74 // clang-format off in TEST_F() 90 %8 = OpTypePointer Function %7 in TEST_F() 126 // clang-format on in TEST_F() 130 Module* module = context->module(); in TEST_F() 156 // clang-format off in TEST_F() 170 %8 = OpConstant %6 0 in TEST_F() 190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F() [all …]
|
| D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 65 // clang-format off in TEST_F() 79 %8 = OpTypeInt 32 1 in TEST_F() 80 %9 = OpTypePointer Function %8 in TEST_F() 81 %10 = OpConstant %8 0 in TEST_F() 82 %11 = OpConstant %8 10 in TEST_F() 90 %19 = OpConstant %8 1 in TEST_F() 98 %22 = OpPhi %8 %10 %20 %23 %24 in TEST_F() 115 %23 = OpIAdd %8 %22 %19 in TEST_F() 134 %8 = OpTypeInt 32 1 in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 for (Function& f : *context()->module()) { in Process() 49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 74 // clang-format off in TEST_F() 90 %8 = OpTypePointer Function %7 in TEST_F() 126 // clang-format on in TEST_F() 130 Module* module = context->module(); in TEST_F() 156 // clang-format off in TEST_F() 170 %8 = OpConstant %6 0 in TEST_F() 190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F() [all …]
|
| D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 65 // clang-format off in TEST_F() 79 %8 = OpTypeInt 32 1 in TEST_F() 80 %9 = OpTypePointer Function %8 in TEST_F() 81 %10 = OpConstant %8 0 in TEST_F() 82 %11 = OpConstant %8 10 in TEST_F() 90 %19 = OpConstant %8 1 in TEST_F() 98 %22 = OpPhi %8 %10 %20 %23 %24 in TEST_F() 115 %23 = OpIAdd %8 %22 %19 in TEST_F() 134 %8 = OpTypeInt 32 1 in TEST_F() [all …]
|
| /third_party/icu/ |
| D | .travis.yml | 7 - name: "c: docs" 14 - doxygen 16 - cd icu4c/source 17 - ./runConfigureICU Linux --disable-renaming 20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options 23 …- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)… 26 - name: "j" 31 - ant 32 - ant-optional 35 - cd icu4j [all …]
|
| /third_party/bzip2/ |
| D | bzip2.spec | 2 Version: 1.0.8 4 Summary: A high-quality data compressor 8 Source0: https://sourceware.org/pub/bzip2/%{name}-%{version}.tar.gz 11 Patch0: 0001-add-compile-option.patch 12 Patch1: 0002-CVE-2019-12900.patch 16 Provides: bzip2-libs 17 Obsoletes: bzip2-libs 20 bzip2 is a freely available, patent free, high-quality data compressor. 27 Requires: %{name} = %{version}-%{release} 28 Provides: bzip2-static [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| D | ComputeTests.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 21 #include "spirv-tools/libspirv.hpp" 29 return alignment * ((val + alignment - 1) / alignment); in alignUp() 87 printf("-- WARNING: Disassembly does not match assembly: ---\n\n"); in compileSpirv() 89 auto splitLines = [](const std::string &str) -> std::vector<std::string> { in compileSpirv() 109 printf("\n\n---\nExpected:\n\n%s", disassembled.c_str()); in compileSpirv() 152 ASSERT_TRUE(device->IsValid()); in test() 171 size_t magic0Offset = alignElements - 1; in test() 174 size_t magic2Offset = alignUp(magic1Offset + 1, alignElements) - 1; in test() 181 VK_ASSERT(device->AllocateMemory(buffersSize, in test() [all …]
|
| /third_party/FreeBSD/ |
| D | UPDATING | 9 https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html 16 13.2-RELEASE. 19 LinuxKPI pm.h changes require an update to the latest drm-kmod version 20 before re-compiling to avoid errors. 24 net80211 changes in order to help out-of-tree consumers to deal 28 For 64-bit architectures the base system is now built with Position 42 discussion on freebsd-current@ seemed to agree that 71 application-specific configuration option for applications 89 drm-kmod which needs updates after this. 100 % sudo -E make install [all …]
|
| /third_party/vixl/src/ |
| D | compiler-intrinsics-vixl.h | 32 #include "globals-vixl.h" 55 // clang-format off 61 // clang-format on 65 // https://gcc.gnu.org/onlinedocs/gcc-$MAJOR.$MINOR.$PATCHLEVEL/gcc//Other-Builtins.html 67 // clang-format off 73 // clang-format on 79 // clang-format off 86 // clang-format on 93 return (value != 0) && ((value & (value - 1)) == 0); in IsPowerOf2() 111 inline int CountLeadingSignBits(V value, int width = (sizeof(V) * 8)) { [all …]
|
| /third_party/vk-gl-cts/framework/delibs/cmake/ |
| D | Defs.cmake | 1 #------------------------------------------------------------------------- 3 # ---------------------------- 11 # http://www.apache.org/licenses/LICENSE-2.0 19 #------------------------------------------------------------------------- 70 # Prevent mixed compile with GCC and Clang 73 elseif (NOT (CMAKE_C_COMPILER_ID MATCHES "Clang") EQUAL (CMAKE_CXX_COMPILER_ID MATCHES "Clang")) 74 message(FATAL_ERROR "CMake C and CXX compilers do not match. Both or neither must be Clang.") 83 elseif (CMAKE_C_COMPILER_ID MATCHES "Clang") 103 DE_MAKE_ENV_BOOL("DE_COMPILER" "CLANG") 116 if (DE_PTR_SIZE EQUAL 8) [all …]
|
| /third_party/cef/tools/ |
| D | clang_util.py | 2 # reserved. Use of this source code is governed by a BSD-style license that 16 # Force use of the clang-format version bundled with depot_tools. 17 clang_format_exe = 'clang-format.bat' 19 clang_format_exe = 'clang-format' 23 # -assume-filename is necessary to find the .clang-format file and determine 25 result = exec_cmd("%s -assume-filename=%s" % (clang_format_exe, file_name), \ 26 root_dir, file_contents.encode('utf-8')) 28 print("clang-format error: %s" % result['err'])
|
| /third_party/skia/third_party/externals/brotli/ |
| D | .travis.yml | 5 - master 11 - os: linux 12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7 16 - ubuntu-toolchain-r-test 18 - gcc-7 19 - g++-7 20 - os: linux 21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4 25 - ubuntu-toolchain-r-test 27 - gcc-4.4 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| D | binary_to_text.literal_test.cpp | 1 // Copyright (c) 2015-2016 The Khronos Group Inc. 7 // http://www.apache.org/licenses/LICENSE-2.0 34 // clang-format off 51 "OpName %1 \"\xE4\xBA\xB2\"\n", // UTF-8 53 // clang-format on 65 // clang-format off 71 {"OpName %1 \"\\\xE4\xBA\xB2\"\n", "OpName %1 \"\xE4\xBA\xB2\"\n"}, // Escape utf-8 73 // clang-format on
|