Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h345 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR GetPhysicalDeviceDisplayPlaneProperties2KHR; member
Dvk_layer_dispatch_table.h164 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR GetPhysicalDeviceDisplayPlaneProperties2KHR; member
Dvk_loader_extensions.c193 LOOKUP_GIPA(GetPhysicalDeviceDisplayPlaneProperties2KHR, false); in loader_icd_init_entries()
1272 …table->GetPhysicalDeviceDisplayPlaneProperties2KHR = (PFN_vkGetPhysicalDeviceDisplayPlanePropertie… in loader_init_instance_extension_dispatch_table()
2325 …iceDisplayPlaneProperties2KHR")) return (void *)table->GetPhysicalDeviceDisplayPlaneProperties2KHR; in loader_lookup_instance_dispatch_table()
9906 ….GetPhysicalDeviceDisplayPlaneProperties2KHR = terminator_GetPhysicalDeviceDisplayPlaneProperties2…
Dvk_dispatch_table_helper.h1419 …table->GetPhysicalDeviceDisplayPlaneProperties2KHR = (PFN_vkGetPhysicalDeviceDisplayPlanePropertie… in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/loader/
Dwsi.c2351 …return disp->GetPhysicalDeviceDisplayPlaneProperties2KHR(unwrapped_phys_dev, pPropertyCount, pProp… in vkGetPhysicalDeviceDisplayPlaneProperties2KHR()
2361 if (icd_term->dispatch.GetPhysicalDeviceDisplayPlaneProperties2KHR != NULL) { in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
2362 …return icd_term->dispatch.GetPhysicalDeviceDisplayPlaneProperties2KHR(phys_dev_term->phys_dev, pPr… in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()