Searched refs:deviceDispatch (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | DeviceOpTracker.cpp | 39 DeviceOpTracker::DeviceOpTracker(VkDevice device, VulkanDispatch* deviceDispatch) in DeviceOpTracker() argument 40 : mDevice(device), mDeviceDispatch(deviceDispatch) {} in DeviceOpTracker() 204 deviceDispatch = mTracker.mDeviceDispatch, fence, in OnQueueSubmittedWithFence() 211 deviceDispatch->vkWaitForFences(device, 1, &fence, /*waitAll=*/VK_TRUE, /*timeout=*/0); in OnQueueSubmittedWithFence() 217 deviceDispatch->vkDestroyFence(device, fence, nullptr); in OnQueueSubmittedWithFence()
|
D | VkDecoderSnapshotUtils.h | 25 VulkanDispatch* deviceDispatch; member
|
D | DeviceOpTracker.h | 43 DeviceOpTracker(VkDevice device, VulkanDispatch* deviceDispatch);
|
D | VkDecoderGlobalState.cpp | 428 .deviceDispatch = dvk, in createSnapshotStateBlock() 461 …stateBlock->deviceDispatch->vkDestroyCommandPool(stateBlock->device, stateBlock->commandPool, null… in releaseSnapshotStateBlock() 1929 VulkanDispatch* deviceDispatch = dispatch_VkDevice(deviceInfo->boxed); in destroyDeviceLocked() local 1934 deviceDispatch->vkDestroyFence(device, fence, pAllocator); in destroyDeviceLocked() 1939 deviceDispatch->vkDestroyFence(device, fence, pAllocator); in destroyDeviceLocked() 2173 void destroyImageLocked(VkDevice device, VulkanDispatch* deviceDispatch, VkImage image, in destroyImageLocked() argument 2179 imageInfo->cmpInfo.destroy(deviceDispatch); in destroyImageLocked() 2181 deviceDispatch->vkDestroyImage(device, image, pAllocator); in destroyImageLocked() 2190 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroyImage() local 2193 destroyImageLocked(device, deviceDispatch, image, pAllocator); in on_vkDestroyImage() [all …]
|
D | VkDecoderSnapshotUtils.cpp | 134 VulkanDispatch* dispatch = stateBlock->deviceDispatch; in saveImageContent() 285 VulkanDispatch* dispatch = stateBlock->deviceDispatch; in loadImageContent() 483 VulkanDispatch* dispatch = stateBlock->deviceDispatch; in saveBufferContent() 586 VulkanDispatch* dispatch = stateBlock->deviceDispatch; in loadBufferContent()
|