Lines Matching refs:physical_device
57 VkJsonDevice VkJsonGetDevice(VkPhysicalDevice physical_device) { in VkJsonGetDevice() argument
61 vkEnumerateDeviceExtensionProperties(physical_device, nullptr, in VkJsonGetDevice()
66 physical_device, nullptr, &extension_count, device.extensions.data()); in VkJsonGetDevice()
70 vkEnumerateDeviceLayerProperties(physical_device, &layer_count, nullptr); in VkJsonGetDevice()
73 vkEnumerateDeviceLayerProperties(physical_device, &layer_count, in VkJsonGetDevice()
89 vkGetPhysicalDeviceProperties2(physical_device, &properties); in VkJsonGetDevice()
116 vkGetPhysicalDeviceFeatures2(physical_device, &features); in VkJsonGetDevice()
119 vkGetPhysicalDeviceMemoryProperties(physical_device, &device.memory); in VkJsonGetDevice()
122 vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &queue_family_count, in VkJsonGetDevice()
127 physical_device, &queue_family_count, device.queues.data()); in VkJsonGetDevice()
136 vkGetPhysicalDeviceFormatProperties(physical_device, format, in VkJsonGetDevice()
151 vkGetPhysicalDeviceFormatProperties(physical_device, format, in VkJsonGetDevice()
185 vkGetPhysicalDeviceProperties2(physical_device, &properties); in VkJsonGetDevice()
217 vkGetPhysicalDeviceFeatures2(physical_device, &features); in VkJsonGetDevice()
231 physical_device, &external_fence_info, &external_fence_properties); in VkJsonGetDevice()
252 physical_device, &external_semaphore_info, in VkJsonGetDevice()
269 vkGetPhysicalDeviceProperties2(physical_device, &properties); in VkJsonGetDevice()
276 vkGetPhysicalDeviceFeatures2(physical_device, &features); in VkJsonGetDevice()
285 vkGetPhysicalDeviceProperties2(physical_device, &properties); in VkJsonGetDevice()
292 vkGetPhysicalDeviceFeatures2(physical_device, &features); in VkJsonGetDevice()