Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp377 vkGetPhysicalDeviceProperties(mPhysicalDevice, &mPhysicalDeviceProperties); in initialize()
381 if (mPhysicalDeviceProperties.apiVersion < VK_API_VERSION_1_1) { in initialize()
386 const auto dispatchSize = chooseDispatchSize<dataType>(mPhysicalDeviceProperties.limits); in initialize()
387 if (mPhysicalDeviceProperties.limits.maxComputeWorkGroupCount[0] < in initialize()
392 if (mPhysicalDeviceProperties.limits.maxComputeWorkGroupCount[1] < in initialize()
773 VkPhysicalDeviceProperties mPhysicalDeviceProperties{}; member in android::nn::__anon4c07f1690110::VulkanComputePipeline