Home
last modified time | relevance | path

Searched refs:tryLoadFile (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/gtests/
DTestFixture.h121 void tryLoadFile(const std::string& path, const std::string& tag, in tryLoadFile() function
444 tryLoadFile(inputFname, "input", &input);
445 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
476 tryLoadFile(inputFname, "input", &input);
477 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
503 tryLoadFile(inputFname, "input", &input);
504 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
537 tryLoadFile(inputFname, "input", &input); in loadFileCompileIoMapAndCheck()
538 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); in loadFileCompileIoMapAndCheck()
568 tryLoadFile(inputFname, "input", &input);
[all …]
DConfig.FromFile.cpp58 tryLoadFile(GlobalTestSettings.testRoot + "/" + testCase.input, "input", &shaderContents); in TEST_P()
59tryLoadFile(GlobalTestSettings.testRoot + "/" + testCase.config, "limits config", &configContents); in TEST_P()
92 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); in TEST_P()
DLink.FromFile.cpp59 tryLoadFile(GlobalTestSettings.testRoot + "/" + fileNames[i], in TEST_P()
83 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); in TEST_P()
DLink.FromFile.Vk.cpp59 tryLoadFile(GlobalTestSettings.testRoot + "/" + fileNames[i], in TEST_P()
99 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); in TEST_P()
DBuiltInResource.FromFile.cpp51 tryLoadFile(path, "expected resource limit", &expectedConfig); in TEST_F()