Home
last modified time | relevance | path

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

12345678910>>...42

/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/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 …]
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 …]
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';
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.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-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…
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/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
31 * a boolean resolve on Gen <= 5. Instructions that need a boolean resolve
32 * will have the booleans portion of the instr->pass_flags field set to
37 /** Returns the resolve status for the given source
39 * If the source has a parent instruction then the resolve status is the
46 if (src->is_ssa) { in get_resolve_status_for_src()
47 nir_instr *src_instr = src->ssa->parent_instr; in get_resolve_status_for_src()
48 uint8_t resolve_status = src_instr->pass_flags & BRW_NIR_BOOLEAN_MASK; in get_resolve_status_for_src()
50 /* If the source instruction needs resolve, then from the perspective in get_resolve_status_for_src()
61 /** Marks the given source as needing a resolve
[all …]
/third_party/typescript/scripts/build/
Dutils.mjs1 /* eslint-disable no-restricted-globals */
2 // eslint-disable-next-line @typescript-eslint/triple-slash-reference
5 import fs from "fs";
6 import path from "path";
7 import log from "fancy-log";
8 import del from "del";
9 import File from "vinyl";
10 import ts from "../../lib/typescript.js";
11 import chalk from "chalk";
12 import which from "which";
[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 …]
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/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/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/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/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dparser.py1 # This is the Python adaptation and derivative work of Myia (https://github.com/mila-iqia/myia/).
3 # Copyright 2020-2024 Huawei Technologies Co., Ltd
9 # http://www.apache.org/licenses/LICENSE-2.0
19 from __future__ import absolute_import
27 from collections import namedtuple
28 from typing import NamedTuple
29 from textwrap import dedent
36 from mindspore import Tensor, CSRTensor, COOTensor, RowTensor
37 from mindspore import log as logger
38 from mindspore import nn
[all …]
/third_party/typescript/src/testRunner/unittests/tsbuild/
DmoduleSpecifiers.ts3 … moduleSpecifiers:: synthesized module specifiers to referenced projects resolve correctly", () =>…
6 subScenario: `synthesized module specifiers resolve correctly`,
21 "/src/solution/sub-project/index.ts": Utils.dedent`
22 import { Nominal } from '../common/nominal';
26 "/src/solution/sub-project/tsconfig.json": Utils.dedent`
37 "/src/solution/sub-project-2/index.ts": Utils.dedent`
38 import { MyNominal } from '../sub-project/index';
48 "/src/solution/sub-project-2/tsconfig.json": Utils.dedent`
55 { "path": "../sub-project" }
65 { "path": "./sub-project" },
[all …]
/third_party/python/PC/layout/
Dmain.py2 Generates a layout of Python for Windows from a build.
4 See python make_layout.py --help for usage.
20 from pathlib import Path
24 __path__ = [str(Path(__file__).resolve().parent)]
26 from .support.appxmanifest import *
27 from .support.catalog import *
28 from .support.constants import *
29 from .support.filesets import *
30 from .support.logging import *
31 from .support.options import *
[all …]

12345678910>>...42