Searched defs:printValidationErrors (Results 1 – 6 of 6) sorted by relevance
141 DebugReportRecorder::DebugReportRecorder (bool printValidationErrors) in DebugReportRecorder()
278 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local376 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local422 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local
482 …tRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, bool printValidationErrors) in createDebugReportRecorder()
279 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local377 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local423 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local
516 …tRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, bool printValidationErrors) in createDebugReportRecorder()
1072 bool CommandLine::printValidationErrors (void) const { return m_cmdLine.getOption<opt::PrintV… in printValidationErrors() function in tcu::CommandLine