Searched refs:createApiInfo (Results 1 – 3 of 3) sorted by relevance
67 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateInstance()93 auto apiHandle = mReconstruction.createApiInfo(); in vkEnumeratePhysicalDevices()150 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateDevice()223 auto apiHandle = mReconstruction.createApiInfo(); in vkAllocateMemory()270 auto apiHandle = mReconstruction.createApiInfo(); in vkBindBufferMemory()290 auto apiHandle = mReconstruction.createApiInfo(); in vkBindImageMemory()327 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateFence()362 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateSemaphore()387 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateEvent()421 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateQueryPool()[all …]
83 ApiHandle createApiInfo();
265 VkReconstruction::ApiHandle VkReconstruction::createApiInfo() { in createApiInfo() function in gfxstream::vk::VkReconstruction