Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp91 …xt& context, Move<VkInstance> instance, bool enableDebugReportRecorder, bool printValidationErrors) in CustomInstance() argument
95 …ReportRecorder ? (new DebugReportRecorder(*m_driver, *m_instance, printValidationErrors)) : nullpt… in CustomInstance()
159 … vk::VkAllocationCallbacks* pAllocator, bool enableDebugReportRecorder, bool printValidationErrors) in UncheckedInstance() argument
164 …nce != DE_NULL) ? (new DebugReportRecorder(*m_driver, m_instance, printValidationErrors)) : nullpt… in UncheckedInstance()
218 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceWithExtensions() local
246 return CustomInstance(context, instance, validationEnabled, printValidationErrors); in createCustomInstanceWithExtensions()
289 const bool printValidationErrors = cmdLine.printValidationErrors(); in createCustomInstanceFromInfo() local
308 …ntext, vk::createInstance(vkp, &createInfo, pAllocator), validationEnabled, printValidationErrors); in createCustomInstanceFromInfo()
318 const bool printValidationErrors = cmdLine.printValidationErrors(); in createUncheckedInstance() local
341 *instance = UncheckedInstance(context, raw_instance, pAllocator, addLayers, printValidationErrors); in createUncheckedInstance()
DvktCustomInstancesDevices.hpp55 …xt, vk::Move<vk::VkInstance> instance, bool enableDebugReportRecorder, bool printValidationErrors);
77 …vk::VkAllocationCallbacks* pAllocator, bool enableDebugReportRecorder, bool printValidationErrors);
DvktTestCase.cpp377 …erface& vkp, const vk::InstanceInterface& vki, vk::VkInstance instance, bool printValidationErrors) in createDebugReportRecorder() argument
380 …ovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(vki, instance, printValidationErrors)); in createDebugReportRecorder()
402 cmdLine.printValidationErrors()) in DefaultDevice()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp161 …DebugReportRecorder (const InstanceInterface& vki, VkInstance instance, bool printValidationErrors) in DebugReportRecorder() argument
164 , m_print_errors (printValidationErrors) in DebugReportRecorder()
DvkDebugReportUtil.hpp91 …bugReportRecorder (const InstanceInterface& vki, VkInstance instance, bool printValidationErrors);
/external/deqp/framework/common/
DtcuCommandLine.hpp231 bool printValidationErrors (void) const;
DtcuCommandLine.cpp850 bool CommandLine::printValidationErrors (void) const { return m_cmdLine.getOption<opt::PrintV… in printValidationErrors() function in tcu::CommandLine
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiToolingInfoTests.cpp83 …stance, !enabledLayers.empty(), context.getTestContext().getCommandLine().printValidationErrors()); in createCustomInstance()