Searched refs:linkingError (Results 1 – 6 of 6) sorted by relevance
60 bool verifyIOMapping(std::string& linkingError, glslang::TProgram& program) { in verifyIOMapping() argument185 linkingError += "Mismatched cross-stage IO\n"; in verifyIOMapping()232 result.linkingError = program.getInfoDebugLog(); in TEST_P()251 result.linkingError = program.getInfoDebugLog(); in TEST_P()254 success &= verifyIOMapping(result.linkingError, program); in TEST_P()
60 bool verifyIOMapping(std::string& linkingError, glslang::TProgram& program) { in verifyIOMapping() argument230 linkingError += "Mismatched cross-stage IO\n"; in verifyIOMapping()285 result.linkingError = program.getInfoDebugLog(); in TEST_P()298 result.linkingError = program.getInfoDebugLog(); in TEST_P()301 success &= verifyIOMapping(result.linkingError, program); in TEST_P()
74 result.linkingError = program.getInfoDebugLog(); in TEST_P()
83 result.linkingError = program.getInfoDebugLog(); in TEST_P()
76 result.linkingError = program.getInfoDebugLog(); in TEST_P()
177 std::string linkingError; member447 outputIfNotEmpty(result.linkingError); in outputResultToStream()