Home
last modified time | relevance | path

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

12345678910>>...24

/third_party/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
6 rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
12 .no_scheduled_pipelines-rules:
13 rules:
14 - if: *is-scheduled-pipeline
18 # ---------------------------------------------------------------
19 .core-rules:
20 rules:
21 - !reference [.no_scheduled_pipelines-rules, rules]
[all …]
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dgitlab-ci.yml1 .virpipe-test:
3 - .test-gl
4 - .virgl-rules
7 FLAKES_CHANNEL: "#virgl-ci"
9 - xvfb-run --server-args='-noreset' sh -c "GALLIUM_DRIVER=virpipe install/deqp-runner.sh"
11 virpipe-on-gl:
13 - .deqp-test
14 - .virpipe-test
16 DEQP_SUITE: virpipe-gl
17 GPU_VERSION: virpipe-gl
[all …]
/third_party/skia/third_party/externals/opengl-registry/docs/
Dsyntaxrules.txt1 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/
Dsyntaxrules.txt1 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/panfrost/ci/
Dgitlab-ci.yml1 .panfrost-test:
3 FLAKES_CHANNEL: "#panfrost-ci"
7 panfrost-t720-gles2:arm64:
9 - .lava-test:arm64
10 - .panfrost-midgard-rules
11 - .panfrost-test
13 DEVICE_TYPE: sun50i-h6-pine-h64
15 GPU_VERSION: panfrost-t720
16 DEQP_SUITE: panfrost-t720
18 RUNNER_TAG: mesa-ci-x86-64-lava-sun50i-h6-pine-h64
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .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/icu/icu4c/source/data/brkitr/rules/
Dline_phrase_cj.txt6 # Line Breaking Rules
14 # This corresponds to CSS line-break-word-handling=phrase (BCP47 -u-lw-phrase).
44 $GL = [:LineBreak = Glue:];
63 $QU = [[:LineBreak = Quotation:] - [\u201c\u201d]];
74 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14,
75 # without a formal name. Because ICU rules require multiple uses of the expressions,
78 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
79 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
84 # list it in the numerous rules that use CM.
88 $CMX = [[$CM] - [$ZWJ]];
[all …]
Dline_normal_cj.txt3 # Copyright (c) 2002-2016 International Business Machines Corporation and
8 # Line Breaking Rules
17 # line-break=normal (BCP47 -u-lb-normal) as defined for Chinese & Japanese.
46 $GL = [:LineBreak = Glue:];
61 $NS = [[:LineBreak = Nonstarter:] - $NSX];
66 $QU = [[:LineBreak = Quotation:] - [\u201c\u201d]];
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}]];
[all …]
Dline_loose.txt4 # Copyright (c) 2002-2016 International Business Machines Corporation and
9 # Line Breaking Rules
18 # line-break=loose (BCP47 -u-lb-loose) as defined for languages other than
48 $GL = [:LineBreak = Glue:];
63 $NS = [[:LineBreak = Nonstarter:] - $NSX];
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.
[all …]
Dline_cj.txt3 # 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).
43 $GL = [:LineBreak = Glue:];
62 $QU = [[:LineBreak = Quotation:] - [\u201c\u201d]];
73 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14,
74 # without a formal name. Because ICU rules require multiple uses of the expressions,
77 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
78 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
83 # list it in the numerous rules that use CM.
[all …]
Dline.txt3 # 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).
42 $GL = [:LineBreak = Glue:];
72 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14,
73 # without a formal name. Because ICU rules require multiple uses of the expressions,
76 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
77 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
82 # list it in the numerous rules that use CM.
86 $CMX = [[$CM] - [$ZWJ]];
[all …]
Dline_normal.txt3 # 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
44 $GL = [:LineBreak = Glue:];
74 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14,
75 # without a formal name. Because ICU rules require multiple uses of the expressions,
78 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
79 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
84 # list it in the numerous rules that use CM.
88 $CMX = [[$CM] - [$ZWJ]];
[all …]
Dline_normal_phrase_cj.txt6 # Line Breaking Rules
15 # line-break=normal (BCP47 -u-lb-normal) as defined for Chinese & Japanese.
48 $GL = [:LineBreak = Glue:];
63 $NS = [[:LineBreak = Nonstarter:] - $NSX];
68 $QU = [[:LineBreak = Quotation:] - [\u201c\u201d]];
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.
[all …]
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/
Dline_normal_cj.txt3 # Copyright (c) 2002-2016 International Business Machines Corporation and
8 # Line Breaking Rules
17 # line-break=normal (BCP47 -u-lb-normal) as defined for Chinese & Japanese.
33 $BA = [[:LineBreak = Break_After:] - $BAX];
47 $GL = [:LineBreak = Glue:];
62 $NS = [[:LineBreak = Nonstarter:] - $NSX];
67 $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}]];
[all …]
Dline_loose.txt4 # Copyright (c) 2002-2016 International Business Machines Corporation and
9 # Line Breaking Rules
18 # line-break=loose (BCP47 -u-lb-loose) as defined for languages other than
48 $GL = [:LineBreak = Glue:];
63 $NS = [[:LineBreak = Nonstarter:] - $NSX];
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}]];
87 # list it in the numerous rules that use CM.
[all …]
Dline_cj.txt3 # 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).
43 $GL = [:LineBreak = Glue:];
62 $QU = [[:LineBreak = Quotation:] - [\u201c\u201d]];
73 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14,
74 # without a formal name. Because ICU rules require multiple uses of the expressions,
77 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
78 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
81 # list it in the numerous rules that use CM.
[all …]
Dline.txt3 # 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).
42 $GL = [:LineBreak = Glue:];
72 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14,
73 # without a formal name. Because ICU rules require multiple uses of the expressions,
76 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
77 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
80 # list it in the numerous rules that use CM.
84 $CMX = [[$CM] - [$ZWJ]];
[all …]
Dline_normal.txt3 # 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
44 $GL = [:LineBreak = Glue:];
74 # OP30 and CP30 are variants of OP and CP that appear in-line in rule LB30 from UAX 14,
75 # without a formal name. Because ICU rules require multiple uses of the expressions,
78 $OP30 = [$OP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
79 $CP30 = [$CP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
82 # list it in the numerous rules that use CM.
86 $CMX = [[$CM] - [$ZWJ]];
[all …]
Dline_loose_cj.txt3 # Copyright (c) 2002-2016 International Business Machines Corporation and
8 # Line Breaking Rules
17 # line-break=loose (BCP47 -u-lb-loose) as defined for Chinese & Japanese.
42 $BA = [[:LineBreak = Break_After:] - $BAX];
56 $EX = [[:LineBreak = Exclamation:] - $EXX];
57 $GL = [:LineBreak = Glue:];
72 $NS = [[:LineBreak = Nonstarter:] - $NSX];
76 $PO = [[:LineBreak = Postfix_Numeric:] - $POX];
78 $PR = [[:LineBreak = Prefix_Numeric:] - $PRX];
79 $QU = [[:LineBreak = Quotation:] - [\u201c\u201d]];
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_ES2_compatibility.txt22 Copyright (c) 2010-2013 The Khronos Group Inc. Copyright terms at
103 Add a new Section 2.1.5 (Fixed-Point Computation) and renumber later
106 Fixed-Point Computation
108 Vertex attributes may be specified using a 32-bit two's-complement signed
113 Add to Table 2.2, p. 16 (GL data types)
115 GL Type | Minimum | Description
117 -----------------------------------
134 attribute array contains fixed-point data, the generic vertex
135 attribute values are specified using a fixed-point signed 2's
165 object and then compiled. Alternatively, pre-compiled shader binary code
[all …]
/third_party/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml1 .freedreno-test:
3 - .baremetal-test-arm64
4 - .freedreno-rules
7 FLAKES_CHANNEL: "#freedreno-ci"
11 - ./install/bare-metal/fastboot.sh
13 - google-freedreno-db410c
15 .baremetal-deqp-test-freedreno-vk:
17 - .baremetal-deqp-test
24 .freedreno-test-traces:
26 - .piglit-traces-test
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/break_rules/
Dline_normal_cj.txt8 # Reference Line Break rules for intltest rbbi/RBBIMonkeyTest.
9 # Rules derived from Unicode Standard Annex #14 Revision 44 for Unicode 13.0
14 # Line Breaking Rules
20 # line-break=normal (BCP47 -u-lb-normal) as defined for Chinese & Japanese.
32 BA = [[:LineBreak = Break_After:] - BAX];
46 GL = [:LineBreak = Glue:];
60 NS = [[:LineBreak = Nonstarter:] - NSX];
65 QU = [[:LineBreak = Quotation:] - [\u201c\u201d]];
78 # rather than appearing in-line in LB 30.
80 OP30 = [OP - [\p{ea=F}\p{ea=W}\p{ea=H}]];
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/ci/
Dgitlab-ci.yml1 # Manual test rules for using anholt's shared g41.
2 .anholt-g41-test:
4 - .crocus-rules
5 - .test-gl
6 - .test-manual-mr
8 - anholt-g41
10 GPU_VERSION: crocus-g41
11 FLAKES_CHANNEL: "#intel-ci"
13 # Manual test rules for using anholt's shared hsw.
14 .anholt-hsw-test:
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp1 /*-------------------------------------------------------------------------
3 * -----------------------------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
126 if ((it->second & requirements) == requirements) in getFormats()
127 ret.insert(it->first); in getFormats()
152 if ((it->flags & requirements) == requirements) in getFormatFeatureExtensions()
153 ret.insert(it->requiredExtensions); in getFormatFeatureExtensions()
167 const glw::Functions& gl = ctx.getFunctions(); in detectGLESCompatibleContext() local
175 gl.getIntegerv(GL_MAJOR_VERSION, &majorVersion); in detectGLESCompatibleContext()
[all …]
/third_party/openGLES/extensions/ARB/
DARB_ES2_compatibility.txt22 Copyright (c) 2010-2013 The Khronos Group Inc. Copyright terms at
27 Khronos-approved extension specifications are updated in response to
113 Add a new Section 2.1.5 (Fixed-Point Computation) and renumber later
116 Fixed-Point Computation
118 Vertex attributes may be specified using a 32-bit two's-complement signed
123 Add to Table 2.2, p. 16 (GL data types)
125 GL Type | Minimum | Description
127 -----------------------------------
144 attribute array contains fixed-point data, the generic vertex
145 attribute values are specified using a fixed-point signed 2's
[all …]

12345678910>>...24