Home
last modified time | relevance | path

Searched refs:Dynamic (Results 1 – 25 of 196) sorted by relevance

12345678

/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDrawCallPerf.cpp67 Dynamic, // Change the pipeline between draws. enumerator
72 Dynamic, // Update the per-draw uniform data once per frame. enumerator
80 Dynamic, // Use bind groups with dynamic offsets. enumerator
86 Dynamic, // Switch vertex buffers between draws. enumerator
156 case Pipeline::Dynamic: in operator <<()
167 case VertexBuffer::Dynamic: in operator <<()
183 case BindGroup::Dynamic: in operator <<()
191 case UniformData::Dynamic: in operator <<()
312 case VertexBuffer::Dynamic: { in SetUp()
337 case BindGroup::Dynamic: in SetUp()
[all …]
/third_party/typescript/tests/baselines/reference/
DimportCallExpressionSpecifierNotStringTypeError.errors.txt1 …t/importCallExpressionSpecifierNotStringTypeError.ts(5,8): error TS7036: Dynamic import's specifie…
2 …/importCallExpressionSpecifierNotStringTypeError.ts(6,17): error TS7036: Dynamic import's specifie…
3 …/importCallExpressionSpecifierNotStringTypeError.ts(7,19): error TS7036: Dynamic import's specifie…
4 …importCallExpressionSpecifierNotStringTypeError.ts(12,17): error TS7036: Dynamic import's specifie…
5 …importCallExpressionSpecifierNotStringTypeError.ts(13,17): error TS7036: Dynamic import's specifie…
15 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'boolean'.
18 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'boolean'.
21 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'boolean |…
28 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'string[]'.
31 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type '() => str…
DimportAssertion1(module=commonjs).errors.txt6 tests/cases/conformance/importAssertion/3.ts(2,25): error TS1324: Dynamic imports only support a se…
7 tests/cases/conformance/importAssertion/3.ts(3,25): error TS1324: Dynamic imports only support a se…
8 tests/cases/conformance/importAssertion/3.ts(4,25): error TS1324: Dynamic imports only support a se…
9 tests/cases/conformance/importAssertion/3.ts(5,26): error TS1324: Dynamic imports only support a se…
10 tests/cases/conformance/importAssertion/3.ts(7,25): error TS1324: Dynamic imports only support a se…
11 tests/cases/conformance/importAssertion/3.ts(8,11): message TS1450: Dynamic imports can only accept…
12 tests/cases/conformance/importAssertion/3.ts(9,25): error TS1324: Dynamic imports only support a se…
13 tests/cases/conformance/importAssertion/3.ts(10,25): error TS1324: Dynamic imports only support a s…
52 !!! error TS1324: Dynamic imports only support a second argument when the '--module' option is set …
55 !!! error TS1324: Dynamic imports only support a second argument when the '--module' option is set …
[all …]
DimportAssertion1(module=es2015).errors.txt6 tests/cases/conformance/importAssertion/3.ts(1,11): error TS1323: Dynamic imports are only supporte…
7 tests/cases/conformance/importAssertion/3.ts(2,11): error TS1323: Dynamic imports are only supporte…
8 tests/cases/conformance/importAssertion/3.ts(3,11): error TS1323: Dynamic imports are only supporte…
9 tests/cases/conformance/importAssertion/3.ts(4,11): error TS1323: Dynamic imports are only supporte…
10 tests/cases/conformance/importAssertion/3.ts(5,12): error TS1323: Dynamic imports are only supporte…
11 tests/cases/conformance/importAssertion/3.ts(7,11): error TS1323: Dynamic imports are only supporte…
12 tests/cases/conformance/importAssertion/3.ts(8,11): error TS1323: Dynamic imports are only supporte…
13 tests/cases/conformance/importAssertion/3.ts(9,11): error TS1323: Dynamic imports are only supporte…
14 tests/cases/conformance/importAssertion/3.ts(10,11): error TS1323: Dynamic imports are only support…
51 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
[all …]
DimportCallExpression5ES2020.errors.txt1 tests/cases/conformance/dynamicImport/2.ts(3,23): error TS7036: Dynamic import's specifier must be …
2 tests/cases/conformance/dynamicImport/2.ts(4,24): error TS7036: Dynamic import's specifier must be …
3 tests/cases/conformance/dynamicImport/2.ts(5,24): error TS7036: Dynamic import's specifier must be …
4 tests/cases/conformance/dynamicImport/2.ts(6,24): error TS7036: Dynamic import's specifier must be …
22 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type '"./0" | u…
25 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'undefined…
28 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type '"./1" | n…
31 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'null'.
DimportCallExpressionErrorInES2015.errors.txt1 tests/cases/conformance/dynamicImport/1.ts(1,1): error TS1323: Dynamic imports are only supported w…
2 tests/cases/conformance/dynamicImport/1.ts(2,10): error TS1323: Dynamic imports are only supported …
3 tests/cases/conformance/dynamicImport/1.ts(8,16): error TS1323: Dynamic imports are only supported …
12 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
15 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
23 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
DimportCallExpressionNestedES20152.errors.txt1 tests/cases/conformance/dynamicImport/index.ts(2,18): error TS1323: Dynamic imports are only suppor…
2 tests/cases/conformance/dynamicImport/index.ts(2,32): error TS1323: Dynamic imports are only suppor…
12 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
14 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
DimportCallExpression6ES2020.errors.txt1 tests/cases/conformance/dynamicImport/2.ts(4,24): error TS7036: Dynamic import's specifier must be …
2 tests/cases/conformance/dynamicImport/2.ts(6,24): error TS7036: Dynamic import's specifier must be …
21 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'undefined…
25 !!! error TS7036: Dynamic import's specifier must be of type 'string', but here has type 'null'.
DimportCallExpressionNestedES2015.errors.txt1 tests/cases/conformance/dynamicImport/index.ts(2,18): error TS1323: Dynamic imports are only suppor…
2 tests/cases/conformance/dynamicImport/index.ts(2,32): error TS1323: Dynamic imports are only suppor…
12 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
14 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
DimportAssertion1(module=esnext).errors.txt1 tests/cases/conformance/importAssertion/3.ts(8,11): message TS1450: Dynamic imports can only accept…
2 tests/cases/conformance/importAssertion/3.ts(9,11): message TS1450: Dynamic imports can only accept…
36 !!! message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as…
39 !!! message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as…
DimportCallExpressionGrammarError.errors.txt3 …dynamicImport/importCallExpressionGrammarError.ts(8,12): message TS1450: Dynamic imports can only …
5 …e/dynamicImport/importCallExpressionGrammarError.ts(9,35): error TS1324: Dynamic imports only supp…
23 !!! message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as…
28 !!! error TS1324: Dynamic imports only support a second argument when the '--module' option is set …
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.rc74 VALUE "FileDescription", "SwiftShader libGLESv2 64-bit Dynamic Link Library"
76 VALUE "FileDescription", "SwiftShader libGLESv2 32-bit Dynamic Link Library"
83 VALUE "ProductName", "SwiftShader libGLESv2 Dynamic Link Library"
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.rc72 VALUE "FileDescription", "SwiftShader libEGL 64-bit Dynamic Link Library"
74 VALUE "FileDescription", "SwiftShader libEGL 32-bit Dynamic Link Library"
81 VALUE "ProductName", "SwiftShader libEGL Dynamic Link Library"
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVulkan.rc74 VALUE "FileDescription", "SwiftShader Vulkan 64-bit Dynamic Link Library"
76 VALUE "FileDescription", "SwiftShader Vulkan 32-bit Dynamic Link Library"
83 VALUE "ProductName", "SwiftShader Vulkan Dynamic Link Library"
/third_party/skia/third_party/externals/dawn/docs/
Dtesting.md61 - Static/Multiple/Dynamic vertex buffers: Tests switching buffer bindings. This has
63 - Static/Multiple/Dynamic bind groups: Same rationale as vertex buffers
64 - Static/Dynamic pipelines: In addition to a change to GPU state, changing the pipeline
68 - Static/Dynamic data: Updating data for each draw is a common use case. It also tests
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
DlibGLESv1_CM.rc73 VALUE "FileDescription", "ANGLE libGLESv1_CM Dynamic Link Library"
79 VALUE "ProductName", "ANGLE libGLESv1_CM Dynamic Link Library"
/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.rc73 VALUE "FileDescription", "ANGLE libEGL Dynamic Link Library"
79 VALUE "ProductName", "ANGLE libEGL Dynamic Link Library"
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2.rc73 VALUE "FileDescription", "ANGLE libGLESv2 Dynamic Link Library"
79 VALUE "ProductName", "ANGLE libGLESv2 Dynamic Link Library"
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL.rc73 VALUE "FileDescription", "ANGLE OpenGL32 Dynamic Link Library"
79 VALUE "ProductName", "ANGLE OpenGL32 Dynamic Link Library"
/third_party/cef/libcef_dll/
Dlibcef_dll.rc114 VALUE "FileDescription", "Chromium Embedded Framework (CEF) Dynamic Link Library"
119 VALUE "ProductName", "Chromium Embedded Framework (CEF) Dynamic Link Library"
/third_party/gstreamer/gstreamer/docs/libs/controller/
Dindex.md1 # Dynamic Parameter Control
/third_party/rust/crates/rustix/tests/time/
Ddynamic_clocks.rs15 clock_gettime_dynamic(DynamicClockId::Dynamic(file.as_fd())).unwrap_err(); in test_dynamic_clocks()
/third_party/lzma/C/Util/LzmaLib/
DLzmaLib.dsp5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
20 !MESSAGE "LzmaLib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "LzmaLib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
/third_party/elfutils/tests/
Drun-readelf-Dd.sh38 Dynamic segment contains 23 entries:
Drun-readelf-d.sh37 Dynamic segment contains 23 entries:

12345678