Home
last modified time | relevance | path

Searched refs:GetPhysicalDevicePresentRectanglesKHR (Results 1 - 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h255 PFN_vkGetPhysicalDevicePresentRectanglesKHR GetPhysicalDevicePresentRectanglesKHR; member
H A Dvk_layer_dispatch_table.h82 PFN_vkGetPhysicalDevicePresentRectanglesKHR GetPhysicalDevicePresentRectanglesKHR; member
H A Dvk_dispatch_table_helper.h801 table->GetPhysicalDevicePresentRectanglesKHR = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c106 LOOKUP_GIPA(GetPhysicalDevicePresentRectanglesKHR); in loader_icd_init_entries()
1269 table->GetPhysicalDevicePresentRectanglesKHR = (PFN_vkGetPhysicalDevicePresentRectanglesKHR)gpa(inst, "vkGetPhysicalDevicePresentRectanglesKHR"); in loader_init_instance_extension_dispatch_table()
3045 if (!strcmp(name, "GetPhysicalDevicePresentRectanglesKHR")) return (void *)table->GetPhysicalDevicePresentRectanglesKHR; in loader_lookup_instance_dispatch_table()
12102 .GetPhysicalDevicePresentRectanglesKHR = terminator_GetPhysicalDevicePresentRectanglesKHR,
/third_party/vulkan-loader/loader/
H A Dwsi.c2318 return disp->GetPhysicalDevicePresentRectanglesKHR(unwrapped_phys_dev, surface, pRectCount, pRects); in vkGetPhysicalDevicePresentRectanglesKHR()
2326 if (NULL == icd_term->dispatch.GetPhysicalDevicePresentRectanglesKHR) { in terminator_GetPhysicalDevicePresentRectanglesKHR()
2338 return icd_term->dispatch.GetPhysicalDevicePresentRectanglesKHR( in terminator_GetPhysicalDevicePresentRectanglesKHR()
2341 return icd_term->dispatch.GetPhysicalDevicePresentRectanglesKHR(phys_dev_term->phys_dev, surface, pRectCount, pRects); in terminator_GetPhysicalDevicePresentRectanglesKHR()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h786 table->GetPhysicalDevicePresentRectanglesKHR = in layer_init_instance_dispatch_table()

Completed in 32 milliseconds