Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceOpticalFlowImageFormatsNV (Results 1 - 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h463 PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV GetPhysicalDeviceOpticalFlowImageFormatsNV; member
H A Dvk_layer_dispatch_table.h290 PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV GetPhysicalDeviceOpticalFlowImageFormatsNV; member
H A Dvk_loader_extensions.c314 LOOKUP_GIPA(GetPhysicalDeviceOpticalFlowImageFormatsNV); in loader_icd_init_entries()
1477 table->GetPhysicalDeviceOpticalFlowImageFormatsNV = (PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV)gpa(inst, "vkGetPhysicalDeviceOpticalFlowImageFormatsNV"); in loader_init_instance_extension_dispatch_table()
3253 if (!strcmp(name, "GetPhysicalDeviceOpticalFlowImageFormatsNV")) return (void *)table->GetPhysicalDeviceOpticalFlowImageFormatsNV; in loader_lookup_instance_dispatch_table()
9096 VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceOpticalFlowImageFormatsNV( in GetPhysicalDeviceOpticalFlowImageFormatsNV() function
9110 return disp->GetPhysicalDeviceOpticalFlowImageFormatsNV(unwrapped_phys_dev, pOpticalFlowImageFormatInfo, pFormatCount, pImageFormatProperties); in GetPhysicalDeviceOpticalFlowImageFormatsNV()
9120 if (NULL == icd_term->dispatch.GetPhysicalDeviceOpticalFlowImageFormatsNV) { in terminator_GetPhysicalDeviceOpticalFlowImageFormatsNV()
9122 "ICD associated with VkPhysicalDevice does not support GetPhysicalDeviceOpticalFlowImageFormatsNV"); in terminator_GetPhysicalDeviceOpticalFlowImageFormatsNV()
9125 return icd_term->dispatch.GetPhysicalDeviceOpticalFlowImageFormatsNV(phys_dev_term->phys_dev, pOpticalFlowImageFormatInfo, pFormatCount, pImageFormatProperties); in terminator_GetPhysicalDeviceOpticalFlowImageFormatsNV()
11690 *addr = (void *)GetPhysicalDeviceOpticalFlowImageFormatsNV; in extension_instance_gpa()
[all...]
H A Dvk_dispatch_table_helper.h965 table->GetPhysicalDeviceOpticalFlowImageFormatsNV = in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h950 table->GetPhysicalDeviceOpticalFlowImageFormatsNV = in layer_init_instance_dispatch_table()

Completed in 36 milliseconds