Searched defs:core_validation (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dcore_validation_types.h630 namespace core_validation { namespace
H A Dcore_validation.cpp55 #include "core_validation.h"
75 namespace core_validation { namespace
10197 // TODO: As part of wrapping up the mem_tracker/core_validation merge the following routine should be consolidated with
12146 } // namespace core_validation
12153 return core_validation::CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
12160 core_validation::DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
12166 core_validation::DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
12173 return core_validation::EnumerateInstanceExtensionProperties(pLayerName, pCount, pProperties);
12178 return core_validation::EnumerateInstanceLayerProperties(pCount, pProperties);
12185 return core_validation
[all...]

Completed in 133 milliseconds