Lines Matching defs:GetPhysDevProps2
2623 PFN_vkGetPhysicalDeviceProperties2 GetPhysDevProps2 = inst.load("vkGetPhysicalDeviceProperties2");
2624 ASSERT_NE(GetPhysDevProps2, nullptr);
2905 PFN_vkGetPhysicalDeviceProperties2KHR GetPhysDevProps2 = instance.load("vkGetPhysicalDeviceProperties2KHR");
2906 ASSERT_NE(GetPhysDevProps2, nullptr);
2920 GetPhysDevProps2(physical_devices[dev], &props2);
3031 PFN_vkGetPhysicalDeviceProperties2 GetPhysDevProps2 = instance.load("vkGetPhysicalDeviceProperties2");
3032 ASSERT_NE(GetPhysDevProps2, nullptr);
3046 GetPhysDevProps2(physical_devices[dev], &props2);
3302 PFN_vkGetPhysicalDeviceProperties2 GetPhysDevProps2 = inst.load("vkGetPhysicalDeviceProperties2");
3303 ASSERT_NE(GetPhysDevProps2, nullptr);
3326 GetPhysDevProps2(physical_device_groups[group].physicalDevices[dev], &props2);
3487 PFN_vkGetPhysicalDeviceProperties2 GetPhysDevProps2 = inst.load("vkGetPhysicalDeviceProperties2");
3488 ASSERT_NE(GetPhysDevProps2, nullptr);