Lines Matching refs:object
30 …bugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, …
52 uint64_t object,
95 uint64_t object,
104 void Info(ObjectType object, const char* format, ...) const in Info() argument
108 PrintV(VK_DEBUG_REPORT_INFORMATION_BIT_EXT, GetObjectType(object), in Info()
109 GetObjectUInt64(object), format, ap); in Info()
114 void Warn(ObjectType object, const char* format, ...) const in Warn() argument
118 PrintV(VK_DEBUG_REPORT_WARNING_BIT_EXT, GetObjectType(object), in Warn()
119 GetObjectUInt64(object), format, ap); in Warn()
124 void Err(ObjectType object, const char* format, ...) const in Err() argument
128 PrintV(VK_DEBUG_REPORT_ERROR_BIT_EXT, GetObjectType(object), in Err()
129 GetObjectUInt64(object), format, ap); in Err()
147 static uint64_t GetObjectUInt64(ObjectType object) { in GetObjectUInt64() argument
148 return uint64_t(object); in GetObjectUInt64()
155 uint64_t object,