Searched refs:printValidationErrors (Results 1 – 6 of 6) sorted by relevance
129 DebugReportRecorder::DebugReportRecorder(bool printValidationErrors) in DebugReportRecorder() argument131 , m_print_errors(printValidationErrors) in DebugReportRecorder()
79 DebugReportRecorder(bool printValidationErrors);
293 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local337 debugReportRecorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceWithExtensions()406 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local430 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceFromInfo()468 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local492 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createUncheckedInstance()
669 bool printValidationErrors) in createDebugReportRecorder() argument672 … return de::MovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(printValidationErrors)); in createDebugReportRecorder()721 … createDebugReportRecorder(vkPlatform, cmdLine.printValidationErrors()) : in DefaultDevice()
242 bool printValidationErrors(void) const;
1234 bool CommandLine::printValidationErrors(void) const in printValidationErrors() function in tcu::CommandLine