Lines Matching defs:GetPhysDevProps2
299 PFN_vkGetPhysicalDeviceProperties2 GetPhysDevProps2 = NULL;
301 GetPhysDevProps2 = icd_term->dispatch.GetPhysicalDeviceProperties2;
303 GetPhysDevProps2 = (PFN_vkGetPhysicalDeviceProperties2)icd_term->dispatch.GetPhysicalDeviceProperties2KHR;
305 if (NULL != GetPhysDevProps2) {
306 GetPhysDevProps2(sorted_device_info[index].physical_device, &dev_props2);
402 PFN_vkGetPhysicalDeviceProperties2 GetPhysDevProps2 = NULL;
404 GetPhysDevProps2 = icd_term->dispatch.GetPhysicalDeviceProperties2;
406 GetPhysDevProps2 = (PFN_vkGetPhysicalDeviceProperties2)icd_term->dispatch.GetPhysicalDeviceProperties2KHR;
408 if (NULL != GetPhysDevProps2) {
409 GetPhysDevProps2(sorted_group_term[group].internal_device_info[gpu].physical_device, &dev_props2);