Searched refs:GetDisplayPlaneSupportedDisplaysKHR (Results 1 - 7 of 7) sorted by relevance
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 260 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR; member
|
H A D | vk_layer_dispatch_table.h | 87 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR; member
|
H A D | vk_dispatch_table_helper.h | 807 table->GetDisplayPlaneSupportedDisplaysKHR = in layer_init_instance_dispatch_table()
|
H A D | vk_loader_extensions.c | 111 LOOKUP_GIPA(GetDisplayPlaneSupportedDisplaysKHR); in loader_icd_init_entries() 1274 table->GetDisplayPlaneSupportedDisplaysKHR = (PFN_vkGetDisplayPlaneSupportedDisplaysKHR)gpa(inst, "vkGetDisplayPlaneSupportedDisplaysKHR"); in loader_init_instance_extension_dispatch_table() 3050 if (!strcmp(name, "GetDisplayPlaneSupportedDisplaysKHR")) return (void *)table->GetDisplayPlaneSupportedDisplaysKHR; in loader_lookup_instance_dispatch_table() 12107 .GetDisplayPlaneSupportedDisplaysKHR = terminator_GetDisplayPlaneSupportedDisplaysKHR,
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 4115 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR = in TEST() local 4117 ASSERT_EQ(GetDisplayPlaneSupportedDisplaysKHR, nullptr); in TEST() 4130 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR = in TEST() local 4132 ASSERT_EQ(GetDisplayPlaneSupportedDisplaysKHR, nullptr); in TEST() 4165 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR = in TEST() local 4167 ASSERT_NE(GetDisplayPlaneSupportedDisplaysKHR, nullptr); in TEST() 4176 ASSERT_EQ(VK_SUCCESS, GetDisplayPlaneSupportedDisplaysKHR(physical_device, 0, &disp_count, nullptr)); in TEST() 4179 ASSERT_EQ(VK_SUCCESS, GetDisplayPlaneSupportedDisplaysKHR(physical_device, 0, &disp_count, disps.data())); in TEST() 4240 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR = in TEST() local 4242 ASSERT_NE(GetDisplayPlaneSupportedDisplaysKHR, nullpt in TEST() [all...] |
/third_party/vulkan-loader/loader/ |
H A D | wsi.c | 1968 VkResult res = disp->GetDisplayPlaneSupportedDisplaysKHR(unwrapped_phys_dev, planeIndex, pDisplayCount, pDisplays); in vkGetDisplayPlaneSupportedDisplaysKHR() 1984 if (NULL == icd_term->dispatch.GetDisplayPlaneSupportedDisplaysKHR) { in terminator_GetDisplayPlaneSupportedDisplaysKHR() 1994 return icd_term->dispatch.GetDisplayPlaneSupportedDisplaysKHR(phys_dev_term->phys_dev, planeIndex, pDisplayCount, pDisplays); in terminator_GetDisplayPlaneSupportedDisplaysKHR()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 792 table->GetDisplayPlaneSupportedDisplaysKHR = in layer_init_instance_dispatch_table()
|
Completed in 39 milliseconds