Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dswapchain.h87 #define LOG_ERROR_NON_VALID_OBJ(objType, type, obj) … argument
91 #define LOG_ERROR_NULL_POINTER(objType, type, obj) … argument
95 #define LOG_ERROR_INVALID_COUNT(objType, type, obj, obj2, val, val2) … argument
102 #define LOG_ERROR_WRONG_STYPE(objType, type, obj, val) … argument
108 #define LOG_ERROR_ZERO_VALUE(objType, type, obj) … argument
112 #define LOG_ERROR(objType, type, obj, enm, fmt, ...) … argument
116 #define LOG_ERROR_QUEUE_FAMILY_INDEX_TOO_LARGE(objType, type, obj, val1, val2) … argument
124 #define LOG_PERF_WARNING(objType, type, obj, enm, fmt, ...) … argument
128 #define LOG_WARNING(objType, type, obj, enm, fmt, ...) … argument
132 #define LOG_INFO_WRONG_NEXT(objType, type, obj) … argument
Dobject_tracker.h64 VkDebugReportObjectTypeEXT objType; // Object type identifier member
230 static uint32_t objTypeToIndex(uint32_t objType) { in objTypeToIndex()
406 …evice(VkInstance dispatchable_object, VkPhysicalDevice vkObj, VkDebugReportObjectTypeEXT objType) { in create_physical_device()
422 …rface_khr(VkInstance dispatchable_object, VkSurfaceKHR vkObj, VkDebugReportObjectTypeEXT objType) { in create_surface_khr()
463 VkDebugReportObjectTypeEXT objType, VkCommandBufferLevel level) { in alloc_command_buffer()
517 VkDebugReportObjectTypeEXT objType) { in alloc_descriptor_set()
565 …oid create_queue(VkDevice dispatchable_object, VkQueue vkObj, VkDebugReportObjectTypeEXT objType) { in create_queue()
594 …create_device(VkInstance dispatchable_object, VkDevice vkObj, VkDebugReportObjectTypeEXT objType) { in create_device()
Dvk_layer_logging.h241 …PI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uin… in log_callback()
255 …TR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in win32_debug_output_msg()
Ddevice_limits.cpp687 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in vkDebugReportMessageEXT()
Dswapchain.cpp1952 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in vkDebugReportMessageEXT()
Dimage.cpp105 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in vkDebugReportMessageEXT()
Dparameter_validation.cpp125 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in vkDebugReportMessageEXT()
Dcore_validation.cpp10621 …ssageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uin… in vkDebugReportMessageEXT()
/external/vulkan-validation-layers/loader/
Ddebug_report.c175 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in debug_report_DebugReportMessage()
267 VkDebugReportObjectTypeEXT objType, in terminator_DebugReportMessage()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py39 def __init__ (self, objType, objSave, currentSegmentName): argument
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c137 dbg_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbg_callback()
Dcube.c263 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbgFunc()
307 VkBool32 BreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in BreakCallback()
Dtri.c116 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbgFunc()
/external/clang/lib/AST/
DType.cpp1259 if (auto *objType = splitType.Ty->getAs<ObjCObjectType>()) { in stripObjCKindOfType() local
/external/libxml2/
Dxpath.c1797 xmlXPathObjectType objType) in xmlXPathDebugObjUsageRequested()
1951 xmlXPathObjectType objType) in xmlXPathDebugObjUsageReleased()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1721 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType() local
DSemaType.cpp5609 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp191 myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in myDbgFunc()