Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp77 if (mCommandPool) vk().vkDestroyCommandPool(mDevice, mCommandPool, nullptr); in destroy()
87 mCommandPool = VK_NULL_HANDLE; in destroy()
202 VK_CHECK(vk().vkCreateCommandPool(mDevice, &poolInfo, nullptr, &mCommandPool)); in initialize()
210 .commandPool = unbox_VkCommandPool(mCommandPool), in beginCommandBuffer()
236 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()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h596 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable
DVkCommonOperations.cpp1551 dvk->vkCreateCommandPool(emulation->mDevice, &poolCi, nullptr, &emulation->mCommandPool); in create()
1562 emulation->mCommandPool, in create()
1741 mDvk->vkFreeCommandBuffers(mDevice, mCommandPool, 1, &mCommandBuffer); in ~VkEmulation()
1742 mDvk->vkDestroyCommandPool(mDevice, mCommandPool, nullptr); in ~VkEmulation()
4064 .commandPool = mCommandPool, in allocateQueueTransferCommandBufferLocked()