Lines Matching refs:props2
2917 VkPhysicalDeviceProperties2KHR props2{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2};
2919 props2.pNext = &pci_bus_info;
2920 GetPhysDevProps2(physical_devices[dev], &props2);
3043 VkPhysicalDeviceProperties2KHR props2{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2};
3045 props2.pNext = &pci_bus_info;
3046 GetPhysDevProps2(physical_devices[dev], &props2);
3323 VkPhysicalDeviceProperties2 props2{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2};
3325 props2.pNext = &pci_bus_info;
3326 GetPhysDevProps2(physical_device_groups[group].physicalDevices[dev], &props2);
4276 VkPhysicalDeviceProperties2 props2{};
4277 props2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
4278 props2.pNext = (void*)&layered_driver_properties_msft;
4280 env.vulkan_functions.vkGetPhysicalDeviceProperties2(physical_device_handles[0], &props2);
4283 env.vulkan_functions.vkGetPhysicalDeviceProperties2(physical_device_handles[1], &props2);
4286 env.vulkan_functions.vkGetPhysicalDeviceProperties2(physical_device_handles[2], &props2);
4320 VkPhysicalDeviceProperties2 props2{};
4321 props2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
4322 props2.pNext = (void*)&layered_driver_properties_msft;
4324 env.vulkan_functions.vkGetPhysicalDeviceProperties2(physical_device_handles[0], &props2);
4327 env.vulkan_functions.vkGetPhysicalDeviceProperties2(physical_device_handles[1], &props2);
4330 env.vulkan_functions.vkGetPhysicalDeviceProperties2(physical_device_handles[2], &props2);
4375 VkPhysicalDeviceProperties2 props2{};
4376 props2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
4377 props2.pNext = (void*)&layered_driver_properties_msft;
4379 env.vulkan_functions.vkGetPhysicalDeviceProperties2(physical_device_handles[0], &props2);
4382 env.vulkan_functions.vkGetPhysicalDeviceProperties2(physical_device_handles[1], &props2);
4385 env.vulkan_functions.vkGetPhysicalDeviceProperties2(physical_device_handles[2], &props2);