Searched refs:printValidationErrors (Results 1 – 8 of 8) sorted by relevance
278 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local321 debugReportRecorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceWithExtensions()376 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local400 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceFromInfo()422 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local448 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createUncheckedInstance()
482 …tRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, bool printValidationErrors) in createDebugReportRecorder() argument485 return de::MovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(printValidationErrors)); in createDebugReportRecorder()505 ? createDebugReportRecorder(vkPlatform, cmdLine.printValidationErrors()) in DefaultDevice()
141 DebugReportRecorder::DebugReportRecorder (bool printValidationErrors) in DebugReportRecorder() argument143 , m_print_errors (printValidationErrors) in DebugReportRecorder()
93 DebugReportRecorder (bool printValidationErrors);
233 bool printValidationErrors (void) const;
971 bool CommandLine::printValidationErrors (void) const { return m_cmdLine.getOption<opt::PrintV… in printValidationErrors() function in tcu::CommandLine