Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestGpuNnapi.cpp301 vkDestroyCommandPool(mDevice, mCommandPool, nullptr); in ~VulkanComputePipeline()
669 ASSERT_EQ(vkCreateCommandPool(mDevice, &cmdpoolDesc, nullptr, &mCommandPool), VK_SUCCESS); in initialize()
675 .commandPool = mCommandPool, in initialize()
792 VkCommandPool mCommandPool = VK_NULL_HANDLE; member in android::nn::__anon868b46440111::VulkanComputePipeline