• Home
  • Raw
  • Download

Lines Matching refs:physicalDevice

47 …ysicalDeviceQueueFamilyProperties			(const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
48 … getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
49 … getPhysicalDeviceFeatures2 (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
50 …etPhysicalDeviceVulkan11Features (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
51 …etPhysicalDeviceVulkan12Features (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
52 …PhysicalDeviceVulkan11Properties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
53 …PhysicalDeviceVulkan12Properties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
54 … getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
55 …etPhysicalDeviceMemoryProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
56 …ceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat form…
57 …ageFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat form…
58 …ImageFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat form…
67 …enumerateDeviceLayerProperties (const InstanceInterface& vki, VkPhysicalDevice physicalDevice);
68 …tensionProperties (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const char* l…
198 …onst InstanceInterface& vki, VkPhysicalDevice physicalDevice) : m_vki(vki), m_physicalDevice(physi… in getPhysicalDeviceExtensionProperties()