Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceExternalImageFormatPropertiesNV (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/
Dextension_manual.c42 VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceExternalImageFormatPropertiesNV( in GetPhysicalDeviceExternalImageFormatPropertiesNV() function
56 …return disp->GetPhysicalDeviceExternalImageFormatPropertiesNV(unwrapped_phys_dev, format, type, ti… in GetPhysicalDeviceExternalImageFormatPropertiesNV()
67 if (!icd_term->dispatch.GetPhysicalDeviceExternalImageFormatPropertiesNV) { in terminator_GetPhysicalDeviceExternalImageFormatPropertiesNV()
84 return icd_term->dispatch.GetPhysicalDeviceExternalImageFormatPropertiesNV( in terminator_GetPhysicalDeviceExternalImageFormatPropertiesNV()
Dextension_manual.h31 VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceExternalImageFormatPropertiesNV(
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h367 …_vkGetPhysicalDeviceExternalImageFormatPropertiesNV GetPhysicalDeviceExternalImageFormatProperties… member
Dvk_layer_dispatch_table.h182 …_vkGetPhysicalDeviceExternalImageFormatPropertiesNV GetPhysicalDeviceExternalImageFormatProperties… member
Dvk_loader_extensions.c215 LOOKUP_GIPA(GetPhysicalDeviceExternalImageFormatPropertiesNV, false); in loader_icd_init_entries()
1290 …table->GetPhysicalDeviceExternalImageFormatPropertiesNV = (PFN_vkGetPhysicalDeviceExternalImageFor… in loader_init_instance_extension_dispatch_table()
2343 …nalImageFormatPropertiesNV")) return (void *)table->GetPhysicalDeviceExternalImageFormatProperties… in loader_lookup_instance_dispatch_table()
8569 ? (void *)GetPhysicalDeviceExternalImageFormatPropertiesNV in extension_instance_gpa()
9924 ….GetPhysicalDeviceExternalImageFormatPropertiesNV = terminator_GetPhysicalDeviceExternalImageForma…
Dvk_dispatch_table_helper.h1429 …table->GetPhysicalDeviceExternalImageFormatPropertiesNV = (PFN_vkGetPhysicalDeviceExternalImageFor… in layer_init_instance_dispatch_table()