Home
last modified time | relevance | path

Searched refs:mustpass (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/openglcts/scripts/
Dmustpass.py88 def getSrcDir (mustpass): argument
89 return os.path.join(mustpass.project.path, mustpass.version, "src")
91 def getTmpDir (mustpass): argument
92 return os.path.join(mustpass.project.path, mustpass.version, "tmp")
100 def getDstDir(mustpass): argument
101 return os.path.join(mustpass.project.path, mustpass.version)
103 def getDstCaseListPath (mustpass, package, configuration): argument
104 return os.path.join(getDstDir(mustpass), getCaseListFileName(package, configuration))
200 def readPatternLists (mustpass): argument
202 for package in mustpass.packages:
[all …]
Dbuild_mustpass.py28 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists
1188mustpass = [Mustpass(project = GL_CTS_KHR_MP_PROJECT, version = "4.6.0.x", isCurrent=False, packag…
1194 return mustpass
/external/deqp/scripts/
Dmustpass.py106 def getSrcDir (mustpass): argument
107 return os.path.join(mustpass.project.path, mustpass.version, "src")
109 def getTmpDir (mustpass): argument
110 return os.path.join(mustpass.project.path, mustpass.version, "tmp")
119 def getDstCaseListPath (mustpass, package, configuration): argument
120 …return os.path.join(mustpass.project.path, mustpass.version, getCaseListFileName(package, configur…
209 def readPatternLists (mustpass): argument
211 for package in mustpass.packages:
215 lists[filter.filename] = readPatternList(os.path.join(getSrcDir(mustpass), filter.filename))
277 def insertXMLHeaders (mustpass, doc): argument
[all …]
Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,…
/external/mesa3d/.gitlab-ci/
Dbuild-deqp.sh37 mkdir /deqp/mustpass
38 cp /VK-GL-CTS/external/vulkancts/mustpass/master/vk-default.txt \
39 /deqp/mustpass/vk-master.txt
42 /deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.6.x/*.txt \
43 /deqp/mustpass/.
45 /deqp/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.1.x/*-master.txt \
46 /deqp/mustpass/.
55 rm -rf /deqp/external/openglcts/modules/gl_cts/data/mustpass
Ddeqp-runner.sh48 cp /deqp/mustpass/vk-$DEQP_VARIANT.txt /tmp/case-list.txt
51 cp /deqp/mustpass/$DEQP_VER-$DEQP_VARIANT.txt /tmp/case-list.txt
55 cp /deqp/mustpass/$DEQP_VER-$DEQP_VARIANT.txt /tmp/case-list.txt
/external/deqp/external/vulkancts/scripts/
Dverify_submission.py52 def verifyTestLogs (package, mustpass): argument
56 messages += verifyTestLog(os.path.join(package.basePath, testLogFile), mustpass)
63 def verifyPackage (package, mustpass): argument
70 messages += verifyTestLogs(package, mustpass)
85 mustpass = readMustpass(mustpassPath) variable
86 messages = verifyPackage(package, mustpass)
Dbuild_mustpass.py31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,…
/external/deqp/scripts/verify/
Dverify.py53 def verifyTestLog (filename, mustpass): argument
59 assert len(mustpass) == len(set(mustpass))
62 if len(results) != len(mustpass):
63 …r(filename, "Wrong number of test results, expected %d, found %d" % (len(mustpass), len(results))))
74 for ndx in xrange(len(mustpass)):
75 caseName = mustpass[ndx]
89 if len(results) == len(mustpass) and not resultOrderOk:
/external/deqp/external/openglcts/scripts/verify/
Dverify_es.py119 for mustpass in mustpassCases:
120 mustpassXML = os.path.join(mustpass, "mustpass.xml")
153 matches = [m for l in mustpassCases[mustpass] for m in (p.match(l),) if m]
202 mustpass = readMustpass(mustpassFile)
203 messages_log = verifyTestLog(os.path.join(package.basePath, runLog), mustpass)
/external/deqp/external/vulkancts/mustpass/
D.gitignore2 mustpass.xml
/external/deqp/external/vulkancts/mustpass/master/src/
Dandroid-tests.txt2 # tests are excluded from Khronos CTS mustpass as they are
/external/deqp/external/vulkancts/
DREADME.md110 Current mustpass is checked into repository and can be found at:
112 external/vulkancts/mustpass/master/vk-default.txt
114 Vulkan CTS mustpass can be re-generated by running:
124 --deqp-caselist-file=<vulkancts>/external/vulkancts/mustpass/master/vk-default.txt
166 …--deqp-fraction-mandatory-caselist-file=<vulkancts>external/vulkancts/mustpass/master/vk-fraction-…
184 adb push <vulkancts>/external/vulkancts/mustpass/master/vk-default.txt /sdcard/vk-default.txt
321 and path to current mustpass list. For example:
323 …kancts/scripts/verify_submission.py VK_11_Khronos_1/ external/vulkancts/mustpass/master/vk-default…
/external/deqp/android/cts/master/src/
Dvk-test-issues.txt7 # Not in 1.1.3 khronos mustpass
/external/mesa3d/docs/relnotes/
D8.0.1.rst53 [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview
D11.1.0.rst238 [Regression bisected] Ogles1conform mustpass.c fail
D20.3.0.rst1543 - freedreno/fdl: Add layout test for the Android CTS's MSAA mustpass surface.
4190 - ci: Enable remaining (non-rotate) mustpass CTS tests
/external/angle/src/tests/
DBUILD.gn496 "$gles1_conform_root/conform/conform/mustpass.c",
1095 "$deqp_path/external/openglcts/data/mustpass/gles/aosp_mustpass/master"
1097 "$deqp_path/external/openglcts/data/mustpass/gles/khronos_mustpass/master"