Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h421 PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV GetPhysicalDeviceCooperativeMatrixPropertiesNV; member
H A Dvk_layer_dispatch_table.h248 PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV GetPhysicalDeviceCooperativeMatrixPropertiesNV; member
H A Dvk_loader_extensions.c272 LOOKUP_GIPA(GetPhysicalDeviceCooperativeMatrixPropertiesNV); in loader_icd_init_entries()
1435 table->GetPhysicalDeviceCooperativeMatrixPropertiesNV = (PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV)gpa(inst, "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV"); in loader_init_instance_extension_dispatch_table()
3211 if (!strcmp(name, "GetPhysicalDeviceCooperativeMatrixPropertiesNV")) return (void *)table->GetPhysicalDeviceCooperativeMatrixPropertiesNV; in loader_lookup_instance_dispatch_table()
6879 VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceCooperativeMatrixPropertiesNV( in GetPhysicalDeviceCooperativeMatrixPropertiesNV() function
6892 return disp->GetPhysicalDeviceCooperativeMatrixPropertiesNV(unwrapped_phys_dev, pPropertyCount, pProperties); in GetPhysicalDeviceCooperativeMatrixPropertiesNV()
6901 if (NULL == icd_term->dispatch.GetPhysicalDeviceCooperativeMatrixPropertiesNV) { in terminator_GetPhysicalDeviceCooperativeMatrixPropertiesNV()
6903 "ICD associated with VkPhysicalDevice does not support GetPhysicalDeviceCooperativeMatrixPropertiesNV"); in terminator_GetPhysicalDeviceCooperativeMatrixPropertiesNV()
6906 return icd_term->dispatch.GetPhysicalDeviceCooperativeMatrixPropertiesNV(phys_dev_term->phys_dev, pPropertyCount, pProperties); in terminator_GetPhysicalDeviceCooperativeMatrixPropertiesNV()
11006 *addr = (void *)GetPhysicalDeviceCooperativeMatrixPropertiesNV; in extension_instance_gpa()
[all...]
H A Dvk_dispatch_table_helper.h933 table->GetPhysicalDeviceCooperativeMatrixPropertiesNV = in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h918 table->GetPhysicalDeviceCooperativeMatrixPropertiesNV = in layer_init_instance_dispatch_table()

Completed in 26 milliseconds