Searched refs:mCommandPool (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 77 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()
|
D | VulkanTestHelper.h | 95 VkCommandPool commandPool() { return mCommandPool; } in commandPool() 115 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.h | 200 mCommandPool(std::move(command_pool)), in Vk() 212 vkhpp::UniqueCommandPool mCommandPool; variable
|
D | Vulkan.cpp | 947 .commandPool = *mCommandPool, in DoCommandsImmediate()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.h | 596 VkCommandPool mCommandPool = VK_NULL_HANDLE; variable
|
D | VkCommonOperations.cpp | 1551 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()
|