Home
last modified time | relevance | path

Searched +full:intel +full:- +full:rules (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/external/mesa3d/src/intel/ci/
Dgitlab-ci-inc.yml1 .intel-common-rules:
2 stage: intel
3 rules:
4 - changes: &intel_common_file_list
5 - src/intel/*
6 - src/intel/blorp/**/*
7 - src/intel/common/**/*
8 - src/intel/compiler/**/*
9 - src/intel/dev/**/*
10 - src/intel/ds/**/*
[all …]
Dgitlab-ci.yml2 - local: 'src/intel/ci/gitlab-ci-inc.yml'
4 anv-jsl:
6 - .lava-acer-cb317-1h-c3z6-dedede:x86_64
7 - .anv-test
9 DEQP_SUITE: anv-jsl
10 VK_DRIVER: intel
14 # We don't enable a full run of anv-jsl nightly because it's about 8 hours of
16 .anv-jsl-full:
18 - anv-jsl
19 - .intel-manual-rules
[all …]
/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
25 extends: .build-common
32 - !reference [default, before_script]
[all …]
/external/mesa3d/docs/relnotes/
D23.3.0.rst1 Mesa 23.3.0 Release Notes / 2023-11-29
20 ---------------
24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz
28 -----------
29 - NVK: A Vulkan driver for Nvidia hardware
32 ------------
33 - VK_EXT_pipeline_robustness on ANV
34 - VK_KHR_maintenance5 on RADV
35 - OpenGL ES 3.1 on Asahi
36 - GL_ARB_compute_shader on Asahi
[all …]
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 …]
D23.2.1.rst1 Mesa 23.2.1 Release Notes / 2023-09-28
23 ---------------
27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz
32 ------------
34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV
36 - extendedDynamicState3SampleLocationsEnable on RADV
38 - VK_EXT_dynamic_rendering_unused_attachments on RADV
40 - VK_EXT_mesh_shader on lavapipe
42 - OpenGL 3.1 on Asahi
44 - OpenGL ES 3.0 on Asahi
[all …]
D23.3.1.rst1 Mesa 23.3.1 Release Notes / 2023-12-13
18 ---------------
22 6e48126d70fdb3f20ffeb246ca0c2e41ffdc835f0663a03d4526b8bf5db41de6 mesa-23.3.1.tar.xz
26 ------------
28 - None
32 ---------
34 - [23.3.0] Parallel build failure - fatal error: vtn_generator_ids.h: No such file or directory
35 - crocus: Assertion failures in NIR divergence analysis
36 - anv: Resident Evil 2 hang
37 - Mesa 23.3.0 release build fails on 22.04 LTS
[all …]
D19.3.4.rst1 Mesa 19.3.4 Release Notes / 2020-02-13
20 ---------------
24 1da467e6ae2799a517e242462331eafd29ae77d9872f3a845df81f7c308e8fe4 mesa-19.3.4.tar.xz
27 ------------
29 - None
32 ---------
34 - [RADV] GPU hangs while the cutscene plays in the game Assassin's
36 - Broken rendering of glxgears on S/390 architecture (64bit, BigEndian)
37 - GL_EXT_disjoint_timer_query failing with GL_INVALID_ENUM
38 - GL_EXT_disjoint_timer_query failing with GL_INVALID_ENUM
[all …]
D23.1.0.rst1 Mesa 23.1.0 Release Notes / 2023-05-10
20 ---------------
24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz
28 ------------
30 - VK_EXT_pipeline_library_group_handles on RADV
31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+
32 - VK_KHR_map_memory2 on ANV and RADV
33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+
34 - VK_EXT_discard_rectangles version 2 on RADV
35 - VK_EXT_graphics_pipeline_library on RADV
[all …]
/external/libdrm/
D.gitlab-ci.yml18 - project: 'freedesktop/ci-templates'
21 - '/templates/debian.yml'
22 - '/templates/freebsd.yml'
23 - '/templates/ci-fairy.yml'
30 - "Base container"
31 - "Build"
33 .ci-rules:
34 rules:
35 - when: on_success
39 .os-debian:
[all …]
/external/mesa3d/docs/
Dgitlab-ci.yml1 .docs-base:
5 - .fdo.ci-fairy
9 - public/
11 - apk --no-cache add coreutils graphviz py3-clang clang-dev musl-dev linux-headers
12 - pip3 install sphinx===5.1.1 mako===1.2.3 hawkmoth===0.16.0
13 - sphinx-build -W -b $BUILDER docs public
16 extends: .docs-base
19 rules:
20 - !reference [.no_scheduled_pipelines-rules, rules]
21- if: '$CI_PROJECT_NAMESPACE == "mesa" && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH && $CI_COMMIT_…
[all …]
/external/mesa3d/src/amd/ci/
Dgitlab-ci.yml2 - local: 'src/amd/ci/gitlab-ci-inc.yml'
5 radv-stoney-vkcts:x86_64:
7 - .lava-test-deqp:x86_64
8 - .radv-stoney-test:x86_64
13 radv-stoney-angle:
15 - .lava-test-deqp:x86_64
16 - .radv-stoney-test:x86_64
17 - .radeonsi+radv-rules # Note: Xorg uses radeonsi, so depend on both gl and vulkan
19 DEQP_SUITE: radv-stoney-angle
22 GPU_VERSION: angle-radv-stoney-aco
[all …]
/external/mesa3d/src/gallium/drivers/crocus/ci/
Dgitlab-ci-inc.yml1 # Manual test rules for using anholt's shared g41.
2 .anholt-g41-test:
4 - .crocus-manual-rules
6 - anholt-g41
8 GPU_VERSION: crocus-g41
9 FLAKES_CHANNEL: "#intel-ci"
11 # Manual test rules for using anholt's shared hsw.
12 .anholt-hsw-test:
14 - anholt-hsw
19 .crocus-g41:
[all …]
/external/mesa3d/src/gallium/drivers/zink/ci/
Dgitlab-ci-inc.yml1 .zink-common-rules:
2 rules:
3 - !reference [.test, rules]
4 - !reference [.gl-rules, rules]
5 - changes: &zink_files_list
6 - src/gallium/drivers/zink/*
7 - src/gallium/drivers/zink/nir_to_spirv/*
8 - src/gallium/drivers/zink/ci/gitlab-ci.yml
9 - src/gallium/drivers/zink/ci/gitlab-ci-inc.yml
10 - src/gallium/drivers/zink/ci/deqp-$DEQP_SUITE.toml
[all …]
/external/mesa3d/src/gallium/drivers/i915/ci/
Dgitlab-ci.yml1 # Manual test rules for using anholt's shared g33.
2 .anholt-g33-test:
4 - .i915g-manual-rules
5 - .test-gl
7 - anholt-g33
9 GPU_VERSION: i915-g33
10 FLAKES_CHANNEL: "#intel-ci"
13 .i915-g33:
15 - .anholt-g33-test
16 - .deqp-test
[all …]
/external/mesa3d/
D.gitlab-ci.yml3 # |----------------------|-----------|-------------------------------------------------------------|
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…
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
26 # Direct-push pipelines contain the same jobs as merge pipelines.
29 rules:
31 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
[all …]
/external/sdv/vsomeip/third_party/boost/atomic/build/
Datomic-arch-config.jam7 # This jamfile contains utility rules to select architecture-specific compiler flags
13 rule deduce-architecture ( properties * )
15 local architecture = [ feature.get-values "architecture" : $(properties) ] ;
45 rule deduce-address-model ( properties * )
47 local address_model = [ feature.get-values "address-model" : $(properties) ] ;
54 if [ configure.builds /boost/architecture//32 : $(properties) : "32-bit" ]
58 else if [ configure.builds /boost/architecture//64 : $(properties) : "64-bit" ]
65 rule sse2-flags ( properties * )
69 if <toolset>intel in $(properties)
71 if <toolset-intel:platform>win in $(properties)
[all …]
/external/googleapis/google/cloud/compute/v1small/
Dcompute_small.proto7 // http://www.apache.org/licenses/LICENSE-2.0
15 // Generated by the disco-to-proto3-converter. DO NOT EDIT!
44 // Use global external addresses for GFE-based external HTTP(S) load balancers in Premium Tier.
50- External IP addresses for VM instances - Regional external forwarding rules - Cloud NAT external…
54- Internal IP addresses for VM instances - Alias IP ranges of VM instances (/32 only) - Regional i…
86rules can only be Premium Tier. Regional forwarding rules can be either Premium or Standard Tier. …
100 …// - `GCE_ENDPOINT` for addresses that are used by VM instances, alias IP ranges, internal load ba…
101 // - `DNS_RESOLVER` for a DNS resolver address in a subnetwork
102 // - `VPC_PEERING` for addresses that are reserved for VPC peer networks.
103 // - `NAT_AUTO` for addresses that are external IP addresses automatically reserved for Cloud NAT.
[all …]
/external/libxkbcommon/src/xkbcomp/
Dxkbcomp.c3 * Copyright © 2012 Intel Corporation
32 #include "xkbcomp-priv.h"
33 #include "rules.h"
38 if (file->file_type != FILE_TYPE_KEYMAP) { in compile_keymap_file()
39 log_err(keymap->ctx, in compile_keymap_file()
41 xkb_file_type_to_string(file->file_type)); in compile_keymap_file()
46 log_err(keymap->ctx, in compile_keymap_file()
62 log_dbg(keymap->ctx, in text_v1_keymap_new_from_names()
63 "Compiling from RMLVO: rules '%s', model '%s', layout '%s', " in text_v1_keymap_new_from_names()
65 rmlvo->rules, rmlvo->model, rmlvo->layout, rmlvo->variant, in text_v1_keymap_new_from_names()
[all …]
/external/angle/extensions/
DANGLE_copy_texture_3d.txt11 Brandon Jones, Intel
15 Brandon Jones, Intel (brandon1.jones 'at' intel 'dot' com)
23 Version 1, 2018-8-8
80 following rules.
83 ----------------------------------------
148 ---------------
209 ---------------
224 Version 1, 2018-8-8 (Brandon Jones)
225 - Initial implementation.
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_DefinitionsTest7 Definitions Testing -> STRUCTURES
8 ---------------------------------
26 For assignment, some rules of thumb are:
27 - For variables of a defined type, assign t.<field> to these values.
32 - For variables which are other functions, assign a function to t.<field>.
37 For examples, see posixtestsuite/conformance/definitions/signal/15-1.c
39 Definitions Testing -> MACROS
40 -----------------------------
51 For examples, see posixtestsuite/conformance/definitions/signal/22-*.c
53 Definitions Testing -> FUNCTIONS
[all …]
/external/aws-sdk-java-v2/.changes/2.22.x/
D2.22.13.json3 "date": "2024-01-08",
15 …Amazon EC2 R7iz bare metal instances are powered by custom 4th generation Intel Xeon Scalable proc…
21 …ion": "This release adds support for query type configuration on firewall rules that enables custo…
/external/freetype/builds/windows/
Dw32-intl.mk2 # FreeType 2 configuration rules for Intel C/C++ on Win32
6 # Copyright (C) 1996-2023 by
19 APINAMES_OPTIONS := -dfreetype.dll -w
21 include $(TOP_DIR)/builds/windows/win32-def.mk
/external/skia/toolchain/
Ddownload_toolchains.bzl5 - Linux amd64
6 - Mac (one toolchain for both M1 and Intel CPUs)
9 - Windows amd64
28 Point Bazel to the correct rules for downloading the different toolchains.
/external/mesa3d/src/intel/vulkan/grl/include/
DGRLStructs.h2 // Copyright (C) 2009-2021 Intel Corporation
4 // SPDX-License-Identifier: MIT
48 // See Vulkan spec for data access rules:
49 …// https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkAccelerationStructu…
56 … transformOffset; // Byte offset to transform data (for triangle Geo with non-null transform)

12345678910>>...28