Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp293 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local
406 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local
468 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local
H A DvktTestCase.cpp656 bool printValidationErrors) in createDebugReportRecorder()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.cpp166 DebugReportRecorder::DebugReportRecorder(bool printValidationErrors) in DebugReportRecorder()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuCommandLine.cpp1209 bool CommandLine::printValidationErrors(void) const in printValidationErrors() function in tcu::CommandLine