Lines Matching refs:testDir

460     void loadFileCompileAndCheck(const std::string& testDir,
474 const std::string inputFname = testDir + "/" + testName;
476 testDir + baseDir + testName + ".out";
499 void loadFileCompileAndCheckWithOptions(const std::string &testDir,
509 const std::string inputFname = testDir + "/" + testName;
510 const std::string expectedOutputFname = testDir + baseDir + testName + ".out";
528 void loadFileCompileFlattenUniformsAndCheck(const std::string& testDir,
535 const std::string inputFname = testDir + "/" + testName;
537 testDir + "/baseResults/" + testName + ".out";
555 void loadFileCompileIoMapAndCheck(const std::string& testDir,
569 const std::string inputFname = testDir + "/" + testName;
571 testDir + "/baseResults/" + testName + ".out";
592 void loadFileCompileRemapAndCheck(const std::string& testDir,
600 const std::string inputFname = testDir + "/" + testName;
602 testDir + "/baseResults/" + testName + ".out";
619 void loadFileRemapAndCheck(const std::string& testDir,
626 const std::string inputFname = testDir + "/" + testName;
628 testDir + "/baseResults/" + testName + ".out";
673 void loadFilePreprocessAndCheck(const std::string& testDir,
676 const std::string inputFname = testDir + "/" + testName;
678 testDir + "/baseResults/" + testName + ".out";
680 testDir + "/baseResults/" + testName + ".err";
699 void loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck(const std::string& testDir,
706 const std::string inputFname = testDir + "/" + testName;
707 const std::string expectedOutputFname = testDir + "/baseResults/" + testName + ".out";