Home
last modified time | relevance | path

Searched +full:never +full:- +full:post +full:- +full:merge +full:- +full:rules (Results 1 – 25 of 202) sorted by relevance

123456789

/external/mesa3d/
D.gitlab-ci.yml3 # |----------------------|-----------|-------------------------------------------------------------|
4 # | merge pipeline | mesa/mesa | pipeline running for an MR; if it passes the MR gets merged |
5 # | pre-merge pipeline | mesa/mesa | same as above, except its status doesn't affect the MR |
6 # | post-merge pipeline | mesa/mesa | pipeline immediately after merging |
9 # | direct-push pipeline | mesa/mesa | when commits are pushed directly to mesa/mesa, bypassing Mar…
18 # Merge pipelines contain all jobs that must pass before the MR can be merged.
19 # Pre-merge pipelines contain the exact same jobs as merge pipelines.
20 # Post-merge pipelines contain *only* the `pages` job that deploys the new
24 # test jobs (typically "full" variants of pre-merge jobs that only run 1/X
25 # test cases), but not a repeat of the merge pipeline jobs.
[all …]
/external/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
6 rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
14 - api_failure
15 - runner_system_failure
16 - scheduler_failure
17 - data_integrity_failure
18 - unknown_failure
23 .no_scheduled_pipelines-rules:
24 rules:
[all …]
/external/virglrenderer/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb
10 # at least the 'debian-testing' job in 'Build-x86_64' stage completed.
12 # Pick a pipeline on https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/
18 # per-pipeline artifact storage on MinIO
20 # per-job artifact storage on MinIO
23 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${STORAGE_HOST}/mesa-tracie-results/${FDO_UPSTREAM_REPO}"
27 - project: 'freedesktop/ci-templates'
30 - '/templates/ci-fairy.yml'
31 - project: 'freedesktop/ci-templates'
32 ref: *ci-templates-commit
[all …]
/external/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11 - section_start ldd_section "Checking ldd on driver build"
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - section_end ldd_section
18 - results/
19 rules:
20 - !reference [.never-post-merge-rules, rules]
22 .formatting-check:
[all …]
/external/fonttools/
DNEWS.rst1 4.49.0 (released 2024-02-15)
2 ----------------------------
4 - [otlLib] Add API for building ``MATH`` table (#3446)
6 4.48.1 (released 2024-02-06)
7 ----------------------------
9 - Fixed uploading wheels to PyPI, no code changes since v4.48.0.
11 4.48.0 (released 2024-02-06)
12 ----------------------------
14 - [varLib] Do not log when there are no OTL tables to be merged.
15 - [setup.py] Do not restrict lxml<5 any more, tests pass just fine with lxml>=5.
[all …]
/external/fonttools/Tests/varLib/
DvarLib_test.py96 with open(path, "r", encoding="utf-8") as ttx:
146 ttx_paths = self.get_file_list(ttx_dir, ".ttx", font_name + "-")
165 # -----
167 # -----
202 maps: {-1.0: -1.0, 0.0: 0.0, 1.0: 1.0}.
222 {-1.0: -1.0, 0.0: 0.0, 1.0: 1.0}.
239 modifying it post-normalization. An 'avar' table is generated.
250 """Designspace file contains <rules> element, used to build
262 """Designspace file contains <rules> element, used to build
274 """Designspace file contains <rules> element specifying the entire design
[all …]
/external/angle/third_party/spirv-tools/src/
DCHANGES1 Revision history for SPIRV-Tools
3 v2024.2 2024-04-22
4 - General
5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591)
6 - Use bazel 7 and bzlmod (#5601)
7 - Optimizer
8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648)
9 - Fix rebuilding types with circular references. (#5637)
10 - Add AliasedPointer decoration (#5635)
11 - add support for vulkan-shader-profiler external passes (#5512)
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2024.2 2024-04-22
4 - General
5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591)
6 - Use bazel 7 and bzlmod (#5601)
7 - Optimizer
8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648)
9 - Fix rebuilding types with circular references. (#5637)
10 - Add AliasedPointer decoration (#5635)
11 - add support for vulkan-shader-profiler external passes (#5512)
[all …]
/external/deqp-deps/SPIRV-Tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2023.6 2023-12-18
4 - General
5 - update_build_version.py produce deterministic header. (#5426)
6 - Support missing git in update_build_version.py (#5473)
7 - Optimizer
8 - Add ComputeDerivativeGroup*NV capabilities to trim capabilities pass. (#5430)
9 - Do not crash when tryingto fold unsupported spec constant (#5496)
10 - instrument: Fix handling of gl_InvocationID (#5493)
11 - Fix nullptr argument in MarkInsertChain (#5465)
[all …]
/external/mesa3d/docs/ci/
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of configurations and platforms
17 - Sanity checks (``meson test``)
18 - Most drivers are also tested using several test suites, such as the
19 `Vulkan/GL/GLES conformance test suite <https://github.com/KhronosGroup/VK-GL-CTS>`__,
21 - Replay of application traces
27 tool <#running-specific-ci-jobs>`__.
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ducol.h5 * Copyright (c) 1996-2015, International Business Machines Corporation and others.
33 * The C API for Collator performs locale-sensitive
38 * <a href="https://unicode-org.github.io/icu/userguide/collation">the User Guide</a>.
42 …* to the <a href="http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation">CLDR roo…
44 * Sort ordering may be customized by providing your own set of rules. For more on
45 …* this subject see the <a href="https://unicode-org.github.io/icu/userguide/collation/customizatio…
82 UCOL_LESS = -1
94 UCOL_DEFAULT = -1,
111 /** Turn the feature off - works for UCOL_FRENCH_COLLATION,
115 /** Turn the feature on - works for UCOL_FRENCH_COLLATION,
[all …]
/external/icu/libicu/cts_headers/unicode/
Ducol.h5 * Copyright (c) 1996-2015, International Business Machines Corporation and others.
33 * The C API for Collator performs locale-sensitive
38 * <a href="https://unicode-org.github.io/icu/userguide/collation">the User Guide</a>.
42 …* to the <a href="http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation">CLDR roo…
44 * Sort ordering may be customized by providing your own set of rules. For more on
45 …* this subject see the <a href="https://unicode-org.github.io/icu/userguide/collation/customizatio…
82 UCOL_LESS = -1
94 UCOL_DEFAULT = -1,
111 /** Turn the feature off - works for UCOL_FRENCH_COLLATION,
115 /** Turn the feature on - works for UCOL_FRENCH_COLLATION,
[all …]
/external/icu/libandroidicu/include/unicode/
Ducol.h5 * Copyright (c) 1996-2015, International Business Machines Corporation and others.
33 * The C API for Collator performs locale-sensitive
38 * <a href="https://unicode-org.github.io/icu/userguide/collation">the User Guide</a>.
42 …* to the <a href="http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation">CLDR roo…
44 * Sort ordering may be customized by providing your own set of rules. For more on
45 …* this subject see the <a href="https://unicode-org.github.io/icu/userguide/collation/customizatio…
82 UCOL_LESS = -1
94 UCOL_DEFAULT = -1,
111 /** Turn the feature off - works for UCOL_FRENCH_COLLATION,
115 /** Turn the feature on - works for UCOL_FRENCH_COLLATION,
[all …]
/external/cronet/third_party/icu/source/i18n/unicode/
Ducol.h5 * Copyright (c) 1996-2015, International Business Machines Corporation and others.
33 * The C API for Collator performs locale-sensitive
38 * <a href="https://unicode-org.github.io/icu/userguide/collation">the User Guide</a>.
42 …* to the <a href="http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation">CLDR roo…
44 * Sort ordering may be customized by providing your own set of rules. For more on
45 …* this subject see the <a href="https://unicode-org.github.io/icu/userguide/collation/customizatio…
82 UCOL_LESS = -1
94 UCOL_DEFAULT = -1,
111 /** Turn the feature off - works for UCOL_FRENCH_COLLATION,
115 /** Turn the feature on - works for UCOL_FRENCH_COLLATION,
[all …]
/external/mesa3d/docs/relnotes/
D24.0.0.rst1 Mesa 24.0.0 Release Notes / 2024-02-01
20 ---------------
24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz
28 ------------
30 - VK_EXT_image_compression_control on RADV
31 - VK_EXT_device_fault on RADV
32 - OpenGL 3.3 on Asahi
33 - Geometry shaders on Asahi
34 - GL_ARB_texture_cube_map_array on Asahi
35 - GL_ARB_clip_control on Asahi
[all …]
/external/google-breakpad/src/third_party/curl/
Dcurl.h10 * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
16 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
23 * $Id: curl.h,v 1.396 2009-10-16 13:30:31 yangtse Exp $
30 * curl-library mailing list subscription and unsubscription web interface:
31 * http://cool.haxx.se/mailman/listinfo/curl-library/
44 #include "third_party/curl/curlrules.h" /* libcurl rules enforcement */
66 included, since they can't co-exist without problems */
72 /* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish
73 libc5-based Linux systems. Only include it on system that are known to
133 #define CURL_SOCKET_BAD -1
[all …]
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h7 http://www.apache.org/licenses/LICENSE-2.0
70 // inferring the result shapes of a function call node. The rules above apply
79 // reclaimed after inferring function result shapes. Recursive user-defined
110 // Furthermore, no shapes computed due to call `g(st)` can be queried post this
138 const Dimension* operator->() const { return ptr_; }
177 const Shape* operator->() const { return ptr_; }
197 // val must be non-negative or InferenceContext::kUnknownDim.
228 // To infer shapes for user-defined functions see ShapeRefiner.
234 static constexpr int64_t kUnknownDim = -1;
235 static constexpr int32_t kUnknownRank = -1;
[all …]
/external/python/cpython3/Lib/idlelib/
DChangeLog8 2001-07-20 11:35 elguavas
12 2001-07-19 16:40 elguavas
14 * IDLEFORK.html: replaced by IDLEFORK-index.html
16 2001-07-19 16:39 elguavas
18 * IDLEFORK-index.html: updated placeholder idlefork homepage
20 2001-07-19 14:49 elguavas
24 minor tidy-ups ready for 0.8.1 alpha tarball release
26 2001-07-17 15:12 kbk
36 2001-07-17 15:01 kbk
40 2001-07-17 14:59 kbk
[all …]
/external/python/cpython2/Lib/idlelib/
DChangeLog8 2001-07-20 11:35 elguavas
12 2001-07-19 16:40 elguavas
14 * IDLEFORK.html: replaced by IDLEFORK-index.html
16 2001-07-19 16:39 elguavas
18 * IDLEFORK-index.html: updated placeholder idlefork homepage
20 2001-07-19 14:49 elguavas
24 minor tidy-ups ready for 0.8.1 alpha tarball release
26 2001-07-17 15:12 kbk
36 2001-07-17 15:01 kbk
40 2001-07-17 14:59 kbk
[all …]
/external/googleapis/google/cloud/visionai/v1/
Dwarehouse.proto7 // http://www.apache.org/licenses/LICENSE-2.0
46 "https://www.googleapis.com/auth/cloud-platform";
51 post: "/v1/{parent=projects/*/locations/*/corpora/*}/assets"
101 // Google-provided role grants", search for "Cloud Vision AI Service Agent")
106 post: "/v1/{name=projects/*/locations/*/corpora/*/assets/*}:upload"
121 post: "/v1/{name=projects/*/locations/*/corpora/*/assets/*}:generateRetrievalUrl"
129 post: "/v1/{name=projects/*/locations/*/corpora/*/assets/*}:analyze"
142 post: "/v1/{name=projects/*/locations/*/corpora/*/assets/*}:index"
156 post: "/v1/{name=projects/*/locations/*/corpora/*/assets/*}:removeIndex"
177 post: "/v1/{parent=projects/*/locations/*/corpora/*}/indexes"
[all …]
/external/libevent/
DChangeLog1 Changes in version 2.1.12-stable (05 Jul 2020)
18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper)
23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin)
24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov)
33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin)
56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji)
71 o Merge branch 'http-connect' (e2424229 Azat Khuzhin)
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1 //===- SampleProfile.cpp - Incorporate sample profiles into the IR --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // reads a profile file generated by a sampling profiler (e.g. Linux Perf -
16 // - prof: Represents branch weights. This annotation is added to branches
22 //===----------------------------------------------------------------------===//
97 #define DEBUG_TYPE "sample-profile"
98 #define CSINLINE_DEBUG DEBUG_TYPE "-inline"
108 "sample-profile-file", cl::init(""), cl::value_desc("filename"),
109 cl::desc("Profile file loaded by -sample-profile"), cl::Hidden);
[all …]
/external/webp/
DChangeLog2 cf7c5a5d provide a way to opt-out/override WEBP_NODISCARD
3 cc34288a update ChangeLog (tag: v1.4.0-rc1)
5 74555950 Merge "vwebp: fix window title when options are given" into 1.4.0
10 b3d1b2cb Merge changes I26f4aa22,I83386b6c,I320ed1a2 into main
11 07216886 webp-container-spec: fix VP8 chunk ref ('VP8'->'VP8 ')
14 d537cd37 cmake: fix vwebp_sdl compile w/libsdl-org release
16 7b0bc235 man/cwebp.1: add more detail to -partition_limit
18 955a3d14 Merge "muxread,MuxGet: add an assert" into main
21 1bf46358 man/cwebp.1: clarify -pass > 1 behavior w/o -size/-psnr
22 eba03acb webp-container-spec: replace 'above' with 'earlier'
[all …]
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DlinkValidate.cpp4 // Copyright (C) 2015-2018 Google, Inc.
39 // Do link-time merging and validation of intermediate representations.
56 // Link-time error emitter.
69 // Link-time warning.
80 // name must have the exact same set of members qualified with offset and their integral-constant
81 // expression values must be the same, or a link-time error results."
84 // Merge the information from 'unit' into 'this'
86 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge() function in glslang::TIntermediate
100 // Get the linker-object lists in mergeUniformObjects()
101 TIntermSequence& linkerObjects = findLinkerObjects()->getSequence(); in mergeUniformObjects()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp4 // Copyright (C) 2015-2018 Google, Inc.
39 // Do link-time merging and validation of intermediate representations.
56 // Link-time error emitter.
69 // Link-time warning.
80 // name must have the exact same set of members qualified with offset and their integral-constant
81 // expression values must be the same, or a link-time error results."
84 // Merge the information from 'unit' into 'this'
86 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge() function in glslang::TIntermediate
100 // Get the linker-object lists in mergeUniformObjects()
101 TIntermSequence& linkerObjects = findLinkerObjects()->getSequence(); in mergeUniformObjects()
[all …]

123456789