Lines Matching refs:phys_dev_count
5654 VkResult setup_loader_tramp_phys_devs(struct loader_instance *inst, uint32_t phys_dev_count, VkPhysicalDevice *phys_devs) {
5661 if (0 == phys_dev_count) {
5664 if (phys_dev_count > new_count) {
5665 new_count = phys_dev_count;
5685 for (uint32_t new_idx = 0; new_idx < phys_dev_count; ++new_idx) {
5698 if (found_count == phys_dev_count && 0 != old_count && old_count == new_count) {
5699 for (uint32_t new_idx = 0; new_idx < phys_dev_count; ++new_idx) {
5722 if (new_count > phys_dev_count) {
5723 found_count = phys_dev_count;
6141 uint32_t phys_dev_count = 0;
6143 phys_dev_count += groups[cur_idx].physicalDeviceCount;
6145 VkPhysicalDevice *devices = (VkPhysicalDevice *)loader_stack_alloc(sizeof(VkPhysicalDevice) * phys_dev_count);
6158 res = setup_loader_tramp_phys_devs(inst, phys_dev_count, devices);