Home
last modified time | relevance | path

Searched refs:objType (Results 1 – 20 of 20) sorted by relevance

/external/vulkan-validation-layers/layers/
Dswapchain.h87 #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 …]
Dobject_tracker.h64 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 …]
Dvk_layer_logging.h241 …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()
Ddevice_limits.cpp687 …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()
Dimage.cpp105 …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()
Dswapchain.cpp1952 …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()
Dparameter_validation.cpp125 …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()
Dcore_validation.cpp10621 …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/
Ddebug_report.c175 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()
Ddebug_report.h131 VkDebugReportObjectTypeEXT objType,
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py39 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:
DJetCreator.py1116 … 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/
DType.cpp1259 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/
DSemaType.cpp5609 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()
DSemaExprObjC.cpp1721 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/
Dcube.c263 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbgFunc() argument
307 VkBool32 BreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in BreakCallback() argument
Dvulkaninfo.c137 dbg_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbg_callback() argument
Dtri.c116 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbgFunc() argument
/external/libxml2/
Dxpath.c1797 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/
Dlayer_validation_tests.cpp109 myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType,
191 myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in myDbgFunc() argument