Lines Matching defs:object
37 VkBool32 VKAPI_CALL test_DebugReportCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object,
125 [[maybe_unused]] uint64_t object, [[maybe_unused]] size_t location,
304 // Test report created outside of vkCreateInstance with a manual info message of the wrong object type to be logged.
756 VkDebugUtilsObjectNameInfoEXT object{VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT};
757 object.objectType = VK_OBJECT_TYPE_INSTANCE;
758 object.objectHandle = (uint64_t)inst;
762 message_data.pObjects = &object;
774 // Test messenger created outside of vkCreateInstance with a manual info message of the wrong object type to be logged.
796 VkDebugUtilsObjectNameInfoEXT object{VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT};
797 object.objectType = VK_OBJECT_TYPE_COMMAND_POOL;
798 object.objectHandle = (uint64_t)inst;
802 message_data.pObjects = &object;
836 VkDebugUtilsObjectNameInfoEXT object{VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT};
837 object.objectType = VK_OBJECT_TYPE_INSTANCE;
838 object.objectHandle = (uint64_t)inst;
842 message_data.pObjects = &object;
983 marker_object_tag.object = (uint64_t)(uintptr_t)swapchain;
987 marker_object_tag.object = (uint64_t)(uintptr_t)phys_dev;
991 marker_object_tag.object = (uint64_t)surface;
995 marker_object_tag.object = (uint64_t)(uintptr_t)inst.inst;
1000 marker_object_name.object = (uint64_t)(uintptr_t)swapchain;
1004 marker_object_name.object = (uint64_t)(uintptr_t)phys_dev;
1008 marker_object_name.object = (uint64_t)surface;
1012 marker_object_name.object = (uint64_t)(uintptr_t)inst.inst;
1208 info.object = (uint64_t)device.dev;
1213 info.object = (uint64_t)phys_dev;
1217 info.object = (uint64_t)inst.inst;
1226 info.object = (uint64_t)device.dev;
1231 info.object = (uint64_t)phys_dev;
1235 info.object = (uint64_t)inst.inst;