• Home
  • Raw
  • Download

Lines Matching refs:physical_device

69                              VkPhysicalDevice physical_device,  in VkJsonGetDevice()  argument
90 vkEnumerateDeviceExtensionProperties(physical_device, nullptr, in VkJsonGetDevice()
95 physical_device, nullptr, &extension_count, device.extensions.data()); in VkJsonGetDevice()
99 vkEnumerateDeviceLayerProperties(physical_device, &layer_count, nullptr); in VkJsonGetDevice()
102 vkEnumerateDeviceLayerProperties(physical_device, &layer_count, in VkJsonGetDevice()
122 vkpGetPhysicalDeviceProperties2KHR(physical_device, &properties); in VkJsonGetDevice()
139 vkpGetPhysicalDeviceFeatures2KHR(physical_device, &features); in VkJsonGetDevice()
142 vkGetPhysicalDeviceProperties(physical_device, &device.properties); in VkJsonGetDevice()
143 vkGetPhysicalDeviceFeatures(physical_device, &device.features); in VkJsonGetDevice()
145 vkGetPhysicalDeviceMemoryProperties(physical_device, &device.memory); in VkJsonGetDevice()
148 vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &queue_family_count, in VkJsonGetDevice()
153 physical_device, &queue_family_count, device.queues.data()); in VkJsonGetDevice()
160 vkGetPhysicalDeviceFormatProperties(physical_device, format, in VkJsonGetDevice()
173 vkGetPhysicalDeviceFormatProperties(physical_device, format, in VkJsonGetDevice()
214 (*vkpGetPhysicalDeviceProperties2)(physical_device, &properties2); in VkJsonGetDevice()
254 (*vkpGetPhysicalDeviceFeatures2)(physical_device, &features2); in VkJsonGetDevice()
275 physical_device, &external_fence_info, &external_fence_properties); in VkJsonGetDevice()
303 physical_device, &external_semaphore_info, in VkJsonGetDevice()