Searched +full:gl +full:- +full:rules (Results 1 – 25 of 664) sorted by relevance
12345678910>>...27
| /third_party/mesa3d/src/panfrost/ci/ |
| D | gitlab-ci.yml | 1 .panfrost-midgard-rules: 3 rules: 4 - !reference [.test, rules] 5 - !reference [.collabora-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &panfrost_gallium_file_list 8 - src/gallium/drivers/panfrost/**/* 9 - src/gallium/winsys/panfrost/**/* 11 - changes: &panfrost_common_file_list 12 - src/panfrost/ci/gitlab-ci.yml [all …]
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml' 4 a306-gl: 6 - .baremetal-deqp-test 7 - .a306-test 9 DEQP_SUITE: freedreno-a307 13 a306-piglit: 15 - .baremetal-deqp-test 16 - .a306-test 17 - .google-freedreno-manual-rules 20 DEQP_SUITE: freedreno-a306-piglit [all …]
|
| /third_party/mesa3d/src/broadcom/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/broadcom/ci/gitlab-ci-inc.yml' 4 vc4-rpi3-gl:arm64: 6 - .igalia-bcm2837-rpi-3-b 7 - .broadcom-test:arm64 8 - .vc4-rules 11 DEQP_SUITE: broadcom-rpi3 14 vc4-rpi3-gl-piglit-full:arm64: 16 - vc4-rpi3-gl:arm64 17 - .vc4-manual-rules 19 - igalia-rpi3 [all …]
|
| D | gitlab-ci-inc.yml | 1 .broadcom-common-rules: 2 rules: 3 - changes: &broadcom_file_list 4 - src/broadcom/meson.build 5 - src/broadcom/ci/gitlab-ci.yml 6 - src/broadcom/ci/gitlab-ci-inc.yml 7 - src/broadcom/ci/deqp-$DEQP_SUITE.toml 8 - src/broadcom/ci/$GPU_VERSION-fails.txt 9 - src/broadcom/ci/$GPU_VERSION-flakes.txt 10 - src/broadcom/ci/$GPU_VERSION-skips.txt [all …]
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ci/ |
| D | gitlab-ci-inc.yml | 1 .virgl-rules: 2 stage: layered-backends 3 rules: 4 - !reference [.test, rules] 5 - if: $EXTERNAL_KERNEL_TAG != null 7 - !reference [.gl-rules, rules] 8 - !reference [.llvmpipe-rules, rules] 9 - changes: &virgl_file_list 10 - src/gallium/drivers/virgl/**/* 11 - src/gallium/winsys/virgl/**/* [all …]
|
| D | gitlab-ci.yml | 2 - local: 'src/gallium/drivers/virgl/ci/gitlab-ci-inc.yml' 4 virpipe-on-gl: 6 - .deqp-test 7 - .virpipe-test 9 DEQP_SUITE: virpipe-gl 10 GPU_VERSION: virpipe-gl 14 virgl-on-gl: 16 DEQP_SUITE: virgl-gl 17 GPU_VERSION: virgl-gl 21 - kvm [all …]
|
| /third_party/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 …]
|
| D | gitlab-ci.yml | 2 - local: 'src/gallium/drivers/zink/ci/gitlab-ci-inc.yml' 4 zink-lvp: 6 - .test-gl 7 - .deqp-test 8 - .zink-lvp-test 10 DEQP_SUITE: zink-lvp 13 # Enable validation (except for on piglit, see deqp-zink-lvp.toml), logging 16 XVFB_SCRIPT: "VK_DRIVER=lvp install/deqp-runner.sh" 20 xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}" 22 zink-venus-lvp: [all …]
|
| /third_party/mesa3d/src/intel/ci/ |
| D | gitlab-ci-inc.yml | 1 .intel-common-rules: 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/**/* 11 - src/intel/genxml/**/* [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 19 .set-image-base-tag: 21 - .set-image 22 - .incorporate-base-tag+templates-commit [all …]
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
| D | gitlab-ci-inc.yml | 1 .llvmpipe-rules: 2 stage: software-renderer 3 rules: 4 - !reference [.test, rules] 5 - if: $EXTERNAL_KERNEL_TAG != null 7 - !reference [.gl-rules, rules] 8 - changes: &llvmpipe_file_list 9 - src/gallium/drivers/llvmpipe/* 10 - src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml 11 - src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml [all …]
|
| D | gitlab-ci.yml | 2 - local: 'src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml' 4 llvmpipe-piglit-rusticl: 6 - .llvmpipe-piglit-cl 7 - .llvmpipe-rusticl-rules 9 - debian-testing 10 - debian/x86_64_test-gl 12 DEQP_SUITE: llvmpipe-rusticl 13 GPU_VERSION: llvmpipe-rusticl 15 llvmpipe-traces: 17 - .test-gl [all …]
|
| /third_party/mesa3d/src/gallium/drivers/svga/ci/ |
| D | gitlab-ci-inc.yml | 1 .vmware-rules: 2 rules: 3 - !reference [.test, rules] 4 - !reference [.vmware-farm-rules, rules] 5 - !reference [.gl-rules, rules] 6 - changes: &vmware_file_list 7 - src/gallium/drivers/svga/**/* 8 - src/gallium/winsys/svga/**/* 9 - src/compiler/nir/**/* 10 - src/gallium/auxiliary/nir/**/* [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r300/ci/ |
| D | gitlab-ci-inc.yml | 1 .r300-rules: 3 rules: 4 - !reference [.test, rules] 5 - !reference [.ondracka-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &r300_file_list 8 - src/gallium/drivers/r300/* 9 - src/gallium/drivers/r300/compiler/**/* 10 - src/gallium/drivers/r300/ci/gitlab-ci.yml 11 - src/gallium/drivers/r300/ci/gitlab-ci-inc.yml [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !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 [.common-rules, rules] 21 - !reference [.never-post-merge-rules, rules] [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/docs/ |
| D | syntaxrules.txt | 1 Syntax Rules for OpenGL Extensions 9 -------------- 12 Whereas some of the other rules in subsequent sections of this document 20 previously established in GL. If no term exists that fits with the 26 A term in GL should encompass more then the meaning of the word found 49 "Get" is used as a prefix whenever the procedure returns state from the GL. 96 -------------- 114 (3) Abbreviation is used for GL and GL extensions, but not for 132 ------- -------------- ------------------------ 134 Accum Accumulation Buffer GL, 9 [all …]
|
| /third_party/openGLES/docs/ |
| D | syntaxrules.txt | 1 Syntax Rules for OpenGL Extensions 9 -------------- 12 Whereas some of the other rules in subsequent sections of this document 20 previously established in GL. If no term exists that fits with the 26 A term in GL should encompass more then the meaning of the word found 49 "Get" is used as a prefix whenever the procedure returns state from the GL. 96 -------------- 114 (3) Abbreviation is used for GL and GL extensions, but not for 132 ------- -------------- ------------------------ 134 Accum Accumulation Buffer GL, 9 [all …]
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ci/ |
| D | gitlab-ci-inc.yml | 1 .softpipe-rules: 2 stage: software-renderer 3 rules: 4 - !reference [.test, rules] 5 - if: $EXTERNAL_KERNEL_TAG != null 7 - !reference [.gl-rules, rules] 8 - changes: &softpipe_file_list 9 - src/gallium/drivers/softpipe/**/* 10 - src/gallium/winsys/sw/**/* 13 .softpipe-test: [all …]
|
| /third_party/mesa3d/src/etnaviv/ci/ |
| D | gitlab-ci.yml | 1 .etnaviv-rules: 3 rules: 4 - !reference [.test, rules] 5 - !reference [.austriancoder-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &etnaviv_file_list 8 - src/etnaviv/* 9 - src/etnaviv/ci/gitlab-ci.yml 10 - src/etnaviv/ci/deqp-$DEQP_SUITE.toml 11 - src/etnaviv/ci/$GPU_VERSION-fails.txt [all …]
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ci/ |
| D | gitlab-ci-inc.yml | 1 .nouveau-rules: 3 rules: 4 - !reference [.test, rules] 5 - !reference [.anholt-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &nouveau_file_list 8 - src/nouveau/* 9 - src/nouveau/codegen/**/* 10 - src/nouveau/drm/**/* 11 - src/nouveau/drm-shim/**/* [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/data/brkitr/rules/ |
| D | line_cj.txt | 3 # Copyright (c) 2002-2016 International Business Machines Corporation and 8 # Line Breaking Rules 16 # This corresponds to CSS line-break=strict (BCP47 -u-lb-strict). 46 $GL = [:LineBreak = Glue:]; 65 $QU = [[:LineBreak = Quotation:] - [\u201c\u201d]]; 78 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14, 79 # without a formal name. Because ICU rules require multiple uses of the expressions, 82 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]]; 83 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]]; 88 # list it in the numerous rules that use CM. [all …]
|
| D | line.txt | 3 # Copyright (c) 2002-2016 International Business Machines Corporation and 8 # Line Breaking Rules 16 # This corresponds to CSS line-break=strict (BCP47 -u-lb-strict). 45 $GL = [:LineBreak = Glue:]; 77 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14, 78 # without a formal name. Because ICU rules require multiple uses of the expressions, 81 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]]; 82 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]]; 87 # list it in the numerous rules that use CM. 91 $CMX = [[$CM] - [$ZWJ]]; [all …]
|
| D | line_normal.txt | 3 # Copyright (c) 2002-2016 International Business Machines Corporation and 8 # Line Breaking Rules 17 # line-break=normal (BCP47 -u-lb-normal) as defined for languages other than 47 $GL = [:LineBreak = Glue:]; 79 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14, 80 # without a formal name. Because ICU rules require multiple uses of the expressions, 83 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]]; 84 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]]; 89 # list it in the numerous rules that use CM. 93 $CMX = [[$CM] - [$ZWJ]]; [all …]
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | test-source-dep.yml | 5 .scheduled_pipeline-rules: 6 rules: 7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"' 12 # disables that, but keeps the auto-retry for infrastructure failures. 13 .no-auto-retry: 19 - api_failure 20 - runner_system_failure 21 - scheduler_failure 22 - data_integrity_failure 23 - unknown_failure [all …]
|
| /third_party/mesa3d/src/amd/ci/ |
| D | gitlab-ci-inc.yml | 1 .radeonsi-rules: 3 rules: 4 - !reference [.test, rules] 5 - !reference [.collabora-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &amd_common_file_list 8 - src/amd/* 9 - src/amd/addrlib/**/* 10 - src/amd/ci/gitlab-ci.yml 11 - src/amd/ci/gitlab-ci-inc.yml [all …]
|
12345678910>>...27