Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp78 if (mCommandPool) vk().vkDestroyCommandPool(mDevice, mCommandPool, nullptr); in destroy()
88 mCommandPool = VK_NULL_HANDLE; in destroy()
203 VK_CHECK(vk().vkCreateCommandPool(mDevice, &poolInfo, nullptr, &mCommandPool)); in initialize()
211 .commandPool = unbox_VkCommandPool(mCommandPool), in beginCommandBuffer()
237 vk().vkFreeCommandBuffers(mDevice, mCommandPool, 1, &cmdBuf); in submitCommandBuffer()
DVulkanTestHelper.h95 VkCommandPool commandPool() { return mCommandPool; } in commandPool()
115 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable
/hardware/google/gfxstream/common/detector/
DVulkan.h200 mCommandPool(std::move(command_pool)), in Vk()
212 vkhpp::UniqueCommandPool mCommandPool; variable
DVulkan.cpp947 .commandPool = *mCommandPool, in DoCommandsImmediate()