Home
last modified time | relevance | path

Searched +full:- +full:- +full:steps (Results 1 – 25 of 1084) sorted by relevance

12345678910>>...44

/third_party/astc-encoder/jenkins/
Dnightly.Jenkinsfile1 /* This pipeline is used for post-commit testing, so it runs frequently.
5 * - Run the entire pipeline in less than 10 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on all supported compilers.
8 * - Test release and debug build variants.
9 * - Run functional smoke tests.
10 * - Run image quality smoke tests.
16 @Library('hive-infra-library@changes/86/295486/1') _
29 /* Build for Linux on x86-64 using GCC */
41 - name: artifactory-ms-docker
[all …]
Drelease.Jenkinsfile5 * - Run the entire pipeline in less than 60 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on optimized compiler choices (i.e. prefer Clang over GCC).
8 * - Build only release variants.
9 * - Run full functional tests.
10 * - Run full image quality tests.
11 * - Code sign the binaries on supported operating systems.
12 * - Build the release package.
18 @Library('hive-infra-library@changes/86/295486/1') _
43 - name: artifactory-ms-docker
[all …]
/third_party/fsverity-utils/.github/workflows/
Dci.yml1 # SPDX-License-Identifier: MIT
4 # Use of this source code is governed by an MIT-style
12 static-linking-test:
14 runs-on: ubuntu-latest
15 steps:
16 - uses: actions/checkout@v2
17 - run: scripts/run-tests.sh static_linking
19 dynamic-linking-test:
21 runs-on: ubuntu-latest
22 steps:
[all …]
/third_party/python/Lib/
Dpipes.py4 ------------
8 conversion involves several steps (e.g. piping it through compress or
9 uuencode). Some of the conversion steps may require that their input
15 more conversion steps together. It will take care of creating and
22 different conversion steps and store them in a dictionary, for
27 -----------
34 where kind is a string of two characters: the first is '-' if the
52 where mode is 'r' to read the file, or 'w' to write it -- just like
53 for the built-in function open() or for os.popen().
75 STDIN_FILEOUT = '-f' # Must write a real file
[all …]
/third_party/skia/site/docs/user/
Dcolor.md2 ---
6 ---
10 --------------------------------
16 represented in three dimensions like RGB, but the XYZ parts are not RGB-like at
22 All color managed drawing is divided into six parts, three steps connecting the
23 source colors to that XYZ D50 space, then three symmetric steps connecting back
24 from XYZ D50 to the destination color space. Some of these steps can
25 annihilate with each other into no-ops, sometimes all the way to the entire
26 process amounting to a no-op when the source space and destination space are
27 the same. Here are the steps:
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
Dnormalize.js4 const legacyFixer = require('normalize-package-data/lib/fixer.js')
5 const legacyMakeWarning = require('normalize-package-data/lib/make_warning.js')
7 const log = require('proc-log')
9 const hostedGitInfo = require('hosted-git-info')
11 // used to be npm-normalize-package-bin
91 const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) => { argument
100 if (steps.includes('fixNameField') || steps.includes('normalizeData')) {
126 if (steps.includes('fixVersionField') || steps.includes('normalizeData')) {
127 // allow "loose" semver 1.0 versions in non-strict mode
144 if (steps.includes('_attributes')) {
[all …]
/third_party/rust/crates/serde/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
18 runs-on: ubuntu-latest
19 timeout-minutes: 45
20 steps:
21 - uses: actions/checkout@v4
22 - uses: dtolnay/rust-toolchain@nightly
23 - run: cd test_suite && cargo test --features unstable
27 runs-on: windows-latest
28 timeout-minutes: 45
29 steps:
[all …]
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
19 steps:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dtraces-radeonsi.yml1 traces-db:
2 download-url: "http://caching-proxy/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/"
5 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace
7 - device: gl-radeonsi-stoney
9 - path: glmark2/jellyfish-v2.trace
11 - device: gl-radeonsi-stoney
13 - path: glxgears/glxgears-2-v2.trace
15 - device: gl-radeonsi-stoney
17 - path: 0ad/0ad-v2.trace
19 - device: gl-radeonsi-stoney
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_atomic_counter_ops.txt43 built-in functions that can operate on atomic counters. The list of new
61 Additions to Chapter 8 of the GLSL 4.30.7 Specification (Built-in Functions)
63 Modify Section 8.10, Atomic-Counter Functions
69 The underlying counter is a 32-bit unsigned integer. The result of
70 operations will wrap to [0, 2^32-1].
72 Additions to the table listing atomic counter built-in functions:
75------------------------------------ ------------------------------------------------------------…
81 … These two steps are done atomically with respect to the atomic
85 … atomic_uint c, 1. decrements the counter for c, then forces it to <wrap>-1 if
89 … These two steps are done atomically with respect to the atomic
[all …]
/third_party/openGLES/extensions/AMD/
DAMD_shader_atomic_counter_ops.txt43 built-in functions that can operate on atomic counters. The list of new
61 Additions to Chapter 8 of the GLSL 4.30.7 Specification (Built-in Functions)
63 Modify Section 8.10, Atomic-Counter Functions
69 The underlying counter is a 32-bit unsigned integer. The result of
70 operations will wrap to [0, 2^32-1].
72 Additions to the table listing atomic counter built-in functions:
75------------------------------------ ------------------------------------------------------------…
81 … These two steps are done atomically with respect to the atomic
85 … atomic_uint c, 1. decrements the counter for c, then forces it to <wrap>-1 if
89 … These two steps are done atomically with respect to the atomic
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dtraces-panfrost.yml1 traces-db:
2 download-url: "http://caching-proxy/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/"
5 - path: behdad-glyphy/glyphy-v2.trace
7 - device: gl-panfrost-t860
9 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace
11 - device: gl-panfrost-t860
13 - device: gl-panfrost-t760
15 - path: glmark2/jellyfish-v2.trace
17 - device: gl-panfrost-t860
19 - device: gl-panfrost-t760
[all …]
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dtraces-virgl.yml1 traces-db:
2 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
5 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace
7 - device: gl-virgl
9 - path: glmark2/jellyfish-v2.trace
11 - device: gl-virgl
13 - path: glxgears/glxgears-2-v2.trace
15 - device: gl-virgl
17 - path: gputest/furmark-v2.trace
19 - device: gl-virgl
[all …]
Dtraces-virgl-iris.yml1 traces-db:
2 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
6 # - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace
8 # - device: gl-virgl
10 - path: glmark2/jellyfish-v2.trace
12 - device: gl-virgl
14 - path: glxgears/glxgears-2-v2.trace
16 - device: gl-virgl
18 - path: gputest/furmark-v2.trace
20 - device: gl-virgl
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_gblur.c45 …{ "steps", "set number of steps", OFFSET(steps), AV_OPT_TYPE_INT, {.i64=1}, 1, 6, FLAG…
47 …{ "sigmaV", "set vertical sigma", OFFSET(sigmaV), AV_OPT_TYPE_FLOAT, {.dbl=-1}, -1, 1024, FLAG…
60 GBlurContext *s = ctx->priv; in filter_horizontally()
62 const int height = td->height; in filter_horizontally()
63 const int width = td->width; in filter_horizontally()
66 const float boundaryscale = s->boundaryscale; in filter_horizontally()
67 const int steps = s->steps; in filter_horizontally() local
68 const float nu = s->nu; in filter_horizontally()
69 float *buffer = s->buffer; in filter_horizontally()
72 if (s->localbuf) in filter_horizontally()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp1 /*-------------------------------------------------------------------------
3 * -----------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
23 */ /*-------------------------------------------------------------------*/
143 // Table 16.3 - copy between compressed and uncompressed
164 // Table 16.4 - only entries for compressed formats are included
190 -1.0f, -1.0f,
191 1.0f, -1.0f,
192 -1.0f, 1.0f,
294 if (!m_program->isOk()) in init()
[all …]
/third_party/PyYAML/.github/workflows/
Dci.yaml1 ---
21 runs-on: ubuntu-latest
22 steps:
23 - name: Checkout PyYAML
26 - name: Install a python
27 uses: actions/setup-python@v2
29 python-version: 3.x
31 - name: Build sdist
36 python -V
37 python -m pip install build
[all …]
Dmanual_artifact_build.yaml1 ---
19 runs-on: ubuntu-latest
20 steps:
21 - name: Checkout PyYAML
24 - name: Install a python
25 uses: actions/setup-python@v2
27 python-version: 3.x
29 - name: Build sdist
34 python -V
35 python -m pip install build
[all …]
/third_party/rust/crates/syn/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
23 runs-on: ubuntu-latest
24 timeout-minutes: 45
25 steps:
26 - uses: actions/checkout@v4
27 - uses: dtolnay/rust-toolchain@nightly
29 components: llvm-tools, rustc-dev
30 - run: cargo test --all-features --release --tests
36 runs-on: ${{matrix.os || 'ubuntu'}}-latest
38 fail-fast: false
[all …]
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2023 Valve Corporation
2 # Copyright (c) 2021-2023 LunarG, Inc.
8 # http://www.apache.org/licenses/LICENSE-2.0
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
32 - main
34 permissions: read-all
38 runs-on: ${{matrix.os}}
43 os: [ ubuntu-20.04, ubuntu-22.04 ]
[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,
25 steps:
26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
29 - uses: actions/checkout@v3
[all …]
/third_party/skia/experimental/graphite/src/
DRenderer.h4 * Use of this source code is governed by a BSD-style license that can be
45 // - maybe if it just says what it's primitive type is and instanced/indexed/etc. and then
50 // - Does Renderer make RenderStepFactories that create steps for each DrawList::Draw?
51 // - Does DrawList->DrawPass conversion build a separate array of blind data that the
53 // - Does each DrawList::Draw have extra space (e.g. 8 bytes) that steps can cache data in?
64 * The actual technique for rasterizing a high-level draw recorded in a DrawList is handled by a
67 * However, the RenderStep executions for multiple draws can be re-arranged so batches of each
68 * step can be performed in a larger GPU operation. This re-arranging relies on accurate
69 * determination of the DisjointStencilIndex for each draw so that stencil steps are not corrupted
71 * for each draw to ensure steps are not re-arranged in a way that violates the original draw order.
[all …]
/third_party/nghttp2/.github/workflows/
Dbuild.yml5 permissions: read-all
16 build-cache:
19 os: [ubuntu-22.04, macos-12]
21 runs-on: ${{ matrix.os }}
23 steps:
24 - uses: actions/checkout@v4
25 - name: Restore libbpf cache
26 id: cache-libbpf
31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }}
32 - name: Restore OpenSSL v1.1.1 cache
[all …]
/third_party/rust/crates/proc-macro2/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
23 runs-on: ubuntu-latest
25 fail-fast: false
28 timeout-minutes: 45
29 steps:
30 - uses: actions/checkout@v4
31 - uses: dtolnay/rust-toolchain@master
34 components: rust-src
35 - run: cargo test
36 - run: cargo test --no-default-features
[all …]
/third_party/skia/src/gpu/
DGrColorSpaceXform.h4 * Use of this source code is governed by a BSD-style license that can be
24 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform() argument
31 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function
38 // Code generation depends on which steps we apply, in XformKey()
42 const SkColorSpaceXformSteps& steps(xform->fSteps); in XformKey()
43 uint32_t key = steps.flags.mask(); in XformKey()
44 if (steps.flags.linearize) { in XformKey()
45 key |= classify_transfer_fn(steps.srcTF) << 8; in XformKey()
47 if (steps.flags.encode) { in XformKey()
48 key |= classify_transfer_fn(steps.dstTFInv) << 16; in XformKey()
[all …]

12345678910>>...44