/external/vulkan-validation-layers/layers/ |
D | swapchain.h | 87 #define LOG_ERROR_NON_VALID_OBJ(objType, type, obj) … argument 88 …(my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj… 91 #define LOG_ERROR_NULL_POINTER(objType, type, obj) … argument 92 …(my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj… 95 #define LOG_ERROR_INVALID_COUNT(objType, type, obj, obj2, val, val2) … argument 96 …(my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj… 102 #define LOG_ERROR_WRONG_STYPE(objType, type, obj, val) … argument 103 …(my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj… 108 #define LOG_ERROR_ZERO_VALUE(objType, type, obj) … argument 109 …(my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj… [all …]
|
D | object_tracker.h | 64 VkDebugReportObjectTypeEXT objType; // Object type identifier member 230 static uint32_t objTypeToIndex(uint32_t objType) { in objTypeToIndex() argument 231 uint32_t index = objType; in objTypeToIndex() 300 VkObjectType objType, 311 …log_msg(mdd(dispatchable_object), msg_flags, pNode->objType, vkObj, __LINE__, OBJTRACK_UNKNOWN_OBJ… 312 … "OBJECT VALIDATION WARNING: %s object 0x%" PRIxLEAST64 ": %s", string_VkObjectType(objType), 322 static_cast<uint64_t>(vkObj), string_VkObjectType(objType)); 349 …device(VkInstance dispatchable_object, VkPhysicalDevice vkObj, VkDebugReportObjectTypeEXT objType); 350 …te_instance(VkInstance dispatchable_object, VkInstance object, VkDebugReportObjectTypeEXT objType); 351 …d create_device(VkDevice dispatchable_object, VkDevice object, VkDebugReportObjectTypeEXT objType); [all …]
|
D | vk_layer_logging.h | 241 …l32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObje… in log_callback() argument 249 srcObject, objType, (unsigned long)location, msgCode, pMsg); in log_callback() 255 …TR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in win32_debug_output_msg() argument 265 msg_flags, (size_t)srcObject, objType, location, msgCode, pMsg); in win32_debug_output_msg()
|
D | device_limits.cpp | 687 …nstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, in vkDebugReportMessageEXT() argument 690 …my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location… in vkDebugReportMessageEXT()
|
D | image.cpp | 105 …nstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, in vkDebugReportMessageEXT() argument 108 …my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location… in vkDebugReportMessageEXT()
|
D | swapchain.cpp | 1952 …nstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, in vkDebugReportMessageEXT() argument 1955 …my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location… in vkDebugReportMessageEXT()
|
D | parameter_validation.cpp | 125 …nstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, in vkDebugReportMessageEXT() argument 128 …pTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, p… in vkDebugReportMessageEXT()
|
D | core_validation.cpp | 10621 …nstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, in vkDebugReportMessageEXT() argument 10624 …my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location… in vkDebugReportMessageEXT()
|
/external/vulkan-validation-layers/loader/ |
D | debug_report.c | 175 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in debug_report_DebugReportMessage() argument 179 inst->disp->DebugReportMessageEXT(instance, flags, objType, object, in debug_report_DebugReportMessage() 267 VkDebugReportObjectTypeEXT objType, in terminator_DebugReportMessage() argument 277 icd->DebugReportMessageEXT(icd->instance, flags, objType, object, in terminator_DebugReportMessage() 288 util_DebugReportMessage(inst, flags, objType, object, location, msgCode, in terminator_DebugReportMessage()
|
D | debug_report.h | 131 VkDebugReportObjectTypeEXT objType,
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetUtils.py | 39 def __init__ (self, objType, objSave, currentSegmentName): argument 40 self.objType = objType 47 if self.objType == JetDefs.MAIN_SEGLIST: 62 elif self.objType == JetDefs.MAIN_EVENTLIST:
|
D | JetCreator.py | 1116 … if self.currentCtrl == JetDefs.MAIN_SEGLIST and self.clipBoard.objType == JetDefs.MAIN_SEGLIST: 1121 …elif self.currentCtrl == JetDefs.MAIN_EVENTLIST and self.clipBoard.objType == JetDefs.MAIN_EVENTLI…
|
/external/clang/lib/AST/ |
D | Type.cpp | 1259 if (auto *objType = splitType.Ty->getAs<ObjCObjectType>()) { in stripObjCKindOfType() local 1260 if (!objType->isKindOfType()) in stripObjCKindOfType() 1264 = objType->getBaseType().stripObjCKindOfType(ctx); in stripObjCKindOfType() 1267 objType->getTypeArgsAsWritten(), in stripObjCKindOfType() 1268 objType->getProtocols(), in stripObjCKindOfType()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 5609 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType() local 5613 if (!objType) { in checkObjCKindOfType() 5622 QualType equivType = Context.getObjCObjectType(objType->getBaseType(), in checkObjCKindOfType() 5623 objType->getTypeArgsAsWritten(), in checkObjCKindOfType() 5624 objType->getProtocols(), in checkObjCKindOfType()
|
D | SemaExprObjC.cpp | 1721 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType() local 1722 if (ObjCInterfaceDecl *iface = objType->getInterface()) { in LookupMethodInObjectType() 1734 for (const auto *I : objType->quals()) in LookupMethodInObjectType()
|
/external/vulkan-validation-layers/demos/ |
D | cube.c | 263 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbgFunc() argument 307 VkBool32 BreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in BreakCallback() argument
|
D | vulkaninfo.c | 137 dbg_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbg_callback() argument
|
D | tri.c | 116 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbgFunc() argument
|
/external/libxml2/ |
D | xpath.c | 1797 xmlXPathObjectType objType) in xmlXPathDebugObjUsageRequested() argument 1809 switch (objType) { in xmlXPathDebugObjUsageRequested() 1846 switch (objType) { in xmlXPathDebugObjUsageRequested() 1951 xmlXPathObjectType objType) in xmlXPathDebugObjUsageReleased() argument 1963 switch (objType) { in xmlXPathDebugObjUsageReleased() 2000 switch (objType) { in xmlXPathDebugObjUsageReleased()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 109 myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, 191 myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in myDbgFunc() argument
|