Home
last modified time | relevance | path

Searched +full:resolve +full:- +full:from (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/third_party/python/Tools/c-analyzer/c_parser/parser/
D_func_body.py3 from ._regexes import (
7 from ._common import (
13 from ._compound_decl_body import DECL_BODY_PARSERS
46 def parse_function_body(name, text, resolve, source, anon_name, parent): argument
53 text, resolve = continue_text(source, text or '{', resolve)
69 resolve(None, None, None, text)
74 name = inline_name or anon_name('inline-')
76 # We must set the internal "text" from _iter_source() to the
80 resolve(kind, None, name, text, None)
84 for member, inline, text in _parse_body(text, resolve, source, anon_name, ident):
[all …]
D_global.py3 from ._regexes import (
6 from ._common import (
11 from ._compound_decl_body import DECL_BODY_PARSERS
12 #from ._func_body import parse_function_body
13 from ._func_body import parse_function_statics as parse_function_body
47 yield from parse_body(source)
82 yield srcinfo.resolve(forward_kind, None, forward_name)
87 yield srcinfo.resolve('typedef', data, name, parent=None)
93 name = compound_name or anon_name('inline-')
95 yield srcinfo.resolve(kind, name=name, data=None)
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_ANDROID_external_format_resolve.adoc1 // Copyright 2023-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
7 :refpage: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/
35 …r mechanism used for resolving multisampled images at the end of a render pass; resolve operations.
46 When using dynamic rendering, a new resolve mode is added to specify that the resolve attachment wi…
49 ----
51 ----
53resolve mode is specified, the `resolveImageView` member of link:{refpage}VkRenderingAttachmentInf…
55 Implementations may resolve a color attachment to an external format resolve attachment at any time…
57 With the resolve mode set to `VK_RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_ANDROID`, the following ad…
[all …]
DVK_EXT_multisampled_render_to_single_sampled.adoc1 // Copyright 2021-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
7 :refpage: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/
15 With careful usage of resolve attachments, multisampled image memory allocated
22 On some tiling GPUs, subpass resolve operations for some formats cannot be done
24 similarly to performing the resolve through
30 it does partial rasterization from frame to frame, blending on an image from a
33 single sampled data from the next subpass's resolve attachment and fill in the
40 hardware, effectively loading a multisampled attachment from the contents of a
42 Together with the ability to perform a resolve operation at the end of a
[all …]
/third_party/skia/m133/tests/graphite/precompile/
DChromePrecompileTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
85 // "RP(color: Dawn(f=23,s=1), resolve: {}, ds: Dawn(f=39,s=1), samples: 1, swizzle: rgba)"
91 // "RP(color: Dawn(f=23,s=4), resolve: Dawn(f=23,s=1), ds: Dawn(f=39,s=4), samples: 4, swizzle: rgb…
97 // "RP(color: Dawn(f=23,s=4), resolve: Dawn(f=23,s=1), ds: Dawn(f=41,s=4), samples: 4, swizzle: rgb…
115 precompileContext->priv().globalCache()->resetGraphicsPipelines(); in run_test()
122 const RendererProvider* rendererProvider = precompileContext->priv().rendererProvider(); in run_test()
123 const ShaderCodeDictionary* dict = precompileContext->priv().shaderCodeDictionary(); in run_test()
134 const RenderStep* renderStep = rendererProvider->lookup(pipelineDesc.renderStepID()); in run_test()
142 "case %zu overgenerated - %zu > %d\n", in run_test()
186 std::unique_ptr<PrecompileContext> precompileContext = context->makePrecompileContext();
[all …]
/third_party/typescript/tests/baselines/reference/
DpathMappingBasedModuleResolution_rootImport_aliasWithRoot_differentRootTypes.trace.json2 "======== Resolving module '/foo' from '/root/a.ts'. ========",
4 …"'baseUrl' option is set to '/root', using this value to resolve non-relative module name '/foo'.",
9 "File '/root/src/foo.ts' exist - use it as a name resolution result.",
11 "======== Resolving module '/bar' from '/root/a.ts'. ========",
13 …"'baseUrl' option is set to '/root', using this value to resolve non-relative module name '/bar'.",
31 …"'baseUrl' option is set to '/root', using this value to resolve non-relative module name '/bar'.",
36 "File '/root/src/bar.js' exist - use it as a name resolution result.",
38 "======== Resolving module 'c:/foo' from '/root/a.ts'. ========",
40 …"'baseUrl' option is set to '/root', using this value to resolve non-relative module name 'c:/foo'…
45 "File '/root/src/foo.ts' exist - use it as a name resolution result.",
[all …]
DexportDefaultAsyncFunction2.symbols12 import { async, await } from 'asyncawait';
16 export default async(() => await(Promise.resolve(1)));
19resolve : Symbol(PromiseConstructor.resolve, Decl(lib.es2015.promise.d.ts, --, --), Decl(lib.es201…
20 …es5.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.promise.d.ts, --, --), …
21resolve : Symbol(PromiseConstructor.resolve, Decl(lib.es2015.promise.d.ts, --, --), Decl(lib.es201…
28 import { async, await } from 'asyncawait';
36 import { async, await } from 'asyncawait';
44 import { async, await } from 'asyncawait';
Des5-asyncFunctionLongObjectLiteral.js1 //// [es5-asyncFunctionLongObjectLiteral.ts]
2 // the generated code from both should be similar
6 a: await Promise.resolve(0),
7 b: await Promise.resolve(1),
8 c: await Promise.resolve(2),
9 d: await Promise.resolve(3),
10 e: await Promise.resolve(4),
16 a: await Promise.resolve(0),
17 b: await Promise.resolve(1),
18 c: await Promise.resolve(2),
[all …]
DmoduleResolutionPackageIdWithRelativeAndAbsolutePath.trace.json2 "======== Resolving module 'anotherLib' from '/project/src/app.ts'. ========",
4 …"'baseUrl' option is set to '/project', using this value to resolve non-relative module name 'anot…
6 …"'baseUrl' option is set to '/project', using this value to resolve non-relative module name 'anot…
7 "Resolving module name 'anotherLib' relative to base url '/project' - '/project/anotherLib'.",
15 "Loading module 'anotherLib' from 'node_modules' folder, target file type 'TypeScript'.",
25 … "File '/project/node_modules/anotherLib/index.d.ts' exist - use it as a name resolution result.",
28 "======== Resolving module '@shared/lib/app' from '/project/src/app.ts'. ========",
30 …"'baseUrl' option is set to '/project', using this value to resolve non-relative module name '@sha…
37 "File '/shared/lib/app.d.ts' exist - use it as a name resolution result.",
39 …"======== Resolving module 'troublesome-lib/lib/Compactable' from '/project/node_modules/anotherLi…
[all …]
DexportStar-amd.errors.txt2 …1" has already exported a member named 'x'. Consider explicitly re-exporting to resolve the ambigu…
3 …1" has already exported a member named 'y'. Consider explicitly re-exporting to resolve the ambigu…
21 export * from "./t1";
22 export * from "./t2";
23 export * from "./t3";
25 …1" has already exported a member named 'x'. Consider explicitly re-exporting to resolve the ambigu…
27 …1" has already exported a member named 'y'. Consider explicitly re-exporting to resolve the ambigu…
30 import hello, { x, y, z, foo } from "./t4";
33 !!! related TS1195 tests/cases/conformance/es6/modules/t4.ts:2:1: 'export *' does not re-export a d…
DexportStar.errors.txt2 …1" has already exported a member named 'x'. Consider explicitly re-exporting to resolve the ambigu…
3 …1" has already exported a member named 'y'. Consider explicitly re-exporting to resolve the ambigu…
21 export * from "./t1";
22 export * from "./t2";
23 export * from "./t3";
25 …1" has already exported a member named 'x'. Consider explicitly re-exporting to resolve the ambigu…
27 …1" has already exported a member named 'y'. Consider explicitly re-exporting to resolve the ambigu…
30 import hello, { x, y, z, foo } from "./t4";
33 !!! related TS1195 tests/cases/conformance/es6/modules/t4.ts:2:1: 'export *' does not re-export a d…
DoperationsAvailableOnPromisedType.js17 --b;
34 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
35 return new (P || (P = Promise))(function (resolve, reject) { argument
38 …function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, …
57 …if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; c…
73 … o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolv… argument
74 …function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v,… argument
76 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
77 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
78 if (ar || !(i in from)) {
[all …]
DdefaultExportInAwaitExpression02.symbols2 const x = new Promise( ( resolve, reject ) => { resolve( {} ); } );
4 …es5.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.promise.d.ts, --, --), …
5 >resolve : Symbol(resolve, Decl(a.ts, 0, 24))
7 >resolve : Symbol(resolve, Decl(a.ts, 0, 24))
13 import x from './a';
DdefaultExportInAwaitExpression01.symbols2 const x = new Promise( ( resolve, reject ) => { resolve( {} ); } );
4 …es5.d.ts, --, --), Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.es2015.promise.d.ts, --, --), …
5 >resolve : Symbol(resolve, Decl(a.ts, 0, 24))
7 >resolve : Symbol(resolve, Decl(a.ts, 0, 24))
13 import x from './a';
/third_party/rust/rust/tests/ui/resolve/
Dresolve-type-param-in-item-in-trait.stderr1 error[E0401]: can't use generic parameters from outer function
2 --> $DIR/resolve-type-param-in-item-in-trait.rs:8:22
5 | - type parameter from outer function
8 | - help: try using a local generic parameter instead: `A,`
10 | ^ use of generic parameter from outer function
12 error[E0401]: can't use generic parameters from outer function
13 --> $DIR/resolve-type-param-in-item-in-trait.rs:16:23
16 | - type parameter from outer function
19 | - ^ use of generic parameter from outer function
23 error[E0401]: can't use generic parameters from outer function
[all …]
/third_party/mesa3d/src/intel/compiler/elk/
Delk_nir_analyze_boolean_resolves.c20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
28 * a boolean resolve on Gen <= 5. Instructions that need a boolean resolve
29 * will have the booleans portion of the instr->pass_flags field set to
34 /** Returns the resolve status for the given source
36 * If the source has a parent instruction then the resolve status is the
43 nir_instr *src_instr = src->ssa->parent_instr; in get_resolve_status_for_src()
44 uint8_t resolve_status = src_instr->pass_flags & ELK_NIR_BOOLEAN_MASK; in get_resolve_status_for_src()
46 /* If the source instruction needs resolve, then from the perspective in get_resolve_status_for_src()
54 /** Marks the given source as needing a resolve
57 * needing a resolve. Otherwise, we leave it alone.
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_multisample.txt16 Bill Licea-Kane
57 buffer. A multisample render buffer image differs from a
58 single-sample render buffer image in that a multisample image has a
62 All of the framebuffer-attachable images attached to a framebuffer
73 actually resolve for each sample update, but instead postpones the
74 resolve operation to a later time and resolve a batch of sample
76 "as if" it had resolved a sample-at-a-time. Unfortunately, however,
80 application-created framebuffer object, MULTISAMPLE is enabled, and
81 SAMPLE_BUFFERS is one, there is no implicit per-sample-update
82 resolve. Instead, the application explicitly controls when the
[all …]
DEXT_framebuffer_multisample_blit_scaled.txt44 multisample resolve operations, specifically to allow a combined
45 resolve and scale operation through a single call to BlitFramebuffer.
47 combined scaled resolve operation.
52 multisample resolve operation must be done using a BlitFramebuffer
67 resolve to be done with a single call to BlitFramebuffer. Not all
68 samples from the read framebuffer are required to be be used when
70 when compared to an image produced by a separate resolve and scale.
71 However, the single-pass scaled resolve blit should be faster than
72 the traditional two-pass resolve then scale blits.
93 Additions to Chapter 4 of the OpenGL 2.1 Specification (Per-Fragment
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_multisample.txt16 Bill Licea-Kane
57 buffer. A multisample render buffer image differs from a
58 single-sample render buffer image in that a multisample image has a
62 All of the framebuffer-attachable images attached to a framebuffer
73 actually resolve for each sample update, but instead postpones the
74 resolve operation to a later time and resolve a batch of sample
76 "as if" it had resolved a sample-at-a-time. Unfortunately, however,
80 application-created framebuffer object, MULTISAMPLE is enabled, and
81 SAMPLE_BUFFERS is one, there is no implicit per-sample-update
82 resolve. Instead, the application explicitly controls when the
[all …]
/third_party/skia/m133/tests/
DGrSurfaceResolveTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
77 if (!surface->readPixels(actual, 0, 0)) { in check_pixels()
112 auto tex = managedTex->texture(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
114 // resolve. in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
127 const GrCaps* caps = dContext->priv().caps(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
128 // In metal and vulkan if we prefer discardable msaa attachments we will also auto resolve. The in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
131 bool autoResolves = caps->msaaResolvesAutomatically() || in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
132 caps->preferDiscardableMSAAAttachment(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
135 // should trigger the resolve and the texture should have the correct data. in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
136 surface->getCanvas()->clear(SK_ColorRED); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
[all …]
/third_party/weex-loader/src/
Dparser.js10 * http://www.apache.org/licenses/LICENSE-2.0
20 import * as parse5 from 'parse5'
21 import templater from './templater'
22 import styler from './styler'
23 import scripter from './scripter'
24 import { checkTagName } from './templater/component_validator'
30 } from './util'
36 while (i--) {
85 if (type === 'we-element') {
86 …console.warn(`<we-element name="${getAttribute(node, 'name')}"> is deprecated, please use <element…
[all …]
/third_party/typescript/scripts/build/
Dutils.mjs1 /* eslint-disable no-restricted-globals */
3 import fs from "fs";
4 import path from "path";
5 import chalk from "chalk";
6 import which from "which";
7 import { spawn } from "child_process";
8 import assert from "assert";
9 import JSONC from "jsonc-parser";
23 return /**@type {Promise<{exitCode?: number}>}*/(new Promise((resolve, reject) => {
31 resolve({ exitCode: exitCode ?? undefined });
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderTargetVk.h3 // Use of this source code is governed by a BSD-style license that can be
34 // Regular render targets that load and store from the image.
36 // Multisampled-render-to-texture textures, where the implicit multisampled image is transient,
39 // Multisampled-render-to-texture depth/stencil textures.
43 // This is a very light-weight class that does not own to the resources it points to.
44 // It's meant only to copy across some information from a FramebufferAttachment to the
84 // For cube maps we use single-level single-layer 2D array views.
92 // For 3D textures, the 2D view created for render target is invalid to read from. The
158 // If present, this is the corresponding resolve attachment and its view. This is used to
168 // Which subresource of the image is used as render target. For single-layer render targets,
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_multisampled_render_to_single_sampled.adoc1 // Copyright 2021-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
10 2021-04-16
14 - Shahbaz Youssefi, Google
15 - Jan-Harald Fredriksen, Arm
16 - Jörg Wagner, Arm
17 - Matthew Netsch, Qualcomm Technologies, Inc.
18 - Jarred Davies, Imagination Technologies
22 With careful usage of resolve attachments, multisampled image memory
31 if it does partial rasterization from frame to frame, blending on an image
[all …]
/third_party/typescript/src/testRunner/unittests/evaluation/
DforAwaitOf.ts1 import * as evaluator from "../../_namespaces/evaluator";
2 import * as ts from "../../_namespaces/ts";
13 case 1: return { value: Promise.resolve(2), done: false };
14 …case 2: return { value: new Promise<number>(resolve => setTimeout(resolve, 100, 3)), done: false };
39 case 1: return { value: Promise.resolve(2), done: false };
40 …case 2: return { value: new Promise<number>(resolve => setTimeout(resolve, 100, 3)), done: false };
65 case 1: return { value: Promise.resolve(2), done: false };
66 …case 2: return { value: new Promise<number>(resolve => setTimeout(resolve, 100, 3)), done: false };
91 case 1: return { value: Promise.resolve(2), done: false };
92 …case 2: return { value: new Promise<number>(resolve => setTimeout(resolve, 100, 3)), done: false };
[all …]

12345678910>>...46