Home
last modified time | relevance | path

Searched +full:clang +full:- +full:3 (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
33 "%3 = OpString \"minimal.vert\"", in TEST_F()
38 "OpLine %3 10 10", in TEST_F()
40 "OpLine %3 100 100", in TEST_F()
43 "OpLine %3 1 1", in TEST_F()
45 "OpLine %3 2 2", in TEST_F()
46 "OpLine %3 3 3", in TEST_F()
48 "OpLine %3 4 4", in TEST_F()
51 "OpLine %3 4 4", in TEST_F()
[all …]
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
39 // clang-format off 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()
94 ; CHECK-NEXT: OpShiftLeftLogical %uint [[five]] [[four]] in TEST_F()
96 ; CHECK-NOT: OpIMul in TEST_F()
109 // clang-format off in TEST_F()
[all …]
/third_party/spirv-tools/test/opt/
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
33 "%3 = OpString \"minimal.vert\"", in TEST_F()
38 "OpLine %3 10 10", in TEST_F()
40 "OpLine %3 100 100", in TEST_F()
43 "OpLine %3 1 1", in TEST_F()
45 "OpLine %3 2 2", in TEST_F()
46 "OpLine %3 3 3", in TEST_F()
48 "OpLine %3 4 4", in TEST_F()
51 "OpLine %3 4 4", in TEST_F()
[all …]
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
39 // clang-format off 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()
94 ; CHECK-NEXT: OpShiftLeftLogical %uint [[five]] [[four]] in TEST_F()
96 ; CHECK-NOT: OpIMul in TEST_F()
109 // clang-format off in TEST_F()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
33 "%3 = OpString \"minimal.vert\"", in TEST_F()
38 "OpLine %3 10 10", in TEST_F()
40 "OpLine %3 100 100", in TEST_F()
43 "OpLine %3 1 1", in TEST_F()
45 "OpLine %3 2 2", in TEST_F()
46 "OpLine %3 3 3", in TEST_F()
48 "OpLine %3 4 4", in TEST_F()
51 "OpLine %3 4 4", in TEST_F()
[all …]
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
39 // clang-format off 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()
94 ; CHECK-NEXT: OpShiftLeftLogical %uint [[five]] [[four]] in TEST_F()
96 ; CHECK-NOT: OpIMul in TEST_F()
109 // clang-format off in TEST_F()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dir_loader_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
20 #include "spirv-tools/libspirv.hpp"
33 module->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck()
45 // clang-format off in TEST()
84 // clang-format on in TEST()
89 "%2 = OpFunction %1 None %3\n" in TEST()
95 DoRoundTripCheck("%2 = OpFunction %1 None %3\n"); in TEST()
102 // clang-format off in TEST()
107 "%3 = OpString \"minimal.vert\"\n" in TEST()
110 "OpLine %3 10 10\n" in TEST()
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/doc/
Dbenchmarks.md3 *Preliminary* `wuffs bench -mimic` summarized throughput numbers for various
11 - clang/llvm 5.0.0
12 - gcc 7.2.0
16 - libgif 5.1.4
17 - zlib 1.2.8
31 gcc -O3 zlib.c
32 ./a.out -bench
40 benchmark runs, or calculate p-values when comparing numbers before and after a
50 also re-generate (transpile) the C code whenever you edit the \*.wuffs code.
51 Running `go install -v github.com/google/wuffs/cmd/...` will install the Wuffs
[all …]
/third_party/protobuf/objectivec/Tests/
DGPBMessageTests+Merge.m1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
50 - (void)testProto3MergingAndZeroValues {
153 src.optionalInt32 = 3;
155 src.optionalUint32 = 3;
157 src.optionalSint32 = 3;
159 src.optionalFixed32 = 3;
161 src.optionalSfixed32 = 3;
172 XCTAssertEqual(dst.optionalInt32, 3);
174 XCTAssertEqual(dst.optionalUint32, 3U);
[all …]
/third_party/rust/crates/clang-sys/
DCHANGELOG.md1 ## [1.4.0] - 2022-09-22
4 - The value of an `EntityKind` enum variant
5 (`EntityKind::CXCursor_TranslationUnit`) has been updated for Clang 15.0 and
7 …e in `libclang`](https://github.com/llvm/llvm-project/commit/bb83f8e70bd1d56152f02307adacd718cd67e…
10 - Added support for `clang` 16.0.x
11 - Added support for `clang` 15.0.x
12 - Added support for `clang` 14.0.x
14 ## [1.3.3] - 2022-05-28
17 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before
20 ## [1.3.2] - 2022-05-18
[all …]
DREADME.md1 # clang-sys
3 [![Crate](https://img.shields.io/crates/v/clang-sys.svg)](https://crates.io/crates/clang-sys)
4 [![Documentation](https://docs.rs/clang-sys/badge.svg)](https://docs.rs/clang-sys)
5 …github/workflow/status/KyleMayes/clang-sys/CI/master)](https://github.com/KyleMayes/vulkanalia/act…
6 ![MSRV](https://img.shields.io/badge/MSRV-1.40.0-blue)
10 …hat idiomatic Rust wrapper for these bindings, see [`clang-rs`](https://github.com/KyleMayes/clang…
14 ## [Documentation](https://docs.rs/clang-sys)
26 * `clang_3_5` - requires `libclang` 3.5 or later
27 * `clang_3_6` - requires `libclang` 3.6 or later
29 * `clang_15_0` - requires `libclang` 15.0 or later
[all …]
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
5 PYTHON_VERSION_COMPATIBILITY = "PY2+3"
66 api.flavor.step('dm', ['dm', '--some-flag'])
71 api.flavor.step('dm', ['dm', '--some-flag'])
73 api.flavor.step('nanobench', ['nanobench', '--some-flag'])
83 'Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing',
84 'Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android',
85 'Perf-Android-Clang-NVIDIA_Shield-CPU-TegraX1-arm64-Release-All-Android',
86 'Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android',
87 'Perf-Android-Clang-Pixel2XL-GPU-Adreno540-arm64-Release-All-Android_Skpbench_Mskp',
[all …]
/third_party/skia/infra/bots/
Dtasks.json3 "Build-Debian10-Clang-arm-Debug-Android": {
5 "Build-Debian10-Clang-arm-Debug-Android"
8 "Build-Debian10-Clang-arm-Debug-Android_Vulkan": {
10 "Build-Debian10-Clang-arm-Debug-Android_Vulkan"
13 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": {
15 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES"
18 "Build-Debian10-Clang-arm-Release-Android": {
20 "Build-Debian10-Clang-arm-Release-Android"
23 "Build-Debian10-Clang-arm-Release-Android_API26": {
25 "Build-Debian10-Clang-arm-Release-Android_API26"
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLIOSurfaceClientBufferTest.cpp3 // Use of this source code is governed by a BSD-style license that can be
100 mConfig = getEGLWindow()->getConfig(); in testSetUp()
101 mDisplay = getEGLWindow()->getDisplay(); in testSetUp()
112 // clang-format off in createIOSurfacePbuffer()
123 // clang-format on in createIOSurfacePbuffer()
231 ASSERT_NE(-1, location); in doSampleTest()
238 GLColor expectedColor((mask & R) ? 1 : 0, (mask & G) ? 2 : 0, (mask & B) ? 3 : 0, in doSampleTest()
299 GLColor expectedColor(1, 2, 3, 4); in doBlitTest()
321 GLColor color(3, 2, 1, 4); in TEST_P()
330 GLColor color(3, 2, 1, 4); in TEST_P()
[all …]
/third_party/mesa3d/src/imagination/
D.clang-format38 TabWidth: 3
41 ContinuationIndentWidth: 3
43 IndentWidth: 3
44 #IndentCaseBlocks: true # Requires clang-11
46 #IndentExternBlock: NoIndent # Requires clang-11
50 AccessModifierOffset: -4 # -IndentWidth
70 #AlignConsecutiveBitFields: false # Requires clang-11
77 #AlignOperands: Align # Requires clang-11
78 #BitFieldColonSpacing: Both # Requires clang-12
81 #SpaceAroundPointerQualifiers: Both # Requires clang-12
[all …]
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
53 api.flavor.step('dm', ['dm', '--some-flag'])
58 api.flavor.step('dm', ['dm', '--some-flag'], skip_binary_push=True)
60 api.flavor.step('nanobench', ['nanobench', '--some-flag'])
70 'Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing',
71 'Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android',
72 'Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android',
73 'Perf-Android-Clang-Pixel-GPU-Adreno530-arm64-Release-All-Android_Skpbench_Mskp',
74 'Perf-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All',
75 'Perf-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Release-All',
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // 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()
79 OpEntryPoint Fragment %2 "main" %3 in TEST_F()
83 OpName %3 "in_upper_bound" in TEST_F()
85 OpDecorate %3 Flat in TEST_F()
86 OpDecorate %3 Location 0 in TEST_F()
93 %3 = OpVariable %10 Input in TEST_F()
112 %27 = OpLoad %7 %3 in TEST_F()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // 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()
79 OpEntryPoint Fragment %2 "main" %3 in TEST_F()
83 OpName %3 "in_upper_bound" in TEST_F()
85 OpDecorate %3 Flat in TEST_F()
86 OpDecorate %3 Location 0 in TEST_F()
93 %3 = OpVariable %10 Input in TEST_F()
112 %27 = OpLoad %7 %3 in TEST_F()
[all …]
/third_party/spirv-tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
44 for (Function& f : *context()->module()) { in Process()
45 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process()
70 // clang-format off in TEST_F()
75 OpEntryPoint Fragment %2 "main" %3 in TEST_F()
79 OpName %3 "in_upper_bound" in TEST_F()
81 OpDecorate %3 Flat in TEST_F()
82 OpDecorate %3 Location 0 in TEST_F()
89 %3 = OpVariable %10 Input in TEST_F()
108 %27 = OpLoad %7 %3 in TEST_F()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLIOSurfaceClientBufferTest.cpp3 // Use of this source code is governed by a BSD-style license that can be
166 mConfig = getEGLWindow()->getConfig(); in testSetUp()
167 mDisplay = getEGLWindow()->getDisplay(); in testSetUp()
178 // clang-format off in createIOSurfacePbuffer()
190 // clang-format on in createIOSurfacePbuffer()
274 for (int i = 0; i < 3; i++) in doClearTest()
357 ASSERT_NE(-1, location); in doSampleTestWithTexture()
364 GLColor expectedColor((mask & R) ? 1 : 0, (mask & G) ? 2 : 0, (mask & B) ? 3 : 0, in doSampleTestWithTexture()
430 GLColor expectedColor(1, 2, 3, 4); in doBlitTest()
460 GLColor color(3, 2, 1, 4); in TEST_P()
[all …]
/third_party/gn/infra/recipes/gn.expected/
Dcq_linux.json34 "--tags",
85 "rev-parse",
102 "name": "git.rev-parse",
162 "-root",
164 "-ensure-file",
165 …"infra/ninja/${platform} version:1.8.2\nfuchsia/third_party/clang/${platform} integration\n@Subdir…
166 "-max-threads",
168 "-json-output",
190 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\", @@…
191 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"…
[all …]
Dcq_mac.json34 "--tags",
85 "rev-parse",
102 "name": "git.rev-parse",
162 "-root",
164 "-ensure-file",
165 "infra/ninja/${platform} version:1.8.2\nfuchsia/third_party/clang/${platform} integration",
166 "-max-threads",
168 "-json-output",
190 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\", @@…
191 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"…
[all …]
Dcipd_register.json15 "name": "infra-internal:ci"
34 "--tags",
42 "name": "infra-internal:ci"
67 "name": "infra-internal:ci"
85 "rev-parse",
92 "name": "infra-internal:ci"
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114 …"infra/ninja/${platform} version:1.8.2\nfuchsia/third_party/clang/${platform} integration\n@Subdir…
[all …]
/third_party/skia/third_party/externals/dawn/
DDEPS19 # Dependencies required to use GN/Clang in standalone
29 …'url': '{chromium_git}/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@99803d74…
35 'package': 'gn/gn/linux-amd64',
43 'package': 'gn/gn/mac-${{arch}}',
51 'package': 'gn/gn/windows-amd64',
59 …'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@8fa87946779682841e21e2da97…
64 …'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@f4328ad7c0d8242d36cb5be…
68 'tools/clang': {
69 'url': '{chromium_git}/chromium/src/tools/clang@03ff857f12277f511e0a30aca44b80e8aaebafd7',
72 'tools/clang/dsymutil': {
[all …]
/third_party/skia/infra/bots/recipe_modules/build/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
5 PYTHON_VERSION_COMPATIBILITY = "PY2+3"
30 'Build-Debian9-Clang-arm-Release-Flutter_Android_Docker',
31 'Build-Debian10-GCC-x86-Debug-Docker',
32 'Build-Debian10-GCC-x86_64-Debug-Docker',
33 'Build-Debian10-GCC-x86_64-Release-NoGPU_Docker',
34 'Build-Debian10-GCC-x86_64-Release-Shared_Docker',
35 'Build-Debian10-Clang-arm-Release-Android_API26',
36 'Build-Debian10-Clang-arm-Release-Android_ASAN',
37 'Build-Debian10-Clang-arm-Release-Chromebook_GLES',
[all …]

12345678910>>...45