Home
last modified time | relevance | path

Searched refs:GetDisplayPlaneSupportedDisplaysKHR (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h237 GetDisplayPlaneSupportedDisplaysKHR; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h666 table->GetDisplayPlaneSupportedDisplaysKHR = in loader_init_instance_extension_dispatch_table()
762 return (void *)table->GetDisplayPlaneSupportedDisplaysKHR; in loader_lookup_instance_dispatch_table()
Dwsi.c1328 VkResult res = disp->GetDisplayPlaneSupportedDisplaysKHR( in vkGetDisplayPlaneSupportedDisplaysKHR()
1351 assert(icd->GetDisplayPlaneSupportedDisplaysKHR && in terminator_GetDisplayPlaneSupportedDisplaysKHR()
1354 return icd->GetDisplayPlaneSupportedDisplaysKHR( in terminator_GetDisplayPlaneSupportedDisplaysKHR()
Dloader.h241 GetDisplayPlaneSupportedDisplaysKHR; member
Dloader.c155 .GetDisplayPlaneSupportedDisplaysKHR =
1641 LOOKUP_GIPA(GetDisplayPlaneSupportedDisplaysKHR, false);
/external/vulkan-validation-layers/layers/
Dunique_objects.cpp620 VKAPI_ATTR VkResult VKAPI_CALL GetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice,… in GetDisplayPlaneSupportedDisplaysKHR() function
623 …VkResult result = my_map_data->instance_dispatch_table->GetDisplayPlaneSupportedDisplaysKHR(physic… in GetDisplayPlaneSupportedDisplaysKHR()
Dswapchain.cpp894 VKAPI_ATTR VkResult VKAPI_CALL GetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice,… in GetDisplayPlaneSupportedDisplaysKHR() function
935 …result = my_data->instance_dispatch_table->GetDisplayPlaneSupportedDisplaysKHR(physicalDevice, pla… in GetDisplayPlaneSupportedDisplaysKHR()
2442 …eSupportedDisplaysKHR", reinterpret_cast<PFN_vkVoidFunction>(GetDisplayPlaneSupportedDisplaysKHR)}, in intercept_khr_surface_command()