Home
last modified time | relevance | path

Searched defs:objType (Results 1 – 18 of 18) sorted by relevance

/external/vulkan-validation-layers/loader/
Ddebug_report.c294 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
460 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h356 …PI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uin… in log_callback()
370 …TR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in win32_debug_output_msg()
Dunique_objects.cpp518VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in DebugReportMessageEXT()
690VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in vkDebugReportMessageEXT()
Dthreading.cpp412 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in vkDebugReportMessageEXT()
Dimage.cpp108 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in DebugReportMessageEXT()
1547 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in vkDebugReportMessageEXT()
Dswapchain.cpp2283VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in DebugReportMessageEXT()
2516VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in vkDebugReportMessageEXT()
Dobject_tracker.cpp2997VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in DebugReportMessageEXT()
4158VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in vkDebugReportMessageEXT()
Dparameter_validation.cpp141VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in DebugReportMessageEXT()
5536VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in vkDebugReportMessageEXT()
Dcore_validation.cpp11809 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in DebugReportMessageEXT()
12164 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in vkDebugReportMessageEXT()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py39 def __init__ (self, objType, objSave, currentSegmentName): argument
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c164 dbg_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbg_callback()
Dcube.c267 BreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in BreakCallback()
421 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbgFunc()
/external/libxml2/
Dxpath.c1796 xmlXPathObjectType objType) in xmlXPathDebugObjUsageRequested()
1950 xmlXPathObjectType objType) in xmlXPathDebugObjUsageReleased()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1718 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType() local
DSemaType.cpp5919 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType() local
/external/clang/lib/AST/
DType.cpp1259 if (auto *objType = splitType.Ty->getAs<ObjCObjectType>()) { in stripObjCKindOfType() local
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp1143 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in vkDebugReportMessageEXT()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp270 …VKAPI_ATTR VkBool32 VKAPI_CALL myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uin… in myDbgFunc()