/third_party/vk-gl-cts/scripts/ |
D | convert_case_list_to_xml.py | 26 def __init__(self, casePath, description, caseType): argument 42 def createAncestors(casePath): argument 79 casePath = m.group(1) variable
|
D | mustpass.py | 259 def appendToHierarchy (root, casePath): argument
|
/third_party/vk-gl-cts/executor/ |
D | xeBatchResult.cpp | 50 TestCaseResultData::TestCaseResultData (const char* casePath) in TestCaseResultData() 96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult() 103 TestCaseResultPtr BatchResult::createTestCaseResult (const char* casePath) in createTestCaseResult()
|
D | xeTestLogParser.cpp | 118 const char* casePath = m_containerParser.getTestCasePath(); in parse() local
|
D | xeBatchExecutor.cpp | 138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeTestResultParser.cpp | 272 static TestCaseType getTestCaseTypeFromPath (const char* casePath) in getTestCaseTypeFromPath()
|
D | xeTestCaseResult.hpp | 119 std::string casePath; //!< Full test case path. member in xe::TestCaseResultHeader
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeExtractSampleLists.cpp | 43 void writeSampleList (const char* casePath, int listNdx, const xe::ri::SampleList& sampleList) in writeSampleList() 78 void extractSampleLists (const char* casePath, int* listNdx, const xe::ri::List& items) in extractSampleLists() 112 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeExtractShaderPrograms.cpp | 77 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::… in writeShaderProgram() 108 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const x… in extractShaderPrograms() 153 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeBatchResultToXml.cpp | 154 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult() 242 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult() 259 de::FilePath casePath = de::FilePath::join(m_dstPath, (result.casePath + ".xml").c_str()); in testCaseResultComplete() local
|
D | xeExtractValues.cpp | 58 string casePath; member 139 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeTestLogCompare.cpp | 138 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult() 236 …TestCaseResultHeader>& headers, const vector<ShortBatchResult>& batchResults, const char* casePath) in getTestResultHeaders()
|
D | xeBatchResultToJUnit.cpp | 95 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeMergeTestLogs.cpp | 96 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeCommandLineExecutor.cpp | 211 bool checkCasePathPatternMatch (const char* pattern, const char* casePath, bool isTestGroup) in checkCasePathPatternMatch() 366 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestSessionExecutor.cpp | 182 void TestSessionExecutor::enterTestGroup (const std::string& casePath) in enterTestGroup() 187 void TestSessionExecutor::leaveTestGroup (const std::string& casePath) in leaveTestGroup() 192 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath) in enterTestCase()
|
D | tcuCommandLine.cpp | 999 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath) in checkTestCaseName()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuRandomOrderExecutor.cpp | 180 TestStatus RandomOrderExecutor::execute(const std::string &casePath) in execute() 196 tcu::TestStatus RandomOrderExecutor::executeInner(TestCase *testCase, const std::string &casePath) in executeInner()
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
D | testmain.cpp | 100 bool GetCasePath(tcu::TestNode *node, std::vector<tcu::TestNode *> &casePath, std::vector<std::stri… in GetCasePath()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 131 vk::ProgramBinary* buildProgram (const std::string& casePath, in buildProgram() 256 void TestCaseExecutor::init (tcu::TestCase* testCase, const std::string& casePath) in init()
|
D | vktBuildPrograms.cpp | 428 const string casePath = iterator.getNodePath(); in buildPrograms() local
|