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/
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()
DvktTestCase.cpp482 …tRecorder> 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/modules_no_buildgn/vulkan/
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()
DvktTestCase.cpp482 …tRecorder> 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/
DvkDebugReportUtil.cpp141 DebugReportRecorder::DebugReportRecorder (bool printValidationErrors) in DebugReportRecorder() argument
143 , m_print_errors (printValidationErrors) in DebugReportRecorder()
DvkDebugReportUtil.hpp93 DebugReportRecorder (bool printValidationErrors);
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp233 bool printValidationErrors (void) const;
DtcuCommandLine.cpp971 bool CommandLine::printValidationErrors (void) const { return m_cmdLine.getOption<opt::PrintV… in printValidationErrors() function in tcu::CommandLine