Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h255 PFN_vkGetPhysicalDevicePresentRectanglesKHR GetPhysicalDevicePresentRectanglesKHR; member
Dvk_layer_dispatch_table.h77 PFN_vkGetPhysicalDevicePresentRectanglesKHR GetPhysicalDevicePresentRectanglesKHR; member
Dvk_loader_extensions.c103 LOOKUP_GIPA(GetPhysicalDevicePresentRectanglesKHR, false); in loader_icd_init_entries()
1191 …table->GetPhysicalDevicePresentRectanglesKHR = (PFN_vkGetPhysicalDevicePresentRectanglesKHR)gpa(in… in loader_init_instance_extension_dispatch_table()
2250 …tPhysicalDevicePresentRectanglesKHR")) return (void *)table->GetPhysicalDevicePresentRectanglesKHR; in loader_lookup_instance_dispatch_table()
9878 .GetPhysicalDevicePresentRectanglesKHR = terminator_GetPhysicalDevicePresentRectanglesKHR,
Dvk_dispatch_table_helper.h1376 …table->GetPhysicalDevicePresentRectanglesKHR = (PFN_vkGetPhysicalDevicePresentRectanglesKHR) gpa(i… in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/loader/
Dwsi.c2247 …return disp->GetPhysicalDevicePresentRectanglesKHR(unwrapped_phys_dev, surface, pRectCount, pRects… in vkGetPhysicalDevicePresentRectanglesKHR()
2255 if (NULL == icd_term->dispatch.GetPhysicalDevicePresentRectanglesKHR) { in terminator_GetPhysicalDevicePresentRectanglesKHR()
2267 return icd_term->dispatch.GetPhysicalDevicePresentRectanglesKHR( in terminator_GetPhysicalDevicePresentRectanglesKHR()
2270 …return icd_term->dispatch.GetPhysicalDevicePresentRectanglesKHR(phys_dev_term->phys_dev, surface, … in terminator_GetPhysicalDevicePresentRectanglesKHR()