Home
last modified time | relevance | path

Searched refs:printValidationErrors (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp129 DebugReportRecorder::DebugReportRecorder(bool printValidationErrors) in DebugReportRecorder() argument
131 , m_print_errors(printValidationErrors) in DebugReportRecorder()
DvkDebugReportUtil.hpp79 DebugReportRecorder(bool printValidationErrors);
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp293 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local
337 debugReportRecorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceWithExtensions()
406 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local
430 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceFromInfo()
468 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local
492 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createUncheckedInstance()
DvktTestCase.cpp669 bool printValidationErrors) in createDebugReportRecorder() argument
672 … return de::MovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(printValidationErrors)); in createDebugReportRecorder()
721 … createDebugReportRecorder(vkPlatform, cmdLine.printValidationErrors()) : in DefaultDevice()
/external/deqp/framework/common/
DtcuCommandLine.hpp242 bool printValidationErrors(void) const;
DtcuCommandLine.cpp1234 bool CommandLine::printValidationErrors(void) const in printValidationErrors() function in tcu::CommandLine