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

/external/vulkan-validation-layers/loader/
H A Ddebug_report.h117 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
H A Ddebug_report.c267 VkDebugReportObjectTypeEXT objType, uint64_t object,
272 inst->disp->layer_inst_disp.DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
424 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
433 icd_term->dispatch.DebugReportMessageEXT(icd_term->instance, flags, objType, object, location, msgCode, pLayerPrefix,
441 util_DebugReportMessage(inst, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
266 debug_report_DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
423 terminator_DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
/external/vulkan-validation-layers/layers/
H A Dvk_layer_logging.h387 static inline VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, argument
395 srcObject, objType, (unsigned long)location, msgCode, pMsg);
401 static inline VKAPI_ATTR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, argument
411 msg_flags, (size_t)srcObject, objType, location, msgCode, pMsg);
419 static inline VKAPI_ATTR VkBool32 VKAPI_CALL DebugBreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, argument
H A Dthreading.cpp417 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
419 threading::DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
416 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
H A Dobject_tracker_utils.cpp592 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
595 pInstanceTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
591 DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
H A Dcore_validation.cpp11496 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
11499 instance_data->dispatch_table.DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
11495 DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg) argument
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py39 def __init__ (self, objType, objSave, currentSegmentName):
40 self.objType = objType
47 if self.objType == JetDefs.MAIN_SEGLIST:
62 elif self.objType == JetDefs.MAIN_EVENTLIST:
H A 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_EVENTLIST and self.clipBoard.currentSegmentName == self.currentSegmentName:
/external/clang/lib/AST/
H A DType.cpp1259 if (auto *objType = splitType.Ty->getAs<ObjCObjectType>()) {
1260 if (!objType->isKindOfType())
1264 = objType->getBaseType().stripObjCKindOfType(ctx);
1267 objType->getTypeArgsAsWritten(),
1268 objType->getProtocols(),
/external/clang/lib/Sema/
H A DSemaType.cpp5919 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() local
5923 if (!objType) {
5934 objType->getBaseType(), objType->getTypeArgsAsWritten(),
5935 objType->getProtocols(),
5936 /*isKindOf=*/objType->isObjCUnqualifiedId() ? false : true);
H A DSemaExprObjC.cpp1718 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); local
1719 if (ObjCInterfaceDecl *iface = objType->getInterface()) {
1731 for (const auto *I : objType->quals())
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp1145 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, argument
1149 inst->layer_disp.DebugReportMessageEXT(vk_inst, flags, objType, object, location, msgCode, pLayerPrefix,
/external/libxml2/
H A Dxpath.c1796 xmlXPathObjectType objType)
1808 switch (objType) {
1845 switch (objType) {
1950 xmlXPathObjectType objType)
1962 switch (objType) {
1999 switch (objType) {
1795 xmlXPathDebugObjUsageRequested(xmlXPathContextPtr ctxt, xmlXPathObjectType objType) argument
1949 xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt, xmlXPathObjectType objType) argument
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/vulkan-validation-layers/demos/
H A Dcube.c293 VKAPI_ATTR VkBool32 VKAPI_CALL BreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, argument
458 VKAPI_ATTR VkBool32 VKAPI_CALL dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location, argument
H A Dvulkaninfo.c194 static VKAPI_ATTR VkBool32 VKAPI_CALL DbgCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, argument
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp133 static VKAPI_ATTR VkBool32 VKAPI_CALL myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject,
399 static VKAPI_ATTR VkBool32 VKAPI_CALL myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject,
[all...]
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 678 milliseconds