Lines Matching refs:dispatch_table
45 VkLayerInstanceDispatchTable dispatch_table; member
64 instance_data->dispatch_table.GetPhysicalDeviceProperties(physicalDevice, &props); in GetOriginalPhysicalDeviceLimitsEXT()
79 …instance_data->dispatch_table.GetPhysicalDeviceFormatProperties(physicalDevice, format, properties… in GetOriginalPhysicalDeviceFormatPropertiesEXT()
108 …layer_init_instance_dispatch_table(*pInstance, &instance_data->dispatch_table, fp_get_instance_pro… in CreateInstance()
109 instance_data->dispatch_table.GetPhysicalDeviceProcAddr = in CreateInstance()
113 … instance_data->dispatch_table.EnumeratePhysicalDevices(*pInstance, &physical_device_count, NULL); in CreateInstance()
116 …result = instance_data->dispatch_table.EnumeratePhysicalDevices(*pInstance, &physical_device_count… in CreateInstance()
120 …instance_data->dispatch_table.GetPhysicalDeviceProperties(physical_devices[i], &phy_dev_data->phy_… in CreateInstance()
141 …instance_data->dispatch_table.GetPhysicalDeviceFormatProperties(physicalDevice, format, pPropertie… in GetPhysicalDeviceFormatProperties()
185 auto &table = instance_data->dispatch_table; in GetPhysicalDeviceProcAddr()
204 auto &table = instance_data->dispatch_table; in GetInstanceProcAddr()