Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestGpuNnapi.cpp370 vkGetPhysicalDeviceProperties(mPhysicalDevice, &mPhysicalDeviceProperties); in initialize()
374 if (mPhysicalDeviceProperties.apiVersion < VK_API_VERSION_1_1) { in initialize()
379 const auto dispatchSize = chooseDispatchSize<dataType>(mPhysicalDeviceProperties.limits); in initialize()
380 if (mPhysicalDeviceProperties.limits.maxComputeWorkGroupCount[0] < in initialize()
385 if (mPhysicalDeviceProperties.limits.maxComputeWorkGroupCount[1] < in initialize()
766 VkPhysicalDeviceProperties mPhysicalDeviceProperties{}; member in android::nn::__anon868b46440111::VulkanComputePipeline