Searched defs:printValidationErrors (Results 1 – 4 of 4) sorted by relevance
229 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local318 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local354 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local
379 …tRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, bool printValidationErrors) in createDebugReportRecorder()
139 DebugReportRecorder::DebugReportRecorder (bool printValidationErrors) in DebugReportRecorder()
922 bool CommandLine::printValidationErrors (void) const { return m_cmdLine.getOption<opt::PrintV… in printValidationErrors() function in tcu::CommandLine