Searched refs:removeHandles (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkReconstruction.h | 94 void removeHandles(const uint64_t* toRemove, uint32_t count, bool recursive = true);
|
D | VkReconstruction.cpp | 350 void VkReconstruction::removeHandles(const uint64_t* toRemove, uint32_t count, bool recursive) { in removeHandles() function in gfxstream::vk::VkReconstruction 400 removeHandles(childHandles.data(), childHandles.size()); in removeHandles()
|
D | VkDecoderSnapshot.cpp | 80 mReconstruction.removeHandles((const uint64_t*)(&instance), 1, true); in vkDestroyInstance() 163 mReconstruction.removeHandles((const uint64_t*)(&device), 1, true); in vkDestroyDevice() 236 mReconstruction.removeHandles((const uint64_t*)(&memory), 1, true); in vkFreeMemory() 340 mReconstruction.removeHandles((const uint64_t*)(&fence), 1, true); in vkDestroyFence() 375 mReconstruction.removeHandles((const uint64_t*)(&semaphore), 1, true); in vkDestroySemaphore() 400 mReconstruction.removeHandles((const uint64_t*)(&event), 1, true); in vkDestroyEvent() 434 mReconstruction.removeHandles((const uint64_t*)(&queryPool), 1, true); in vkDestroyQueryPool() 464 mReconstruction.removeHandles((const uint64_t*)(&buffer), 1, true); in vkDestroyBuffer() 488 mReconstruction.removeHandles((const uint64_t*)(&bufferView), 1, true); in vkDestroyBufferView() 513 mReconstruction.removeHandles((const uint64_t*)(&image), 1, true); in vkDestroyImage() [all …]
|