| /third_party/spirv-tools/ |
| D | BUILD.gn | 26 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 32 # SPIRV-Tools may be part of multiple projects in the Chromium tree. 36 abspath == "//third_party/vulkan-deps/spirv-tools/src/" 41 # TODO(b/158002593): Avoid the use of dependent-specific variables. 72 "-ftemplate-depth=1024", 73 "-Wno-switch", 94 core_json_file = "//third_party/spirv-headers/include/spirv/$version/spirv.core.grammar.json" 95 …core_insts_file = "//third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/core.insts-$vers… 96 …operand_kinds_file = "//third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/operand.kinds… 97 …debuginfo_insts_file = "//third_party/spirv-headers/include/spirv/unified1/extinst.debuginfo.gramm… [all …]
|
| D | Android.mk | 1 LOCAL_PATH := $(call my-dir) 2 SPVTOOLS_OUT_PATH=$(if $(call host-path-is-absolute,$(TARGET_OUT)),$(TARGET_OUT),$(abspath $(TARGET… 5 SPVHEADERS_LOCAL_PATH := $(LOCAL_PATH)/external/spirv-headers 9 source/assembly_grammar.cpp \ 10 source/binary.cpp \ 11 source/diagnostic.cpp \ 12 source/disassemble.cpp \ 13 source/ext_inst.cpp \ 14 source/enum_string_mapping.cpp \ 15 source/extensions.cpp \ [all …]
|
| /third_party/spirv-tools/source/opt/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 15 import("//third_party/vk-gl-cts/vk_gl_cts.gni") 39 "//third_party/spirv-headers/include", 50 "-Wno-implicit-fallthrough", 51 "-Wno-newline-eof", 52 "-Wno-unreachable-code-break", 53 "-Wno-unreachable-code-return", 56 # Work around a false-positive on a Skia GCC 10 builder. 57 cflags += [ "-Wno-format-truncation" ] 64 cflags += [ "-std=c++17" ] [all …]
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ci/ |
| D | crocus-hsw-fails.txt | 1 spec@!opengl 1.0@depth-clear-precision-check,Fail 2 spec@!opengl 1.0@depth-clear-precision-check@depth16,Fail 3 spec@!opengl 1.0@depth-clear-precision-check@depth32,Fail 4 spec@!opengl 1.0@depth-clear-precision-check@depth32f_stencil8,Fail 7 spec@!opengl 1.1@read-front,Fail 8 spec@!opengl 1.1@read-front clear-front-first,Fail 9 spec@!opengl 1.1@read-front clear-front-first samples=2,Fail 10 spec@!opengl 1.1@read-front clear-front-first samples=4,Fail 11 spec@!opengl 1.1@read-front clear-front-first samples=6,Fail 12 spec@!opengl 1.1@read-front clear-front-first samples=8,Fail [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/ |
| D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 35 core_insts_file = "${target_gen_dir}/core.insts-$version.inc" 36 operand_kinds_file = "${target_gen_dir}/operand.kinds-$version.inc" 51 "--spirv-core-grammar", 53 "--core-insts-output", 55 "--extinst-debuginfo-grammar", 57 "--extinst-cldebuginfo100-grammar", 59 "--operand-kinds-output", 83 "--spirv-core-grammar", 85 "--extinst-debuginfo-grammar", [all …]
|
| D | Android.mk | 1 LOCAL_PATH := $(call my-dir) 2 SPVTOOLS_OUT_PATH=$(if $(call host-path-is-absolute,$(TARGET_OUT)),$(TARGET_OUT),$(abspath $(TARGET… 5 SPVHEADERS_LOCAL_PATH := $(LOCAL_PATH)/external/spirv-headers 9 source/assembly_grammar.cpp \ 10 source/binary.cpp \ 11 source/diagnostic.cpp \ 12 source/disassemble.cpp \ 13 source/ext_inst.cpp \ 14 source/enum_string_mapping.cpp \ 15 source/extensions.cpp \ [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
| D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 35 core_insts_file = "${target_gen_dir}/core.insts-$version.inc" 36 operand_kinds_file = "${target_gen_dir}/operand.kinds-$version.inc" 51 "--spirv-core-grammar", 53 "--core-insts-output", 55 "--extinst-debuginfo-grammar", 57 "--extinst-cldebuginfo100-grammar", 59 "--operand-kinds-output", 83 "--spirv-core-grammar", 85 "--extinst-debuginfo-grammar", [all …]
|
| /third_party/icu/icu4c/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 20 "//third_party/icu/icu4c/source/common", 21 "//third_party/icu/icu4c/source/i18n", 22 "//third_party/icu/icu4c/source", 30 include_dirs = [ "//third_party/icu/icu4c/source/common" ] 38 sources = [ "//third_party/icu/icu4c/source/stubdata/stubdata.cpp" ] 41 "-O3", 42 "-W", 43 "-Wall", 44 "-pedantic", [all …]
|
| /third_party/icu/icu4c/source/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 20 "//third_party/icu/icu4c/source/common", 21 "//third_party/icu/icu4c/source/i18n", 22 "//third_party/icu/icu4c/source", 23 "//third_party/icu/icu4c/source/tools/toolutil", 24 "//third_party/icu/icu4c/source/io", 45 "//third_party/icu/icu4c/source/common/appendable.cpp", 46 "//third_party/icu/icu4c/source/common/bmpset.cpp", 47 "//third_party/icu/icu4c/source/common/brkeng.cpp", 48 "//third_party/icu/icu4c/source/common/brkiter.cpp", [all …]
|
| /third_party/lzma/CPP/7zip/Bundles/Alone7z/ |
| D | Alone.dsp | 1 # Microsoft Developer Studio Project File - Name="Alone" - Package Owner=<4> 7 CFG=Alone - Win32 DebugU 16 !MESSAGE NMAKE /f "Alone.mak" CFG="Alone - Win32 DebugU" 20 !MESSAGE "Alone - Win32 Release" (based on "Win32 (x86) Console Application") 21 !MESSAGE "Alone - Win32 Debug" (based on "Win32 (x86) Console Application") 22 !MESSAGE "Alone - Win32 ReleaseU" (based on "Win32 (x86) Console Application") 23 !MESSAGE "Alone - Win32 DebugU" (based on "Win32 (x86) Console Application") 33 !IF "$(CFG)" == "Alone - Win32 Release" 58 !ELSEIF "$(CFG)" == "Alone - Win32 Debug" 82 !ELSEIF "$(CFG)" == "Alone - Win32 ReleaseU" [all …]
|
| /third_party/skia/third_party/externals/dng_sdk/ |
| D | Android.bp | 2 name: "libdng_sdk-defaults", 4 "source/dng_1d_function.cpp", 5 "source/dng_1d_table.cpp", 6 "source/dng_abort_sniffer.cpp", 7 "source/dng_area_task.cpp", 8 "source/dng_bad_pixels.cpp", 9 "source/dng_bottlenecks.cpp", 10 "source/dng_camera_profile.cpp", 11 "source/dng_color_space.cpp", 12 "source/dng_color_spec.cpp", [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | sourceMapValidationStatements.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 15 4 > ^-> 19 1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0) 20 2 >Emitted(1, 10) Source(1, 10) + SourceIndex(0) 21 3 >Emitted(1, 11) Source(1, 11) + SourceIndex(0) 22 --- 24 1->^^^^ 28 5 > ^^^^^-> 29 1->() { [all …]
|
| D | contextualTyping.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 14 3 > ^^-> 29 1 >Emitted(1, 1) Source(13, 1) + SourceIndex(0) 30 2 >Emitted(1, 39) Source(13, 39) + SourceIndex(0) 31 --- 33 1-> 34 2 >^^^^^^^^^^^^^^^^^^^^^^-> 35 1-> 37 1->Emitted(2, 1) Source(14, 1) + SourceIndex(0) [all …]
|
| D | sourceMapValidationDestructuringVariableStatementArrayBindingPattern3.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 25 13> ^^^^^-> 44 1 >Emitted(2, 1) Source(7, 1) + SourceIndex(0) 45 2 >Emitted(2, 5) Source(7, 5) + SourceIndex(0) 46 3 >Emitted(2, 11) Source(7, 11) + SourceIndex(0) 47 4 >Emitted(2, 14) Source(7, 21) + SourceIndex(0) 48 5 >Emitted(2, 15) Source(7, 22) + SourceIndex(0) 49 6 >Emitted(2, 16) Source(7, 23) + SourceIndex(0) 50 7 >Emitted(2, 18) Source(7, 25) + SourceIndex(0) [all …]
|
| D | sourceMapValidationDestructuringParametertArrayBindingPattern.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 40 1 >Emitted(1, 1) Source(5, 1) + SourceIndex(0) 41 2 >Emitted(1, 5) Source(5, 5) + SourceIndex(0) 42 3 >Emitted(1, 11) Source(5, 11) + SourceIndex(0) 43 4 >Emitted(1, 14) Source(5, 21) + SourceIndex(0) 44 5 >Emitted(1, 15) Source(5, 22) + SourceIndex(0) 45 6 >Emitted(1, 16) Source(5, 23) + SourceIndex(0) 46 7 >Emitted(1, 18) Source(5, 25) + SourceIndex(0) 47 8 >Emitted(1, 25) Source(5, 32) + SourceIndex(0) [all …]
|
| D | sourceMapValidationDestructuringVariableStatement1.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 18 7 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 32 1 >Emitted(1, 1) Source(8, 1) + SourceIndex(0) 33 2 >Emitted(1, 5) Source(8, 5) + SourceIndex(0) 34 3 >Emitted(1, 10) Source(8, 10) + SourceIndex(0) 35 4 >Emitted(1, 13) Source(8, 13) + SourceIndex(0) 36 5 >Emitted(1, 20) Source(8, 20) + SourceIndex(0) 37 6 >Emitted(1, 21) Source(8, 21) + SourceIndex(0) 38 --- [all …]
|
| D | sourceMapValidationDestructuringParametertArrayBindingPattern2.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 44 1 >Emitted(1, 1) Source(5, 1) + SourceIndex(0) 45 2 >Emitted(1, 5) Source(5, 5) + SourceIndex(0) 46 3 >Emitted(1, 11) Source(5, 11) + SourceIndex(0) 47 4 >Emitted(1, 14) Source(5, 21) + SourceIndex(0) 48 5 >Emitted(1, 15) Source(5, 22) + SourceIndex(0) 49 6 >Emitted(1, 24) Source(5, 31) + SourceIndex(0) 50 7 >Emitted(1, 26) Source(5, 33) + SourceIndex(0) 51 8 >Emitted(1, 27) Source(5, 34) + SourceIndex(0) [all …]
|
| D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 25 13> ^^^^^-> 44 1 >Emitted(2, 1) Source(7, 1) + SourceIndex(0) 45 2 >Emitted(2, 5) Source(7, 5) + SourceIndex(0) 46 3 >Emitted(2, 11) Source(7, 11) + SourceIndex(0) 47 4 >Emitted(2, 14) Source(7, 21) + SourceIndex(0) 48 5 >Emitted(2, 15) Source(7, 22) + SourceIndex(0) 49 6 >Emitted(2, 16) Source(7, 23) + SourceIndex(0) 50 7 >Emitted(2, 18) Source(7, 25) + SourceIndex(0) [all …]
|
| D | sourceMapValidationFor.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 40 1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0) 41 2 >Emitted(1, 6) Source(1, 6) + SourceIndex(0) 42 3 >Emitted(1, 10) Source(1, 10) + SourceIndex(0) 43 4 >Emitted(1, 11) Source(1, 11) + SourceIndex(0) 44 5 >Emitted(1, 14) Source(1, 14) + SourceIndex(0) 45 6 >Emitted(1, 15) Source(1, 15) + SourceIndex(0) 46 7 >Emitted(1, 17) Source(1, 17) + SourceIndex(0) 47 8 >Emitted(1, 18) Source(1, 18) + SourceIndex(0) [all …]
|
| D | sourceMapValidationDestructuringParameterNestedObjectBindingPattern.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 66 1 >Emitted(1, 1) Source(11, 1) + SourceIndex(0) 67 2 >Emitted(1, 5) Source(11, 5) + SourceIndex(0) 68 3 >Emitted(1, 11) Source(11, 11) + SourceIndex(0) 69 4 >Emitted(1, 14) Source(11, 21) + SourceIndex(0) 70 5 >Emitted(1, 16) Source(11, 23) + SourceIndex(0) 71 6 >Emitted(1, 20) Source(11, 27) + SourceIndex(0) 72 7 >Emitted(1, 22) Source(11, 29) + SourceIndex(0) 73 8 >Emitted(1, 29) Source(11, 36) + SourceIndex(0) [all …]
|
| D | sourceMapValidationDestructuringForOfArrayBindingPattern.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 24 13> ^^^^^-> 43 1 >Emitted(1, 1) Source(7, 1) + SourceIndex(0) 44 2 >Emitted(1, 5) Source(7, 5) + SourceIndex(0) 45 3 >Emitted(1, 11) Source(7, 11) + SourceIndex(0) 46 4 >Emitted(1, 14) Source(7, 21) + SourceIndex(0) 47 5 >Emitted(1, 15) Source(7, 22) + SourceIndex(0) 48 6 >Emitted(1, 16) Source(7, 23) + SourceIndex(0) 49 7 >Emitted(1, 18) Source(7, 25) + SourceIndex(0) [all …]
|
| D | sourceMapValidationDestructuringForOfArrayBindingPattern2.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 25 13> ^^^^^-> 44 1 >Emitted(2, 1) Source(7, 1) + SourceIndex(0) 45 2 >Emitted(2, 5) Source(7, 5) + SourceIndex(0) 46 3 >Emitted(2, 11) Source(7, 11) + SourceIndex(0) 47 4 >Emitted(2, 14) Source(7, 21) + SourceIndex(0) 48 5 >Emitted(2, 15) Source(7, 22) + SourceIndex(0) 49 6 >Emitted(2, 16) Source(7, 23) + SourceIndex(0) 50 7 >Emitted(2, 18) Source(7, 25) + SourceIndex(0) [all …]
|
| D | jsDeclarationsFunctionLikeClasses2.symbols | 1 === tests/cases/conformance/jsdoc/declarations/source.js === 6 >Vec : Symbol(Vec, Decl(source.js, 0, 0), Decl(source.js, 8, 1)) 7 >len : Symbol(len, Decl(source.js, 3, 20)) 13 >this.storage : Symbol(Vec.storage, Decl(source.js, 3, 26)) 14 >this : Symbol(Vec, Decl(source.js, 0, 0), Decl(source.js, 8, 1)) 15 >storage : Symbol(Vec.storage, Decl(source.js, 3, 26)) 16 >Array : Symbol(Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) 17 >len : Symbol(len, Decl(source.js, 3, 20)) 21 >Vec.prototype : Symbol(Vec.prototype, Decl(source.js, 8, 1)) 22 >Vec : Symbol(Vec, Decl(source.js, 0, 0), Decl(source.js, 8, 1)) [all …]
|
| D | sourceMapValidationDestructuringParametertArrayBindingPatternDefaultValues.sourcemap.txt | 7 ------------------------------------------------------------------- 10 ------------------------------------------------------------------- 40 1 >Emitted(1, 1) Source(5, 1) + SourceIndex(0) 41 2 >Emitted(1, 5) Source(5, 5) + SourceIndex(0) 42 3 >Emitted(1, 11) Source(5, 11) + SourceIndex(0) 43 4 >Emitted(1, 14) Source(5, 21) + SourceIndex(0) 44 5 >Emitted(1, 15) Source(5, 22) + SourceIndex(0) 45 6 >Emitted(1, 16) Source(5, 23) + SourceIndex(0) 46 7 >Emitted(1, 18) Source(5, 25) + SourceIndex(0) 47 8 >Emitted(1, 25) Source(5, 32) + SourceIndex(0) [all …]
|
| /third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
| D | analog-input.conf.common | 21 ; Source selection should use the following names: 23 ; input -- If we don't know the exact kind of input 24 ; input-microphone 25 ; input-microphone-internal 26 ; input-microphone-external 27 ; input-linein 28 ; input-video 29 ; input-radio 30 ; input-docking-microphone 31 ; input-docking-linein [all …]
|