Home
last modified time | relevance | path

Searched refs:printValidationErrors (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp279 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local
322 debugReportRecorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceWithExtensions()
377 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local
401 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceFromInfo()
423 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local
447 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createUncheckedInstance()
H A DvktTestCase.cpp516 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, bool printValidationErrors) in createDebugReportRecorder() argument
519 return de::MovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(printValidationErrors)); in createDebugReportRecorder()
563 ? createDebugReportRecorder(vkPlatform, cmdLine.printValidationErrors()) in DefaultDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktCustomInstancesDevices.cpp278 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local
321 debugReportRecorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceWithExtensions()
376 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local
400 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceFromInfo()
422 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local
448 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createUncheckedInstance()
H A DvktTestCase.cpp482 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, bool printValidationErrors) in createDebugReportRecorder() argument
485 return de::MovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(printValidationErrors)); in createDebugReportRecorder()
505 ? createDebugReportRecorder(vkPlatform, cmdLine.printValidationErrors()) in DefaultDevice()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.cpp141 DebugReportRecorder::DebugReportRecorder (bool printValidationErrors) in DebugReportRecorder() argument
143 , m_print_errors (printValidationErrors) in DebugReportRecorder()
H A DvkDebugReportUtil.hpp93 DebugReportRecorder (bool printValidationErrors);
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp233 bool printValidationErrors (void) const;
H A DtcuCommandLine.cpp1072 bool CommandLine::printValidationErrors (void) const { return m_cmdLine.getOption<opt::PrintValidationErrors>(); } in printValidationErrors() function in tcu::CommandLine

Completed in 11 milliseconds