Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 3537) sorted by relevance

12345678910>>...142

/third_party/libxml2/result/errors/
Drec_ext_ent.xml.ent1 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
4 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
7 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
10 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
13 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
16 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
19 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
22 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
25 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
28 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
[all …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Dwsi.txt66 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.opaque.reference
68 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.pre_multiplied.reference
70 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.post_multiplied.reference
72 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.inherit.reference
74 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.opaque.reference
76 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.pre_multiplied.reference
78 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.post_multiplied.reference
80 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.inherit.reference
82 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.opaque.reference
84 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.pre_multiplied.reference
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dwsi.txt66 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.opaque.reference
68 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.pre_multiplied.reference
70 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.post_multiplied.reference
72 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.inherit.reference
74 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.opaque.reference
76 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.pre_multiplied.reference
78 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.post_multiplied.reference
80 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.inherit.reference
82 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.opaque.reference
84 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.pre_multiplied.reference
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuBilinearImageCompare.cpp114 bool comparePixelRGBA8 (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& resu… in comparePixelRGBA8() argument
122 const deUint32 x2 = (deUint32)de::min(x+1, reference.getWidth()-1); in comparePixelRGBA8()
125 const deUint32 y2 = (deUint32)de::min(y+1, reference.getHeight()-1); in comparePixelRGBA8()
127 if (compareThreshold(resPix, readRGBA8(reference, x1, y1), threshold) || in comparePixelRGBA8()
128 compareThreshold(resPix, readRGBA8(reference, x0, y1), threshold) || in comparePixelRGBA8()
129 compareThreshold(resPix, readRGBA8(reference, x2, y1), threshold) || in comparePixelRGBA8()
130 compareThreshold(resPix, readRGBA8(reference, x0, y0), threshold) || in comparePixelRGBA8()
131 compareThreshold(resPix, readRGBA8(reference, x1, y0), threshold) || in comparePixelRGBA8()
132 compareThreshold(resPix, readRGBA8(reference, x2, y0), threshold) || in comparePixelRGBA8()
133 compareThreshold(resPix, readRGBA8(reference, x0, y2), threshold) || in comparePixelRGBA8()
[all …]
DtcuImageCompare.cpp44 void computeScaleAndBias (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& re… in computeScaleAndBias() argument
53 estimatePixelValueRange(reference, refMin, refMax); in computeScaleAndBias()
91 …xels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixe… in findNumPositionDeviationFailingPixels() argument
95 const int width = reference.getWidth(); in findNumPositionDeviationFailingPixels()
96 const int height = reference.getHeight(); in findNumPositionDeviationFailingPixels()
97 const int depth = reference.getDepth(); in findNumPositionDeviationFailingPixels()
119 const IVec4 refPix = reference.getPixelInt(x, y, z); in findNumPositionDeviationFailingPixels()
165 const IVec4 deviatedRefPix = reference.getPixelInt(sx, sy, sz); in findNumPositionDeviationFailingPixels()
217 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe… in fuzzyCompare() argument
220 …extureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHe… in fuzzyCompare()
[all …]
DtcuImageCompare.hpp47 …log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& …
48 …log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& …
49 …log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& …
51 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe…
52 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe…
53 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe…
54 …g& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixe…
55 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe…
56 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe…
57 …* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixe…
[all …]
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Dwsi.txt38 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.identity.opaque.reference
40 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.identity.pre_multiplied.reference
42 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.identity.post_multiplied.reference
44 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.identity.inherit.reference
46 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_90.opaque.reference
48 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_90.pre_multiplied.reference
50 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_90.post_multiplied.reference
52 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_90.inherit.reference
54 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_180.opaque.reference
56 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_180.pre_multiplied.reference
[all …]
/third_party/vk-gl-cts/android/cts/master/vk-master/
Dwsi.txt64 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.identity.opaque.reference
66 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.identity.pre_multiplied.reference
68 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.identity.post_multiplied.reference
70 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.identity.inherit.reference
72 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_90.opaque.reference
74 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_90.pre_multiplied.reference
76 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_90.post_multiplied.reference
78 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_90.inherit.reference
80 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_180.opaque.reference
82 dEQP-VK.wsi.android.incremental_present.scale_none.immediate.rotate_180.pre_multiplied.reference
[all …]
/third_party/typescript/tests/baselines/reference/
DdeleteOperatorWithNumberType.errors.txt1 …umberType.ts(18,31): error TS2703: The operand of a 'delete' operator must be a property reference.
2 …umberType.ts(19,31): error TS2703: The operand of a 'delete' operator must be a property reference.
3 …umberType.ts(22,31): error TS2703: The operand of a 'delete' operator must be a property reference.
4 …umberType.ts(23,31): error TS2703: The operand of a 'delete' operator must be a property reference.
5 …umberType.ts(24,31): error TS2703: The operand of a 'delete' operator must be a property reference.
6 …umberType.ts(30,31): error TS2703: The operand of a 'delete' operator must be a property reference.
7 …umberType.ts(31,32): error TS2703: The operand of a 'delete' operator must be a property reference.
8 …umberType.ts(32,33): error TS2703: The operand of a 'delete' operator must be a property reference.
9 …umberType.ts(35,32): error TS2703: The operand of a 'delete' operator must be a property reference.
10 …umberType.ts(35,39): error TS2703: The operand of a 'delete' operator must be a property reference.
[all …]
DdeleteOperatorWithStringType.errors.txt1 …tringType.ts(18,31): error TS2703: The operand of a 'delete' operator must be a property reference.
2 …tringType.ts(19,31): error TS2703: The operand of a 'delete' operator must be a property reference.
3 …tringType.ts(22,31): error TS2703: The operand of a 'delete' operator must be a property reference.
4 …tringType.ts(23,31): error TS2703: The operand of a 'delete' operator must be a property reference.
5 …tringType.ts(24,31): error TS2703: The operand of a 'delete' operator must be a property reference.
6 …tringType.ts(30,31): error TS2703: The operand of a 'delete' operator must be a property reference.
7 …tringType.ts(31,32): error TS2703: The operand of a 'delete' operator must be a property reference.
8 …tringType.ts(32,33): error TS2703: The operand of a 'delete' operator must be a property reference.
9 …tringType.ts(33,32): error TS2703: The operand of a 'delete' operator must be a property reference.
10 …tringType.ts(36,32): error TS2703: The operand of a 'delete' operator must be a property reference.
[all …]
DdeleteOperatorWithAnyOtherType.errors.txt1 …OtherType.ts(25,31): error TS2703: The operand of a 'delete' operator must be a property reference.
2 …OtherType.ts(26,31): error TS2703: The operand of a 'delete' operator must be a property reference.
3 …OtherType.ts(27,31): error TS2703: The operand of a 'delete' operator must be a property reference.
4 …OtherType.ts(28,31): error TS2703: The operand of a 'delete' operator must be a property reference.
5 …OtherType.ts(29,31): error TS2703: The operand of a 'delete' operator must be a property reference.
6 …OtherType.ts(30,31): error TS2703: The operand of a 'delete' operator must be a property reference.
7 …OtherType.ts(33,31): error TS2703: The operand of a 'delete' operator must be a property reference.
8 …OtherType.ts(34,31): error TS2703: The operand of a 'delete' operator must be a property reference.
9 …OtherType.ts(42,32): error TS2703: The operand of a 'delete' operator must be a property reference.
10 …OtherType.ts(43,32): error TS2703: The operand of a 'delete' operator must be a property reference.
[all …]
DparameterInitializersForwardReferencing.errors.txt1 …ializersForwardReferencing.ts(6,20): error TS2373: Parameter 'a' cannot reference identifier 'b' d…
2 …alizersForwardReferencing.ts(11,21): error TS2373: Parameter 'a' cannot reference identifier 'b' d…
3 …alizersForwardReferencing.ts(11,28): error TS2373: Parameter 'b' cannot reference identifier 'c' d…
4 …alizersForwardReferencing.ts(17,21): error TS2373: Parameter 'a' cannot reference identifier 'b' d…
5 …alizersForwardReferencing.ts(23,25): error TS2373: Parameter 'a' cannot reference identifier 'b' d…
6 …alizersForwardReferencing.ts(32,21): error TS2373: Parameter 'a' cannot reference identifier 'b' d…
7 …alizersForwardReferencing.ts(33,16): error TS2373: Parameter 'a' cannot reference identifier 'b' d…
8 …alizersForwardReferencing.ts(37,14): error TS2373: Parameter 'a' cannot reference identifier 'b' d…
9 …alizersForwardReferencing.ts(37,21): error TS2373: Parameter 'b' cannot reference identifier 'c' d…
10 …alizersForwardReferencing.ts(37,28): error TS2373: Parameter 'c' cannot reference identifier 'd' d…
[all …]
DgenericClassWithStaticsUsingTypeArguments.errors.txt1 …StaticsUsingTypeArguments.ts(3,20): error TS2302: Static members cannot reference class type param…
2 …StaticsUsingTypeArguments.ts(5,15): error TS2302: Static members cannot reference class type param…
3 …StaticsUsingTypeArguments.ts(7,15): error TS2302: Static members cannot reference class type param…
4 …StaticsUsingTypeArguments.ts(9,30): error TS2302: Static members cannot reference class type param…
5 …taticsUsingTypeArguments.ts(11,29): error TS2302: Static members cannot reference class type param…
6 …taticsUsingTypeArguments.ts(13,18): error TS2302: Static members cannot reference class type param…
7 …taticsUsingTypeArguments.ts(13,24): error TS2302: Static members cannot reference class type param…
15 !!! error TS2302: Static members cannot reference class type parameters.
19 !!! error TS2302: Static members cannot reference class type parameters.
23 !!! error TS2302: Static members cannot reference class type parameters.
[all …]
DdeleteOperatorWithBooleanType.errors.txt1 …oleanType.ts(17,31): error TS2703: The operand of a 'delete' operator must be a property reference.
2 …oleanType.ts(20,31): error TS2703: The operand of a 'delete' operator must be a property reference.
3 …oleanType.ts(21,31): error TS2703: The operand of a 'delete' operator must be a property reference.
4 …oleanType.ts(26,31): error TS2703: The operand of a 'delete' operator must be a property reference.
5 …oleanType.ts(27,31): error TS2703: The operand of a 'delete' operator must be a property reference.
6 …oleanType.ts(30,31): error TS2703: The operand of a 'delete' operator must be a property reference.
7 …oleanType.ts(30,38): error TS2703: The operand of a 'delete' operator must be a property reference.
8 …ooleanType.ts(33,8): error TS2703: The operand of a 'delete' operator must be a property reference.
9 …ooleanType.ts(34,8): error TS2703: The operand of a 'delete' operator must be a property reference.
10 …ooleanType.ts(35,8): error TS2703: The operand of a 'delete' operator must be a property reference.
[all …]
DdeleteOperatorWithEnumType.errors.txt1 …thEnumType.ts(7,31): error TS2703: The operand of a 'delete' operator must be a property reference.
2 …thEnumType.ts(8,31): error TS2703: The operand of a 'delete' operator must be a property reference.
4 …hEnumType.ts(12,32): error TS2703: The operand of a 'delete' operator must be a property reference.
5 …hEnumType.ts(15,31): error TS2703: The operand of a 'delete' operator must be a property reference.
6 …hEnumType.ts(15,38): error TS2703: The operand of a 'delete' operator must be a property reference.
7 …hEnumType.ts(16,31): error TS2703: The operand of a 'delete' operator must be a property reference.
8 …hEnumType.ts(16,38): error TS2703: The operand of a 'delete' operator must be a property reference.
9 …hEnumType.ts(16,46): error TS2703: The operand of a 'delete' operator must be a property reference.
10 …thEnumType.ts(19,8): error TS2703: The operand of a 'delete' operator must be a property reference.
11 …thEnumType.ts(20,8): error TS2703: The operand of a 'delete' operator must be a property reference.
[all …]
DstaticMembersUsingClassTypeParameter.errors.txt1 …rsUsingClassTypeParameter.ts(3,15): error TS2302: Static members cannot reference class type param…
2 …rsUsingClassTypeParameter.ts(4,17): error TS2302: Static members cannot reference class type param…
3 …rsUsingClassTypeParameter.ts(8,15): error TS2302: Static members cannot reference class type param…
4 …rsUsingClassTypeParameter.ts(9,17): error TS2302: Static members cannot reference class type param…
5 …sUsingClassTypeParameter.ts(13,15): error TS2302: Static members cannot reference class type param…
6 …sUsingClassTypeParameter.ts(14,17): error TS2302: Static members cannot reference class type param…
14 !!! error TS2302: Static members cannot reference class type parameters.
17 !!! error TS2302: Static members cannot reference class type parameters.
23 !!! error TS2302: Static members cannot reference class type parameters.
26 !!! error TS2302: Static members cannot reference class type parameters.
[all …]
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/
Dwsi.txt133 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.identity.opaque.reference
135 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.identity.pre_multiplied.reference
137 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.identity.post_multiplied.reference
139 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.identity.inherit.reference
141 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.rotate_90.opaque.reference
143 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.rotate_90.pre_multiplied.reference
145 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.rotate_90.post_multiplied.reference
147 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.rotate_90.inherit.reference
149 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.rotate_180.opaque.reference
151 dEQP-VK.wsi.headless.incremental_present.scale_none.immediate.rotate_180.pre_multiplied.reference
[all …]
/third_party/glslang/Test/baseResults/
Dspv.bufferhandle19_Errors.frag.out2 …: no operation '+' exists that takes a left-hand operand of type ' temp reference' and a right ope…
3 …: no operation '-' exists that takes a left-hand operand of type ' temp reference' and a right ope…
4 …ft-hand operand of type ' const int' and a right operand of type ' temp reference' (or there is no…
5 …ts that takes a left-hand operand of type ' temp reference' and a right operand of type ' temp ref…
6 ERROR: 0:22: 'assign' : cannot convert from ' const int' to ' temp reference'
7 ERROR: 0:23: 'assign' : cannot convert from ' const int' to ' temp reference'
8 ERROR: 0:24: 'assign' : cannot convert from ' temp reference' to ' temp reference'
9 ERROR: 0:25: 'assign' : cannot convert from ' temp reference' to ' temp reference'
10 ERROR: 0:28: 'assign' : cannot convert from ' temp reference' to ' temp reference'
11 ERROR: 0:29: 'assign' : cannot convert from ' temp reference' to ' temp reference'
[all …]
Dspv.bufferhandle17_Errors.frag.out2 ERROR: 0:11: 'qualifier' : variables with reference type can't have qualifier 'const'
3 ERROR: 0:16: 'qualifier' : variables with reference type can't have qualifier 'const'
4 ERROR: 0:18: '==' : can't use with reference types
5 ERROR: 0:18: 'buffer reference math' : required extension not requested: GL_EXT_buffer_reference2
6 …ts that takes a left-hand operand of type ' temp reference' and a right operand of type ' temp ref…
7 ERROR: 0:19: '!=' : can't use with reference types
8 ERROR: 0:19: 'buffer reference math' : required extension not requested: GL_EXT_buffer_reference2
9 …ts that takes a left-hand operand of type ' temp reference' and a right operand of type ' temp ref…
/third_party/libxml2/python/tests/
Dsync.py51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
52 if log != reference:
54 print("Expected: %s" % reference)
63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
64 if log != reference:
66 print("Expected: %s" % reference)
75 reference = "startDocument:startElement foo None:startElement bar2 None:" variable
76 if log != reference:
78 print("Expected: %s" % reference)
91 print("Expected: %s" % reference)
[all …]
/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc78 .def("unit", &Benchmark::Unit, py::return_value_policy::reference) in PYBIND11_MODULE()
79 .def("arg", &Benchmark::Arg, py::return_value_policy::reference) in PYBIND11_MODULE()
80 .def("args", &Benchmark::Args, py::return_value_policy::reference) in PYBIND11_MODULE()
81 .def("range", &Benchmark::Range, py::return_value_policy::reference, in PYBIND11_MODULE()
84 py::return_value_policy::reference, py::arg("start"), in PYBIND11_MODULE()
86 .def("ranges", &Benchmark::Ranges, py::return_value_policy::reference) in PYBIND11_MODULE()
88 py::return_value_policy::reference) in PYBIND11_MODULE()
89 .def("arg_name", &Benchmark::ArgName, py::return_value_policy::reference) in PYBIND11_MODULE()
91 py::return_value_policy::reference) in PYBIND11_MODULE()
93 py::return_value_policy::reference, py::arg("lo1"), py::arg("hi1"), in PYBIND11_MODULE()
[all …]
/third_party/libxml2/result/
Dent_738805.xml.sax22 SAX.reference(a)
26 SAX.reference(a)
32 SAX.reference(a)
33 SAX.reference(b)
37 SAX.reference(a)
42 SAX.reference(a)
47 SAX.reference(a)
48 SAX.reference(b)
54 SAX.reference(a)
55 SAX.reference(b)
[all …]
Dent_738805.xml.sax222 SAX.reference(a)
26 SAX.reference(a)
32 SAX.reference(a)
33 SAX.reference(b)
37 SAX.reference(a)
42 SAX.reference(a)
47 SAX.reference(a)
48 SAX.reference(b)
54 SAX.reference(a)
55 SAX.reference(b)
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/
Dvk-wsi-NOT_SUPPORTED.txt2207 dEQP-VK.wsi.android.display_timing.fifo.reference
2209 dEQP-VK.wsi.android.display_timing.fifo_relaxed.reference
2211 dEQP-VK.wsi.android.display_timing.immediate.reference
2213 dEQP-VK.wsi.android.display_timing.mailbox.reference
2215 dEQP-VK.wsi.android.incremental_present.scale_down.fifo.horizontal_mirror.inherit.reference
2217 dEQP-VK.wsi.android.incremental_present.scale_down.fifo.horizontal_mirror.opaque.reference
2219 dEQP-VK.wsi.android.incremental_present.scale_down.fifo.horizontal_mirror.post_multiplied.reference
2221 dEQP-VK.wsi.android.incremental_present.scale_down.fifo.horizontal_mirror.pre_multiplied.reference
2223 …P-VK.wsi.android.incremental_present.scale_down.fifo.horizontal_mirror_rotate_180.inherit.reference
2225 …QP-VK.wsi.android.incremental_present.scale_down.fifo.horizontal_mirror_rotate_180.opaque.reference
[all …]
Dvk-wsi.txt2205 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.opaque.reference
2207 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.pre_multiplied.reference
2209 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.post_multiplied.reference
2211 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.inherit.reference
2213 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.opaque.reference
2215 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.pre_multiplied.reference
2217 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.post_multiplied.reference
2219 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.inherit.reference
2221 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.opaque.reference
2223 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.pre_multiplied.reference
[all …]

12345678910>>...142