Searched refs:gpu (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/tools/ |
D | vkinfo.cpp | 106 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/ |
D | README.md | 20 …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/ |
D | Android.bp | 43 "external/skia/src/gpu", 295 // static library null gpu
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 388 optional Gpu gpu = 59; field
|