/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.cpp | 372 // Calculate the transformation offset for blit/resolve. See BlitResolve.frag for details on how 388 // There's no stretching in resolve. in CalculateResolveOffset() 2250 // Possible ways to resolve color are: in blitResolveImpl() 2253 // images during resolve. in blitResolveImpl() 2254 // - Manual resolve: A shader can read all samples from input, average them and output. in blitResolveImpl() 2255 // - Using subpass resolve attachment: A shader can transform the sample colors from source to in blitResolveImpl() 2256 // destination coordinates and the subpass resolve would finish the job. in blitResolveImpl() 2263 // Possible ways to resolve depth/stencil are: in blitResolveImpl() 2265 // - Manual resolve: A shader can read a samples from input and choose that for output. in blitResolveImpl() 2266 // - Using subpass resolve attachmen in blitResolveImpl() [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 1965 VkFilter filter, bool resolve) in dzn_cmd_buffer_blit_set_pipeline() 1990 .resolve = resolve, in dzn_cmd_buffer_blit_set_pipeline() 3419 struct dzn_image_view *dst = att->resolve.iview; in dzn_cmd_buffer_resolve_rendering_attachment() 3425 VkImageLayout dst_layout = att->resolve.layout; in dzn_cmd_buffer_resolve_rendering_attachment() 3540 cmdbuf->state.render.attachments.colors[i].resolve.mode = att->resolveMode; in dzn_CmdBeginRendering() 3541 cmdbuf->state.render.attachments.colors[i].resolve.iview = in dzn_CmdBeginRendering() 3543 cmdbuf->state.render.attachments.colors[i].resolve.layout = in dzn_CmdBeginRendering() 3564 cmdbuf->state.render.attachments.depth.resolve.mode = att->resolveMode; in dzn_CmdBeginRendering() 3565 cmdbuf->state.render.attachments.depth.resolve in dzn_CmdBeginRendering() 1961 dzn_cmd_buffer_blit_set_pipeline(struct dzn_cmd_buffer *cmdbuf, const struct dzn_image *src, const struct dzn_image *dst, VkImageAspectFlagBits aspect, VkFilter filter, bool resolve) dzn_cmd_buffer_blit_set_pipeline() argument [all...] |
/third_party/node/lib/ |
H A D | child_process.js | 241 const { promise, resolve, reject } = createDeferredPromise(); 249 resolve({ stdout, stderr });
|
/third_party/node/deps/npm/lib/commands/ |
H A D | view.js | 6 const { resolve } = require('path') 92 const manifest = await readJson(resolve(dir, 'package.json'))
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_draw.c | 192 batch->resolve |= buffers; 410 batch->resolve |= buffers;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface.cpp | 386 void Surface::setMultisampleResolve(EGLenum resolve) in setMultisampleResolve() argument 390 mMultisampleResolve = resolve; in setMultisampleResolve()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericFunctionInference1.js | 196 const promise = Promise.resolve(1); 340 const promise = Promise.resolve(1);
|
H A D | uniqueSymbolsDeclarations.js | 113 const promiseForConstCall = Promise.resolve(constCall); 318 const promiseForConstCall = Promise.resolve(constCall);
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 757 tag = self.resolve(ScalarNode, value, (plain_implicit, quoted_implicit)) 790 tag = self.resolve(SequenceNode, None, implicit) 829 tag = self.resolve(MappingNode, None, implicit) 1291 if self.resolve(ScalarNode, node.value, (True, False)) == tag_object: 1293 if self.resolve(ScalarNode, node.value, (False, True)) == tag_object: 1328 if self.resolve(SequenceNode, node.value, True) == tag_object: 1357 if self.resolve(MappingNode, node.value, True) == tag_object:
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 125 * The main focus is to resolve a btf_type that is referring 142 * The needs_resolve type implements the "resolve()" ops which 145 * During resolve (or DFS), different C types have different 148 * When resolving a BTF_KIND_STRUCT, we need to resolve all its 371 int (*resolve)(struct btf_verifier_env *env, member 827 * We also want to get typedef name while proceeding to resolve in btf_show_name() 1082 * The logic here is that as we resolve types we will in btf_show_obj_safe() 1805 btf_verifier_log_basic(env, v->t, "Unsupported resolve"); in btf_df_resolve() 2168 .resolve = btf_df_resolve, 2365 /* We must resolve t in btf_var_resolve() [all...] |
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/ |
H A D | hvigor-wrapper.js | 71 e.HVIGOR_ENGINE_PACKAGE_NAME = "@ohos/hvigor", e.PNPM_TOOL = (0, i.isWindows)() ? "pnpm.cmd" : "pnpm", e.NPM_TOOL = (0, i.isWindows)() ? "npm.cmd" : "npm", e.HVIGOR = "hvigor", e.PNPM = "pnpm", e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME = "hvigor-config.json5", e.DEFAULT_PACKAGE_JSON = "package.json", e.HVIGOR_USER_HOME = u.resolve(o.homedir(), ".hvigor"), e.HVIGOR_WRAPPER_TOOLS_HOME = u.resolve(e.HVIGOR_USER_HOME, "wrapper", "tools"), e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH = u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME, "node_modules", ".bin", e.PNPM_TOOL), e.HVIGOR_PNPM_STORE_PATH = u.resolve(e.HVIGOR_USER_HOME, "caches"), e.HVIGOR_PROJECT_CACHES_HOME = u.resolve(e.HVIGOR_USER_HOME, "project_caches"), e.HVIGOR_PROJECT_ROOT_DIR = process.cwd(), e.HVIGOR_PROJECT_NAME = u.basename((0, s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)), e.HVIGOR_PROJECT_WRAPPER_HOME = u.resolve(e.HVIGOR_PROJECT_ROOT_DIR, e.HVIGOR), e.HVIGOR_PROJECT_DEPENDENCIES_HOME = u.resolve(e.HVIGOR_PROJECT_CACHES_HOME, e.HVIGOR_PROJECT_NAME, "workspace"), e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH = u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME, e.DEFAULT_PACKAGE_JSON), e.HVIGOR_BOOT_JS_FILE_PATH = u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME, "node_modules", "@ohos", "hvigor", "bin", "hvigor.js") 107 return require.resolve( [all...] |
/third_party/node/src/ |
H A D | env.cc | 69 Local<Function> resolve) { in ResetPromiseHooks() 73 js_promise_hooks_[3].Reset(env()->isolate(), resolve); in ResetPromiseHooks() 79 Local<Function> resolve) { in ResetPromiseHooks() 80 async_hooks()->ResetPromiseHooks(init, before, after, resolve); in ResetPromiseHooks() 88 ->SetPromiseHooks(init, before, after, resolve); in ResetPromiseHooks() 66 ResetPromiseHooks(Local<Function> init, Local<Function> before, Local<Function> after, Local<Function> resolve) ResetPromiseHooks() argument 76 ResetPromiseHooks(Local<Function> init, Local<Function> before, Local<Function> after, Local<Function> resolve) ResetPromiseHooks() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_gmem.c | 1280 /* blit event can only do resolve for simple cases: in blit_can_resolve() 1294 /* for unknown reasons blit event can't msaa resolve these formats when tiled in blit_can_resolve() 1345 /* if we need to resolve, but cannot with BLIT event, we instead need 1349 * for depth, but we can still resolve stencil with a BLIT event 1354 * resolve to packed z/s, but we would need a corresponding ability in the 1355 * !resolve case below, so batch_draw_tracking_for_dirty_bits() has us 1401 if (batch->resolve & (FD_BUFFER_DEPTH | FD_BUFFER_STENCIL)) { 1404 if (!rsc->stencil || (batch->resolve & FD_BUFFER_DEPTH)) { 1408 if (rsc->stencil && (batch->resolve & FD_BUFFER_STENCIL)) { 1414 if (batch->resolve [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | openclose.c | 122 resolve_nonblock = open->how.resolve & RESOLVE_CACHED; in io_openat2()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | CleanOutputDirectoryTask.java | 154 Path dirPath = root.resolve(dirInfo.name); in execute()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapper.java | 92 Path file = ruleFileOutputDir.resolve(p); in process()
|
/third_party/mesa3d/bin/pick/ |
H A D | ui.py | 243 You can either cancel, or resolve the conflicts (`git mergetool`), finish the 254 ok_btn, 'click', lambda _: asyncio.ensure_future(commit.commit.resolve(self)))
|
/third_party/node/lib/internal/ |
H A D | abort_controller.js | 452 signal.addEventListener('abort', abortPromise.resolve, opts);
|
/third_party/node/lib/internal/process/ |
H A D | pre_execution.js | 198 mainEntry = path.resolve(process.argv[1]);
|
/third_party/node/test/parallel/ |
H A D | test-cli-eval.js | 92 // Module path resolve bug regression test. 94 { cwd: path.resolve(__dirname, '../../') },
|
H A D | test-net-autoselectfamily.js | 20 resolver.resolve(hostname, 'ANY', (err, replies) => {
|
H A D | test-util-types.js | 26 [ Promise.resolve() ],
|
/third_party/node/test/pummel/ |
H A D | test-policy-integrity-worker-commonjs.js | 78 const w = new Worker(path.resolve(process.env.PARENT_FILE));
|
H A D | test-policy-integrity-worker-module.js | 78 const w = new Worker(path.resolve(process.env.PARENT_FILE));
|
H A D | test-policy-integrity-worker-no-package-json.js | 78 const w = new Worker(path.resolve(process.env.PARENT_FILE));
|