Lines Matching refs:ImageBorrowResource
83 ImageBorrowResource::create(m_vk, m_vkDevice, m_vkCommandPool)); in DisplayVk()
216 const ImageBorrowResource* imageBorrowResources[2] = {nullptr}; in postImpl()
220 [this](const std::unique_ptr<ImageBorrowResource>& imageBorrowResource) { in postImpl()
242 const BorrowedImageInfoVk& image, const ImageBorrowResource& acquireResource, in postImpl()
243 const ImageBorrowResource& releaseResource) in postImpl()
330 const ImageBorrowResource& m_releaseResource; in postImpl()
729 std::unique_ptr<DisplayVk::ImageBorrowResource> DisplayVk::ImageBorrowResource::create( in create()
747 return std::unique_ptr<ImageBorrowResource>( in create()
748 new ImageBorrowResource(vk, device, commandPool, fence, commandBuffer)); in create()
751 DisplayVk::ImageBorrowResource::~ImageBorrowResource() { in ~ImageBorrowResource()
755 DisplayVk::ImageBorrowResource::ImageBorrowResource(const VulkanDispatch& vk, VkDevice device, in ImageBorrowResource() function in gfxstream::vk::DisplayVk::ImageBorrowResource