Searched defs:dispatchable_object (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | object_tracker.h | 406 static void create_physical_device(VkInstance dispatchable_object, VkPhysicalDevice vkObj, VkDebugR… in create_physical_device() 422 static void create_surface_khr(VkInstance dispatchable_object, VkSurfaceKHR vkObj, VkDebugReportObj… in create_surface_khr() 439 static void destroy_surface_khr(VkInstance dispatchable_object, VkSurfaceKHR object) { in destroy_surface_khr() 565 static void create_queue(VkDevice dispatchable_object, VkQueue vkObj, VkDebugReportObjectTypeEXT ob… in create_queue() 580 static void create_swapchain_image_obj(VkDevice dispatchable_object, VkImage vkObj, VkSwapchainKHR … in create_swapchain_image_obj() 594 static void create_device(VkInstance dispatchable_object, VkDevice vkObj, VkDebugReportObjectTypeEX… in create_device()
|