Home
last modified time | relevance | path

Searched +full:max +full:- +full:parallel (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/third_party/flutter/skia/src/pathops/
DSkDLineIntersection.cpp4 * Use of this source code is governed by a BSD-style license that can be
12 void SkIntersections::cleanUpParallelLines(bool parallel) { in cleanUpParallelLines() argument
16 if (fUsed == 2 && !parallel) { in cleanUpParallelLines()
43 SkDVector aLen = a[1] - a[0]; in intersectRay()
44 SkDVector bLen = b[1] - b[0]; in intersectRay()
49 byLen * axLen - ayLen * bxLen == 0 ( == denom ) in intersectRay()
51 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; in intersectRay()
54 SkDVector ab0 = a[0] - b[0]; in intersectRay()
55 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX; in intersectRay()
56 double numerB = ab0.fY * aLen.fX - aLen.fY * ab0.fX; in intersectRay()
[all …]
/third_party/skia/src/pathops/
DSkDLineIntersection.cpp4 * Use of this source code is governed by a BSD-style license that can be
12 void SkIntersections::cleanUpParallelLines(bool parallel) { in cleanUpParallelLines() argument
16 if (fUsed == 2 && !parallel) { in cleanUpParallelLines()
43 SkDVector aLen = a[1] - a[0]; in intersectRay()
44 SkDVector bLen = b[1] - b[0]; in intersectRay()
49 byLen * axLen - ayLen * bxLen == 0 ( == denom ) in intersectRay()
51 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; in intersectRay()
54 SkDVector ab0 = a[0] - b[0]; in intersectRay()
55 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX; in intersectRay()
56 double numerB = ab0.fY * aLen.fX - aLen.fY * ab0.fX; in intersectRay()
[all …]
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_parallel_shader_compile.txt28 - ARB_parallel_shader_compile extension specification,
29 - OpenGL 4.5 (CoreProfile) specification.
45 - MAX_SHADER_COMPILER_THREADS_ARB
49 Max Shader Compile Threads Test
54 - 0 (non parallel compilation)
55 - 0xFFFFFFFF (maximum threads parallel compilation)
64 - Set max shader compiler threads to 0.
71 - Set max shader compiler threads to 8.
84 - Intial version;
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a420-skips.txt2 # reliable to be run in parallel with other tests due to CPU-side timing.
3 dEQP-GLES[0-9]*.functional.flush_finish.*
6 dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.36
9 KHR-GLES31.core.shader_image_load_store.basic-allFormats-store-fs
16 spec@glsl-1.50
17 spec@glsl-4.*
24 spec@!opengl 1.2@tex3d-maxsize
27 glx@glx-multithread-texture
28 spec@!opengl 1.1@draw-sync
29 spec@glsl-1.30@execution@texelfetch fs sampler2d 1x281-501x281
[all …]
Dfreedreno-a307-skips.txt2 # non-zero-length and not starting with '#', will regex match to
10 spec@glsl-1.50
11 spec@glsl-4.*
18 spec@!opengl 1.2@tex3d-maxsize
21 glx@glx-multithread-texture
22 spec@!opengl 1.1@draw-sync
23 spec@glsl-1.30@execution@texelfetch fs sampler2d 1x281-501x281
24 spec@glsl-1.30@execution@texelfetch fs sampler2darray 98x1x9-98x129x9
25 spec@glsl-1.30@execution@texelfetch fs sampler2darray 1x129x9-98x129x9
26 spec@!opengl 2.0@tex3d-npot
[all …]
Dfreedreno-a530-skips.txt2 # non-zero-length and not starting with '#', will regex match to
6 dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.36
9 dEQP-GLES3.functional.shaders.builtin_functions.precision.cosh.mediump_fragment.vec3
10 dEQP-GLES3.functional.shaders.builtin_functions.precision.faceforward.lowp_fragment.vec4
11 dEQP-GLES3.functional.shaders.builtin_functions.precision.sinh.mediump_vertex.vec3
12 dEQP-GLES3.functional.shaders.builtin_functions.precision.tanh.highp_fragment.vec3
13 dEQP-GLES31.functional.shaders.builtin_functions.precision.distance.lowp_compute.vec4
14 dEQP-GLES31.functional.shaders.builtin_functions.precision.pow.highp_compute.vec3
15 dEQP-GLES31.functional.shaders.builtin_functions.precision.sqrt.highp_compute.vec3
16 dEQP-GLES31.functional.shaders.builtin_functions.precision.tanh.lowp_compute.vec3
[all …]
/third_party/mesa3d/src/asahi/compiler/
Dagx_register_allocate.c27 /* SSA-based register allocator */
33 unsigned size = I->dest[d].size == AGX_SIZE_32 ? 2 : 1; in agx_write_registers()
35 switch (I->op) { in agx_write_registers()
37 assert(1 <= I->channels && I->channels <= 4); in agx_write_registers()
38 return I->channels * size; in agx_write_registers()
53 if (!agx_is_null(I->src[i])) in agx_write_registers()
65 agx_assign_regs(BITSET_WORD *used_regs, unsigned count, unsigned align, unsigned max) in agx_assign_regs() argument
67 for (unsigned reg = 0; reg < max; reg += align) { in agx_assign_regs()
82 fprintf(stderr, "Failed to find register of size %u aligned %u max %u.\n", in agx_assign_regs()
83 count, align, max); in agx_assign_regs()
[all …]
/third_party/rust/crates/libc/.github/workflows/
Dbors.yml6 - auto-libc
7 - try
13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds)
17 runs-on: ubuntu-22.04
19 fail-fast: true
22 i686-unknown-linux-gnu,
23 x86_64-unknown-linux-gnu,
26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
29 - uses: actions/checkout@v3
30 - name: Setup Rust toolchain
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/.github/workflows/
DPython_tests.yml1 # TODO: Line 15, enable python-version: 3.5
2 # TODO: Line 36, enable pytest --doctest-modules
8 runs-on: ${{ matrix.os }}
10 fail-fast: false
11 max-parallel: 15
13 os: [macos-latest, ubuntu-latest, windows-latest]
14 python-version: [2.7, 3.6, 3.7, 3.8] # 3.5,
16 - uses: actions/checkout@v1
17 - name: Set up Python ${{ matrix.python-version }}
18 uses: actions/setup-python@v1
[all …]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dperf_get_concurrent.c17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
58 * How many requests do we do in parallel?
68 * Response to return (re-used).
112 double rps = ((double) (PAR * ROUNDS * 1000)) / ((double) (now() - start_time)); in stop()
115 "Parallel GETs using %s: %f %s\n", in stop()
120 "Parallel GETs", in stop()
176 if (ret == -1) abort (); in do_gets()
290 MHD_socket max; in testExternalGet() local
303 max = 0; in testExternalGet()
[all …]
/third_party/elfutils/libelf/
Delf_clone.c19 or both in parallel, as here.
50 rwlock_rdlock (elf->lock); in elf_clone()
56 retval = allocate_elf (elf->fildes, elf->map_address, elf->start_offset, in elf_clone()
57 elf->maximum_size, elf->cmd, elf->parent, elf->kind, in elf_clone()
58 elf->state.elf32.scns.max * sizeof (Elf_Scn)); in elf_clone()
62 retval->flags = ELF_F_DIRTY; in elf_clone()
65 retval->state.elf.scnincr = 10; in elf_clone()
70 retval->state.elf.scns_last = &retval->state.elf32.scns; in elf_clone()
71 retval->state.elf32.scns.max = elf->state.elf32.scns.max; in elf_clone()
73 retval->class = elf->class; in elf_clone()
[all …]
Delf_getscn.c19 or both in parallel, as here.
47 if (unlikely (elf->kind != ELF_K_ELF)) in elf_getscn()
53 rwlock_rdlock (elf->lock); in elf_getscn()
58 Elf_ScnList *runp = (elf->class == ELFCLASS32 in elf_getscn()
61 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_getscn()
66 if (idx == 0 && runp->cnt == 0 && runp->max > 0) in elf_getscn()
68 Elf_Scn *scn0 = &runp->data[0]; in elf_getscn()
69 if (elf->class == ELFCLASS32) in elf_getscn()
71 scn0->shdr.e32 = calloc (1, sizeof (Elf32_Shdr)); in elf_getscn()
72 if (scn0->shdr.e32 == NULL) in elf_getscn()
[all …]
Delf_newscn.c19 or both in parallel, as here.
61 rwlock_wrlock (elf->lock); in elf_newscn()
64 if (elf->state.elf.scns_last->cnt < elf->state.elf.scns_last->max) in elf_newscn()
66 result = &elf->state.elf.scns_last->data[elf->state.elf.scns_last->cnt]; in elf_newscn()
68 if (++elf->state.elf.scns_last->cnt == 1 in elf_newscn()
69 && (elf->state.elf.scns_last in elf_newscn()
70 == (elf->class == ELFCLASS32 in elf_newscn()
73 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in elf_newscn()
78 assert (elf->state.elf.scns_last->cnt > 1); in elf_newscn()
79 result->index = result[-1].index + 1; in elf_newscn()
[all …]
Delf_nextscn.c19 or both in parallel, as here.
50 rwlock_rdlock (elf->lock); in elf_nextscn()
56 if (elf->class == ELFCLASS32 in elf_nextscn()
59 list = &elf->state.elf32.scns; in elf_nextscn()
61 list = &elf->state.elf64.scns; in elf_nextscn()
63 scn = &list->data[0]; in elf_nextscn()
66 list = scn->list; in elf_nextscn()
68 if (scn + 1 < &list->data[list->cnt]) in elf_nextscn()
70 else if (scn + 1 == &list->data[list->max] in elf_nextscn()
71 && (list = list->next) != NULL) in elf_nextscn()
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/ci/
Dzink-radv-skips.txt1 dEQP-GLES2.functional.draw.random.*
2 dEQP-GLES3.functional.draw.random.*
3 dEQP-GLES3.functional.vertex_array_objects.*
4 dEQP-GLES3.functional.vertex_arrays.single_attribute.*
8 spec@arb_shader_image_load_store.max-size
9 spec@arb_gpu_shader_fp64@execution@glsl-fs-loop-unroll-mul-fp64
12 # Only hangs on Navi10 if run in parallel (no hangs so far on Navi21).
13 dEQP-GLES31.functional.geometry_shading.*
16 glx@glx-tfp
19 KHR-GL46.copy_image.functional
[all …]
/third_party/node/deps/npm/test/tap/
Ddebug-logs.js9 var common = require('../common-tap.js')
32 name: 'debug-logs',
35 true: 'node -e "process.exit(0)"',
36 false: 'node -e "process.exit(1)"'
64 // to the log folder pruning logic in parallel, resulting in FEWER files
66 var procCount = Math.max(require('os').cpus().length * 2, 12)
70 // var f = path.join(cachedir, '_logs', num + '-debug.log')
72 common.npm(['run', '--logs-max=10', 'false'], conf, function (err, code) {
82 common.npm(['run', '--logs-max=10', 'false'], conf, function (err, code) {
87 common.npm(['run', '--logs-max=5', 'true'], conf, function (err, code) {
[all …]
/third_party/rust/crates/bindgen/csmith-fuzzing/
DREADME.md9 <!-- START doctoc generated TOC please keep comment here to allow auto update -->
10 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
13 - [Prerequisites](#prerequisites)
14 - [Running the Fuzzer](#running-the-fuzzer)
15 - [Reporting Issues](#reporting-issues)
17 <!-- END doctoc generated TOC please keep comment here to allow auto update -->
42 running it in multiple terminals in parallel is supported.
44 `csmith` is run with `--no-checksum --nomain --max-block-size 1
45 --max-block-depth 1` which disables the `main` function, and makes function
47 cannot be completely disabled in `csmith`. Run `csmith --help` to see what
[all …]
/third_party/node/tools/gyp/.github/workflows/
DPython_tests.yml1 # TODO: Enable os: windows-latest
2 # TODO: Enable python-version: 3.5
3 # TODO: Enable pytest --doctest-modules
9 runs-on: ${{ matrix.os }}
11 fail-fast: false
12 max-parallel: 15
14 os: [macos-latest, ubuntu-latest] # , windows-latest]
15 python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
17 - uses: actions/checkout@v2
18 - name: Set up Python ${{ matrix.python-version }}
[all …]
/third_party/libabigail/tests/
Dtest-read-common.cc1 // -*- Mode: C++ -*-
12 #include "test-read-common.h"
75 = create_write_context(corp->get_environment(), of); in serialize_corpus()
83 /// Spawn `abidw --abidiff` tool appending @p extargs argument.
102 drop_private_types += "--headers-dir " + in_public_headers_path + in run_abidw()
103 " --drop-private-types"; in run_abidw()
105 " --abidiff " + extargs + in_elf_path; in run_abidw()
133 string cmd = "diff -u " + in_abi_path + " " + out_abi_path; in run_diff()
160 << " --help|-h display this message\n" in display_usage()
161 << " --no-parallel execute testsuite is a sigle thread\n" in display_usage()
[all …]
/third_party/elfutils/backends/
Dalpha_auxv.c1 /* Alpha-specific auxv handling.
18 or both in parallel, as here.
46 "max\0" "precise_trap\0" in EBLHOOK()
/third_party/node/deps/npm/node_modules/mississippi/
Dpackage.json11 …"_integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryu…
27 "/make-fetch-happen",
28 "/npm-registry-fetch/make-fetch-happen",
31 "_resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz",
35 "name": "max ogden"
41 "concat-stream": "^1.5.0",
43 "end-of-stream": "^1.1.0",
44 "flush-write-stream": "^1.0.0",
46 "parallel-transform": "^1.1.0",
49 "stream-each": "^1.1.0",
[all …]
/third_party/skia/third_party/externals/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt17 mechanisms are used. A dictionary can be a pre-made static dictionary, but does not
24 Additions to `4.5. HTTP-network-or-cache fetch`
28 If the recursive-sbr flag is enabled, `Accept-Encoding` may not contain `sbr`
29 [NOTE-BOX] When sbr can be used, it is possible to add a header Available-Dict
33 Additions to `4.6. HTTP-network fetch`
38 `Content-Encoding` and response’s header list.
40 1. If the header list does not contain `Sbr-Dict`, return a network error
42 `Sbr-Dict` and response’s header list.
44 To point `12. Run these substeps in parallel:`, add new first sub-point:
48 Shared-Brotli-dictionary fetch given dictionaryId and request.
[all …]
/third_party/elfutils/libdwelf/
Ddwelf_scn_gnu_compressed_size.c18 or both in parallel, as here.
40 return -1; in dwelf_scn_gnu_compressed_size()
44 return -1; in dwelf_scn_gnu_compressed_size()
50 return -1; in dwelf_scn_gnu_compressed_size()
54 return -1; in dwelf_scn_gnu_compressed_size()
56 if (d->d_size >= 4 + 8 in dwelf_scn_gnu_compressed_size()
57 && memcmp (d->d_buf, "ZLIB", 4) == 0) in dwelf_scn_gnu_compressed_size()
59 /* There is a 12-byte header of "ZLIB" followed by in dwelf_scn_gnu_compressed_size()
60 an 8-byte big-endian size. There is only one type and in dwelf_scn_gnu_compressed_size()
63 memcpy (&size, d->d_buf + 4, sizeof size); in dwelf_scn_gnu_compressed_size()
[all …]
/third_party/elfutils/libasm/
Dasm_align.c19 or both in parallel, as here.
46 return -1; in asm_align()
52 return -1; in asm_align()
55 if (unlikely (asmscn->ctx->textp)) in asm_align()
57 fprintf (asmscn->ctx->out.file, "\t.align %" PRId32 ", ", in asm_align()
59 if (asmscn->pattern->len == 1) in asm_align()
60 fprintf (asmscn->ctx->out.file, "%02hhx\n", asmscn->pattern->bytes[0]); in asm_align()
63 fputc_unlocked ('"', asmscn->ctx->out.file); in asm_align()
65 for (size_t cnt = 0; cnt < asmscn->pattern->len; ++cnt) in asm_align()
66 fprintf (asmscn->ctx->out.file, "\\x%02hhx", in asm_align()
[all …]
/third_party/json/cmake/
Dci.cmake1 # number of parallel jobs for CTest
12 execute_process(COMMAND ${ASTYLE_TOOL} --version OUTPUT_VARIABLE ASTYLE_TOOL_VERSION ERROR_VARIABLE…
13 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" ASTYLE_TOOL_VERSION "${ASTYLE_TOOL_VERSION}")
16 find_program(CLANG_TOOL NAMES clang++-HEAD clang++-12 clang++-11 clang++)
17 execute_process(COMMAND ${CLANG_TOOL} --version OUTPUT_VARIABLE CLANG_TOOL_VERSION ERROR_VARIABLE C…
18 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TOOL_VERSION "${CLANG_TOOL_VERSION}")
21 find_program(CLANG_TIDY_TOOL NAMES clang-tidy-12 clang-tidy-11 clang-tidy)
22 execute_process(COMMAND ${CLANG_TIDY_TOOL} --version OUTPUT_VARIABLE CLANG_TIDY_TOOL_VERSION ERROR_…
23 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TIDY_TOOL_VERSION "${CLANG_TIDY_TOOL_VERSION}")
24 message(STATUS "�� Clang-Tidy ${CLANG_TIDY_TOOL_VERSION} (${CLANG_TIDY_TOOL})")
[all …]

12345678910>>...21