Home
last modified time | relevance | path

Searched refs:baseResults (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/gtests/
DREADME.md12 the corresponding expected output in the `Test/baseResults/` directory.
23 the `Test/baseResults/` directory with real output from that invocation.
/external/deqp-deps/glslang/Test/
Dbump2 cp localResults/* baseResults/
Druntests4 BASEDIR=baseResults
/external/deqp-deps/glslang/
DREADME.md212 and a subdirectory `baseResults/` that contains the expected results of the
213 tests. Both the tests and `baseResults/` are under source-code control.
216 them, and then compare against the expected results in `baseResults/`. The
220 under the `baseResults/` directory with real output from that invocation.
225 `localResults/` directory and `diff` them against the `baseResults/`.
227 copied from `localResults/` to `baseResults/`. This can be done by
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp1588 const std::vector<LevelCase> baseResults = InvarianceTestInstance::genTessLevelCases(); in genTessLevelCases() local
1593 for (int baseNdx = 0; baseNdx < static_cast<int>(baseResults.size()); ++baseNdx) in genTessLevelCases()
1595 const TessLevels& base = baseResults[baseNdx].levels[0]; in genTessLevelCases()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp4735 const vector<LevelCase> baseResults = PrimitiveSetInvarianceCase::genTessLevelCases(); in genTessLevelCases() local
4740 for (int baseNdx = 0; baseNdx < (int)baseResults.size(); baseNdx++) in genTessLevelCases()
4742 const TessLevels& base = baseResults[baseNdx].levels[0]; in genTessLevelCases()