Home
last modified time | relevance | path

Searched refs:createApiInfo (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkReconstruction.h62 ApiHandle createApiInfo();
DVkDecoderSnapshot.cpp68 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateInstance()
101 auto apiHandle = mReconstruction.createApiInfo(); in vkEnumeratePhysicalDevices()
208 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateDevice()
285 auto apiHandle = mReconstruction.createApiInfo(); in vkGetDeviceQueue()
337 auto apiHandle = mReconstruction.createApiInfo(); in vkAllocateMemory()
509 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateFence()
578 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateSemaphore()
613 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateEvent()
678 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateQueryPool()
729 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateBuffer()
[all …]
DVkReconstruction.cpp270 VkReconstruction::ApiHandle VkReconstruction::createApiInfo() { in createApiInfo() function in VkReconstruction