Searched +full:intel +full:- +full:rules (Results 1 – 25 of 812) sorted by relevance
12345678910>>...33
/external/mesa3d/src/intel/ci/ |
D | gitlab-ci-inc.yml | 1 .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 …]
|
D | gitlab-ci.yml | 2 - 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 11 # force fixed kernel, since too many flakes and unexpected results seen with 6.13-rc4 12 EXTERNAL_KERNEL_TAG: "v6.11-rc7-mesa-c984" 15 anv-jsl-full: 17 - anv-jsl [all …]
|
/external/mesa3d/.gitlab-ci/build/ |
D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 21 - _build/meson-logs/*.txt 22 - _build/meson-logs/strace 23 - artifacts 26 .build-linux: 27 extends: .build-common 34 - !reference [default, before_script] 35 - | [all …]
|
/external/mesa3d/src/gallium/drivers/zink/ci/ |
D | gitlab-ci-inc.yml | 1 .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/docs/ |
D | gitlab-ci.yml | 1 .docs-base: 3 - .build-linux 4 - .use-alpine/x86_64_build 8 - public/ 10 - meson setup _build -D prefix=$(pwd) --auto-features=disabled 11 -D vulkan-drivers="" -D gallium-drivers="" -D platforms=[] -D glx=disabled 12 -D video-codecs="" -D html-docs=enabled -D html-docs-path=public 13 -D werror=true 14 - meson compile -C _build 15 - meson install -C _build [all …]
|
/external/libdrm/ |
D | .gitlab-ci.yml | 18 - 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/src/gallium/drivers/crocus/ci/ |
D | gitlab-ci-inc.yml | 1 # 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/amd/ci/ |
D | gitlab-ci.yml | 2 - local: 'src/amd/ci/gitlab-ci-inc.yml' 5 radv-stoney-vkcts: 7 - .lava-test-deqp:x86_64 8 - .radv-stoney-test:x86_64 11 DEQP_SUITE: radv-stoney 14 radv-stoney-angle: 16 - .lava-test-deqp:x86_64 17 - .radv-stoney-test:x86_64 19 DEQP_SUITE: radv-stoney-angle 22 GPU_VERSION: angle-radv-stoney-aco [all …]
|
/external/flashrom/doc/release_notes/ |
D | v_1_3.rst | 9 New major user-visible features 13 * Option to read/write only region to/from ROM is renamed to :code:`--include` (:code:`--image` opt… 14 is deprecated and exist only for back compatibility). An optional sub-parameter 15 …(:code:`--include <region>[:<file>]`) to allow building the image to be written from multiple file… 17 … Support for Write Protection configuration (:code:`--wp-disable`, :code:`--wp-enable`, :code:`--w… 18 :code:`--wp-status`, :code:`--wp-range`, :code:`--wp-region`) 20 * The Intel chipset detection has been improved 35 * Emulate variable-size SPI flash chip (4-byte address format is supported) 41 * SEGGER J-Link and compatible devices 50 SPI on Intel NICs, FT2232 SPI dongles [all …]
|
/external/mesa3d/ |
D | .gitlab-ci.yml | 3 # |----------------------|-----------|-------------------------------------------------------------| 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/mesa3d/docs/relnotes/ |
D | 23.3.0.rst | 1 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 …]
|
D | 24.0.0.rst | 1 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/mesa3d/src/gallium/drivers/i915/ci/ |
D | gitlab-ci.yml | 2 - local: 'src/intel/ci/gitlab-ci-inc.yml' 4 # Manual test rules for using g33 in ondracka r300 farm. 5 .ondracka-g33-test: 7 - .b2c-x86_64-test-gl 8 - .i915g-manual-rules 10 - intelgpu:codename:G33 13 GPU_VERSION: i915-g33 14 …C_KERNEL_URL: https://gitlab.freedesktop.org/gfx-ci/boot2container/-/releases/v0.9.12.3/downloads/… 16 i915-g33: 18 - .ondracka-g33-test [all …]
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
D | PalLib.h | 5 …in functionality to AsmPalCall() in the functions of the Base Library specific to Intel Itanium ar… 10 is only available on Intel Itanium-based platforms. 12 Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR> 16 http://opensource.org/licenses/bsd-license.php 38 some common rules that the caller should follow when making a PAL call. Any address 39 passed to PAL as buffers for return parameters must be 8-byte aligned. Unaligned addresses 43 This function is only available on Intel Itanium-based platforms.
|
D | SalLib.h | 4 Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR> 8 http://opensource.org/licenses/bsd-license.php 25 but there are some common rules that the caller should follow 27 for return parameters must be 8-byte aligned. Unaligned 32 This function is only available on Intel Itanium-based platforms.
|
/external/coreboot/util/docker/coreboot.org-status/board-status.html/ |
D | boards.go | 33 func fetchBoards(dirs chan<- NamedFS) { 44 dirs <- NamedFS{ 100 partoffset-- 146 func prettify(input string, rules *[]reReplace) string { 147 for _, rule := range *rules { 155 pattern: regexp.MustCompile("AMD_AGESA_FAMILY([0-9a-fA-F]*)(.*)"), 164 replace: "Intel® ${1} (FSP)", 167 pattern: regexp.MustCompile("AMD_FAMILY([0-9a-fA-F]*)"), 171 pattern: regexp.MustCompile("AMD_AMDFAM([0-9a-fA-F]*)"), 179 pattern: regexp.MustCompile("INTEL"), [all …]
|
/external/googleapis/google/cloud/compute/v1small/ |
D | compute_small.proto | 7 // 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… 86 …rules 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/ |
D | xkbcomp.c | 3 * 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/libva-utils/ |
D | INSTALL | 1 …es in Ready](https://badge.waffle.io/intel/libva-utils.png?label=ready&title=Ready)](https://waffl… 2 libva-utils 3 Collection of tests to exercise VA-API as provided 4 by the libva project. VA-API requires a driver implementation 7 Copyright (C) 2009-2016 Intel Corporation 11 ------- 17 -------- 19 libva-utils is a collection of tests to exercise VA-API in accordance 25 https://github.com/intel/libva-utils 28 ------ [all …]
|
/external/sdv/vsomeip/third_party/boost/atomic/build/ |
D | atomic-arch-config.jam | 7 # 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/coreboot/Documentation/releases/ |
D | coreboot-4.11-relnotes.md | 16 -------- 26 The code across Intel's chipsets was unified some more into drivers for 28 that Intel itself is driving it. 31 ------------ 33 Most activity in the last couple months was on Intel support, 41 (e.g. Intel GM45, Via VX900), the tiny (RISC-V) and the obscure 45 ------------- 57 ----------- 59 With 4.11 there's the beginning of support for Intel Tiger Lake and 66 * ASUS P5QL-EM [all …]
|
/external/coreboot/src/mainboard/google/volteer/variants/voema/ |
D | overridetree.cb | 1 chip soc/intel/tigerlake 22 register "property_list[0].name" = ""realtek,jd-src"" 102 # override-devicetree rules say it's only 111 chip soc/intel/common/block/pcie/rtd3 121 chip drivers/intel/pmc_mux 123 chip drivers/intel/pmc_mux/conn 128 chip drivers/intel/pmc_mux/conn 142 register "desc" = ""USB3 Type-C Port C0 (MLB)"" 148 register "desc" = ""USB3 Type-C Port C1 (DB)"" 160 [2] = USB2_PORT_TYPE_C(OC_SKIP), // Type-A / Type-C Port 1 [all …]
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_DefinitionsTest | 7 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/ |
D | 2.22.13.json | 3 "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/angle/extensions/ |
D | ANGLE_copy_texture_3d.txt | 11 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.
|
12345678910>>...33