Home
last modified time | relevance | path

Searched defs:printValidationErrors (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp229 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local
318 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local
354 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local
DvktTestCase.cpp379 …tRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, bool printValidationErrors) in createDebugReportRecorder()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp139 DebugReportRecorder::DebugReportRecorder (bool printValidationErrors) in DebugReportRecorder()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp922 bool CommandLine::printValidationErrors (void) const { return m_cmdLine.getOption<opt::PrintV… in printValidationErrors() function in tcu::CommandLine