Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h260 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR; member
Dvk_layer_dispatch_table.h82 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR; member
Dvk_loader_extensions.c108 LOOKUP_GIPA(GetDisplayPlaneSupportedDisplaysKHR, false); in loader_icd_init_entries()
1190 …table->GetDisplayPlaneSupportedDisplaysKHR = (PFN_vkGetDisplayPlaneSupportedDisplaysKHR)gpa(inst, … in loader_init_instance_extension_dispatch_table()
2243 … "GetDisplayPlaneSupportedDisplaysKHR")) return (void *)table->GetDisplayPlaneSupportedDisplaysKHR; in loader_lookup_instance_dispatch_table()
9824 .GetDisplayPlaneSupportedDisplaysKHR = terminator_GetDisplayPlaneSupportedDisplaysKHR,
Dvk_dispatch_table_helper.h1365 …table->GetDisplayPlaneSupportedDisplaysKHR = (PFN_vkGetDisplayPlaneSupportedDisplaysKHR) gpa(insta… in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/loader/
Dwsi.c1915 …VkResult res = disp->GetDisplayPlaneSupportedDisplaysKHR(unwrapped_phys_dev, planeIndex, pDisplayC… in vkGetDisplayPlaneSupportedDisplaysKHR()
1931 if (NULL == icd_term->dispatch.GetDisplayPlaneSupportedDisplaysKHR) { in terminator_GetDisplayPlaneSupportedDisplaysKHR()
1941 …return icd_term->dispatch.GetDisplayPlaneSupportedDisplaysKHR(phys_dev_term->phys_dev, planeIndex,… in terminator_GetDisplayPlaneSupportedDisplaysKHR()