Searched refs:setCreatedHandlesForApi (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkReconstruction.h | 103 void setCreatedHandlesForApi(uint64_t apiHandle, const uint64_t* created, uint32_t count);
|
D | VkDecoderSnapshot.cpp | 73 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pInstance, 1); in vkCreateInstance() 101 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pPhysicalDevices, in vkEnumeratePhysicalDevices() 156 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pDevice, 1); in vkCreateDevice() 229 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pMemory, 1); in vkAllocateMemory() 333 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pFence, 1); in vkCreateFence() 368 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pSemaphore, 1); in vkCreateSemaphore() 393 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pEvent, 1); in vkCreateEvent() 427 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pQueryPool, 1); in vkCreateQueryPool() 457 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pBuffer, 1); in vkCreateBuffer() 481 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pView, 1); in vkCreateBufferView() [all …]
|
D | VkReconstruction.cpp | 470 void VkReconstruction::setCreatedHandlesForApi(uint64_t apiHandle, const uint64_t* created, in setCreatedHandlesForApi() function in gfxstream::vk::VkReconstruction
|