Home
last modified time | relevance | path

Searched refs:CreateOpticalFlowSessionNV (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h1018 PFN_vkCreateOpticalFlowSessionNV CreateOpticalFlowSessionNV; member
Dvk_dispatch_table_helper.h1244 …table->CreateOpticalFlowSessionNV = (PFN_vkCreateOpticalFlowSessionNV) gpa(device, "vkCreateOptica… in layer_init_device_dispatch_table()
1245 …if (table->CreateOpticalFlowSessionNV == nullptr) { table->CreateOpticalFlowSessionNV = (PFN_vkCre… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c1078 …table->CreateOpticalFlowSessionNV = (PFN_vkCreateOpticalFlowSessionNV)gdpa(dev, "vkCreateOpticalFl… in loader_init_device_extension_dispatch_table()
2127 … if (!strcmp(name, "CreateOpticalFlowSessionNV")) return (void *)table->CreateOpticalFlowSessionNV; in loader_lookup_device_dispatch_table()
7346 VKAPI_ATTR VkResult VKAPI_CALL CreateOpticalFlowSessionNV( in CreateOpticalFlowSessionNV() function
7358 return disp->CreateOpticalFlowSessionNV(device, pCreateInfo, pAllocator, pSession); in CreateOpticalFlowSessionNV()
9492 *addr = (void *)CreateOpticalFlowSessionNV; in extension_instance_gpa()