• Home
  • Raw
  • Download

Lines Matching refs:pdev

17 tu_GetPhysicalDeviceFeatures(VkPhysicalDevice pdev, VkPhysicalDeviceFeatures *features)  in tu_GetPhysicalDeviceFeatures()  argument
22 tu_GetPhysicalDeviceFeatures2(pdev, &features2); in tu_GetPhysicalDeviceFeatures()
27 tu_GetPhysicalDeviceProperties(VkPhysicalDevice pdev, VkPhysicalDeviceProperties *props) in tu_GetPhysicalDeviceProperties() argument
32 tu_GetPhysicalDeviceProperties2(pdev, &props2); in tu_GetPhysicalDeviceProperties()
37 tu_GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice pdev, in tu_GetPhysicalDeviceQueueFamilyProperties() argument
42 return tu_GetPhysicalDeviceQueueFamilyProperties2(pdev, count, NULL); in tu_GetPhysicalDeviceQueueFamilyProperties()
49 tu_GetPhysicalDeviceQueueFamilyProperties2(pdev, count, props2); in tu_GetPhysicalDeviceQueueFamilyProperties()
55 tu_GetPhysicalDeviceMemoryProperties(VkPhysicalDevice pdev, VkPhysicalDeviceMemoryProperties *props) in tu_GetPhysicalDeviceMemoryProperties() argument
60 tu_GetPhysicalDeviceMemoryProperties2(pdev, &props2); in tu_GetPhysicalDeviceMemoryProperties()
65 tu_GetPhysicalDeviceFormatProperties(VkPhysicalDevice pdev, VkFormat format, VkFormatProperties *pr… in tu_GetPhysicalDeviceFormatProperties() argument
68 tu_GetPhysicalDeviceFormatProperties2(pdev, format, &props2); in tu_GetPhysicalDeviceFormatProperties()
73 tu_GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice pdev, in tu_GetPhysicalDeviceImageFormatProperties() argument
82 …VkResult result = tu_GetPhysicalDeviceImageFormatProperties2(pdev, &(VkPhysicalDeviceImageFormatIn… in tu_GetPhysicalDeviceImageFormatProperties()
95 tu_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice pdev, in tu_GetPhysicalDeviceSparseImageFormatProperties() argument
114 return tu_GetPhysicalDeviceSparseImageFormatProperties2(pdev, &info, count, NULL); in tu_GetPhysicalDeviceSparseImageFormatProperties()
121 tu_GetPhysicalDeviceSparseImageFormatProperties2(pdev, &info, count, props2); in tu_GetPhysicalDeviceSparseImageFormatProperties()