Searched defs:gpu (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp107 void EnumerateDeviceExtensions(VkPhysicalDevice gpu, argument
113 vkEnumerateDeviceExtensionProperties(gpu, layer_name, &count, nullptr);
118 result = vkEnumerateDeviceExtensionProperties(gpu, layer_name, &count,
125 void GatherGpuInfo(VkPhysicalDevice gpu, argument
131 vkGetPhysicalDeviceProperties(gpu, &info.properties);
132 vkGetPhysicalDeviceMemoryProperties(gpu, &info.memory);
133 vkGetPhysicalDeviceFeatures(gpu, &info.features);
135 vkGetPhysicalDeviceQueueFamilyProperties(gpu, &count, nullptr);
137 vkGetPhysicalDeviceQueueFamilyProperties(gpu, &count,
140 result = vkEnumerateDeviceLayerProperties(gpu,
[all...]

Completed in 384 milliseconds