Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceOpticalFlowImageFormatsNV (Results 1 – 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h476 PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV GetPhysicalDeviceOpticalFlowImageFormatsNV; member
Dvk_layer_dispatch_table.h280 PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV GetPhysicalDeviceOpticalFlowImageFormatsNV; member
Dvk_loader_extensions.c324 LOOKUP_GIPA(GetPhysicalDeviceOpticalFlowImageFormatsNV, false); in loader_icd_init_entries()
1394 …table->GetPhysicalDeviceOpticalFlowImageFormatsNV = (PFN_vkGetPhysicalDeviceOpticalFlowImageFormat… in loader_init_instance_extension_dispatch_table()
2453 …eviceOpticalFlowImageFormatsNV")) return (void *)table->GetPhysicalDeviceOpticalFlowImageFormatsNV; in loader_lookup_instance_dispatch_table()
7326 VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceOpticalFlowImageFormatsNV( in GetPhysicalDeviceOpticalFlowImageFormatsNV() function
7340 …return disp->GetPhysicalDeviceOpticalFlowImageFormatsNV(unwrapped_phys_dev, pOpticalFlowImageForma… in GetPhysicalDeviceOpticalFlowImageFormatsNV()
7350 if (NULL == icd_term->dispatch.GetPhysicalDeviceOpticalFlowImageFormatsNV) { in terminator_GetPhysicalDeviceOpticalFlowImageFormatsNV()
7355 …return icd_term->dispatch.GetPhysicalDeviceOpticalFlowImageFormatsNV(phys_dev_term->phys_dev, pOpt… in terminator_GetPhysicalDeviceOpticalFlowImageFormatsNV()
9535 *addr = (void *)GetPhysicalDeviceOpticalFlowImageFormatsNV; in extension_instance_gpa()
10081 ….GetPhysicalDeviceOpticalFlowImageFormatsNV = terminator_GetPhysicalDeviceOpticalFlowImageFormatsN…
Dvk_dispatch_table_helper.h1499 …table->GetPhysicalDeviceOpticalFlowImageFormatsNV = (PFN_vkGetPhysicalDeviceOpticalFlowImageFormat… in layer_init_instance_dispatch_table()