Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h260 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR; member
H A Dvk_layer_dispatch_table.h87 PFN_vkGetDisplayPlaneSupportedDisplaysKHR GetDisplayPlaneSupportedDisplaysKHR; member
H A Dvk_dispatch_table_helper.h807 table->GetDisplayPlaneSupportedDisplaysKHR = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c111 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 Dloader_phys_dev_inst_ext_tests.cpp4115 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 Dwsi.c1968 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 Dvk_dispatch_table_helper.h792 table->GetDisplayPlaneSupportedDisplaysKHR = in layer_init_instance_dispatch_table()

Completed in 39 milliseconds