Home
last modified time | relevance | path

Searched refs:gpu (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/vulkan/tools/
Dvkinfo.cpp106 void EnumerateDeviceExtensions(VkPhysicalDevice gpu, in EnumerateDeviceExtensions() argument
112 vkEnumerateDeviceExtensionProperties(gpu, layer_name, &count, nullptr); in EnumerateDeviceExtensions()
117 result = vkEnumerateDeviceExtensionProperties(gpu, layer_name, &count, in EnumerateDeviceExtensions()
124 void GatherGpuInfo(VkPhysicalDevice gpu, in GatherGpuInfo() argument
130 vkGetPhysicalDeviceProperties(gpu, &info.properties); in GatherGpuInfo()
131 vkGetPhysicalDeviceMemoryProperties(gpu, &info.memory); in GatherGpuInfo()
132 vkGetPhysicalDeviceFeatures(gpu, &info.features); in GatherGpuInfo()
134 vkGetPhysicalDeviceQueueFamilyProperties(gpu, &count, nullptr); in GatherGpuInfo()
136 vkGetPhysicalDeviceQueueFamilyProperties(gpu, &count, in GatherGpuInfo()
139 result = vkEnumerateDeviceLayerProperties(gpu, &count, nullptr); in GatherGpuInfo()
[all …]
/frameworks/native/vulkan/
DREADME.md20 …ttps://android.googlesource.com/platform/tools/gpu $GOPATH/src/android.googlesource.com/platform/t…
21 - `$ go get android.googlesource.com/platform/tools/gpu/api/...`
/frameworks/base/libs/hwui/
DAndroid.bp43 "external/skia/src/gpu",
295 // static library null gpu
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto388 optional Gpu gpu = 59; field