Home
last modified time | relevance | path

Searched refs:object_flags (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
Ddebug_utils.c87 VkDebugReportFlagsEXT object_flags = 0; in util_SubmitDebugUtilsMessageEXT() local
90 debug_utils_AnnotFlagsToReportFlags(messageSeverity, messageTypes, &object_flags); in util_SubmitDebugUtilsMessageEXT()
102 if (!pTrav->is_messenger && pTrav->report.msgFlags & object_flags) { in util_SubmitDebugUtilsMessageEXT()
103 …if (pTrav->report.pfnMsgCallback(object_flags, object_type, object_handle, 0, pCallbackData->messa… in util_SubmitDebugUtilsMessageEXT()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h1691 /* 8*/ OBJECT_ACE_FLAGS object_flags; /* Flags describing the object ACE. */ member