Lines Matching refs:VkDecoderGlobalState

350 class VkDecoderGlobalState::Impl {
7762 VkDecoderGlobalState::VkDecoderGlobalState() : mImpl(new VkDecoderGlobalState::Impl()) {} in VkDecoderGlobalState() function in gfxstream::vk::VkDecoderGlobalState
7764 VkDecoderGlobalState::~VkDecoderGlobalState() = default;
7766 static VkDecoderGlobalState* sGlobalDecoderState = nullptr;
7769 VkDecoderGlobalState* VkDecoderGlobalState::get() { in get()
7771 sGlobalDecoderState = new VkDecoderGlobalState; in get()
7776 void VkDecoderGlobalState::reset() { in reset()
7782 bool VkDecoderGlobalState::snapshotsEnabled() const { return mImpl->snapshotsEnabled(); } in snapshotsEnabled()
7784 VkDecoderGlobalState::SnapshotState VkDecoderGlobalState::getSnapshotState() const { in getSnapshotState()
7788 const gfxstream::host::FeatureSet& VkDecoderGlobalState::getFeatures() const { return mImpl->getFea… in getFeatures()
7790 bool VkDecoderGlobalState::vkCleanupEnabled() const { return mImpl->vkCleanupEnabled(); } in vkCleanupEnabled()
7792 void VkDecoderGlobalState::save(android::base::Stream* stream) { mImpl->save(stream); } in save()
7794 void VkDecoderGlobalState::load(android::base::Stream* stream, GfxApiLogger& gfxLogger, in load()
7799 void VkDecoderGlobalState::lock() { mImpl->lock(); } in lock()
7801 void VkDecoderGlobalState::unlock() { mImpl->unlock(); } in unlock()
7803 size_t VkDecoderGlobalState::setCreatedHandlesForSnapshotLoad(const unsigned char* buffer) { in setCreatedHandlesForSnapshotLoad()
7807 void VkDecoderGlobalState::clearCreatedHandlesForSnapshotLoad() { in clearCreatedHandlesForSnapshotLoad()
7811 VkResult VkDecoderGlobalState::on_vkEnumerateInstanceVersion(android::base::BumpPool* pool, in on_vkEnumerateInstanceVersion()
7816 VkResult VkDecoderGlobalState::on_vkCreateInstance(android::base::BumpPool* pool, in on_vkCreateInstance()
7823 void VkDecoderGlobalState::on_vkDestroyInstance(android::base::BumpPool* pool, VkInstance instance, in on_vkDestroyInstance()
7828 VkResult VkDecoderGlobalState::on_vkEnumeratePhysicalDevices(android::base::BumpPool* pool, in on_vkEnumeratePhysicalDevices()
7836 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFeatures(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures()
7842 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFeatures2(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures2()
7848 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFeatures2KHR( in on_vkGetPhysicalDeviceFeatures2KHR()
7854 VkResult VkDecoderGlobalState::on_vkGetPhysicalDeviceImageFormatProperties( in on_vkGetPhysicalDeviceImageFormatProperties()
7861 VkResult VkDecoderGlobalState::on_vkGetPhysicalDeviceImageFormatProperties2( in on_vkGetPhysicalDeviceImageFormatProperties2()
7868 VkResult VkDecoderGlobalState::on_vkGetPhysicalDeviceImageFormatProperties2KHR( in on_vkGetPhysicalDeviceImageFormatProperties2KHR()
7876 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFormatProperties( in on_vkGetPhysicalDeviceFormatProperties()
7882 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFormatProperties2( in on_vkGetPhysicalDeviceFormatProperties2()
7888 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFormatProperties2KHR( in on_vkGetPhysicalDeviceFormatProperties2KHR()
7894 void VkDecoderGlobalState::on_vkGetPhysicalDeviceProperties( in on_vkGetPhysicalDeviceProperties()
7900 void VkDecoderGlobalState::on_vkGetPhysicalDeviceProperties2( in on_vkGetPhysicalDeviceProperties2()
7906 void VkDecoderGlobalState::on_vkGetPhysicalDeviceProperties2KHR( in on_vkGetPhysicalDeviceProperties2KHR()
7912 void VkDecoderGlobalState::on_vkGetPhysicalDeviceMemoryProperties( in on_vkGetPhysicalDeviceMemoryProperties()
7918 void VkDecoderGlobalState::on_vkGetPhysicalDeviceMemoryProperties2( in on_vkGetPhysicalDeviceMemoryProperties2()
7924 void VkDecoderGlobalState::on_vkGetPhysicalDeviceMemoryProperties2KHR( in on_vkGetPhysicalDeviceMemoryProperties2KHR()
7930 VkResult VkDecoderGlobalState::on_vkEnumerateDeviceExtensionProperties( in on_vkEnumerateDeviceExtensionProperties()
7937 VkResult VkDecoderGlobalState::on_vkCreateDevice(android::base::BumpPool* pool, in on_vkCreateDevice()
7945 void VkDecoderGlobalState::on_vkGetDeviceQueue(android::base::BumpPool* pool, VkDevice device, in on_vkGetDeviceQueue()
7951 void VkDecoderGlobalState::on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkDevice device, in on_vkGetDeviceQueue2()
7957 void VkDecoderGlobalState::on_vkDestroyDevice(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyDevice()
7962 VkResult VkDecoderGlobalState::on_vkCreateBuffer(android::base::BumpPool* pool, VkDevice device, in on_vkCreateBuffer()
7969 void VkDecoderGlobalState::on_vkDestroyBuffer(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyBuffer()
7975 VkResult VkDecoderGlobalState::on_vkBindBufferMemory(android::base::BumpPool* pool, VkDevice device, in on_vkBindBufferMemory()
7981 VkResult VkDecoderGlobalState::on_vkBindBufferMemory2(android::base::BumpPool* pool, in on_vkBindBufferMemory2()
7987 VkResult VkDecoderGlobalState::on_vkBindBufferMemory2KHR(android::base::BumpPool* pool, in on_vkBindBufferMemory2KHR()
7993 VkResult VkDecoderGlobalState::on_vkCreateImage(android::base::BumpPool* pool, VkDevice device, in on_vkCreateImage()
8000 void VkDecoderGlobalState::on_vkDestroyImage(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyImage()
8006 VkResult VkDecoderGlobalState::on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice device, in on_vkBindImageMemory()
8012 VkResult VkDecoderGlobalState::on_vkBindImageMemory2(android::base::BumpPool* pool, VkDevice device, in on_vkBindImageMemory2()
8018 VkResult VkDecoderGlobalState::on_vkBindImageMemory2KHR(android::base::BumpPool* pool, in on_vkBindImageMemory2KHR()
8024 VkResult VkDecoderGlobalState::on_vkCreateImageView(android::base::BumpPool* pool, VkDevice device, in on_vkCreateImageView()
8031 void VkDecoderGlobalState::on_vkDestroyImageView(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyImageView()
8037 VkResult VkDecoderGlobalState::on_vkCreateSampler(android::base::BumpPool* pool, VkDevice device, in on_vkCreateSampler()
8044 void VkDecoderGlobalState::on_vkDestroySampler(android::base::BumpPool* pool, VkDevice device, in on_vkDestroySampler()
8050 VkResult VkDecoderGlobalState::on_vkCreateSemaphore(android::base::BumpPool* pool, VkDevice device, in on_vkCreateSemaphore()
8057 VkResult VkDecoderGlobalState::on_vkImportSemaphoreFdKHR( in on_vkImportSemaphoreFdKHR()
8063 VkResult VkDecoderGlobalState::on_vkGetSemaphoreFdKHR(android::base::BumpPool* pool, in on_vkGetSemaphoreFdKHR()
8070 void VkDecoderGlobalState::on_vkDestroySemaphore(android::base::BumpPool* pool, VkDevice device, in on_vkDestroySemaphore()
8076 VkResult VkDecoderGlobalState::on_vkCreateFence(android::base::BumpPool* pool, VkDevice device, in on_vkCreateFence()
8083 VkResult VkDecoderGlobalState::on_vkResetFences(android::base::BumpPool* pool, VkDevice device, in on_vkResetFences()
8088 void VkDecoderGlobalState::on_vkDestroyFence(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyFence()
8094 VkResult VkDecoderGlobalState::on_vkCreateDescriptorSetLayout( in on_vkCreateDescriptorSetLayout()
8101 void VkDecoderGlobalState::on_vkDestroyDescriptorSetLayout( in on_vkDestroyDescriptorSetLayout()
8107 VkResult VkDecoderGlobalState::on_vkCreateDescriptorPool( in on_vkCreateDescriptorPool()
8113 void VkDecoderGlobalState::on_vkDestroyDescriptorPool(android::base::BumpPool* pool, in on_vkDestroyDescriptorPool()
8120 VkResult VkDecoderGlobalState::on_vkResetDescriptorPool(android::base::BumpPool* pool, in on_vkResetDescriptorPool()
8127 VkResult VkDecoderGlobalState::on_vkAllocateDescriptorSets( in on_vkAllocateDescriptorSets()
8133 VkResult VkDecoderGlobalState::on_vkFreeDescriptorSets(android::base::BumpPool* pool, in on_vkFreeDescriptorSets()
8142 void VkDecoderGlobalState::on_vkUpdateDescriptorSets(android::base::BumpPool* pool, VkDevice device, in on_vkUpdateDescriptorSets()
8151 VkResult VkDecoderGlobalState::on_vkCreateShaderModule(android::base::BumpPool* pool, in on_vkCreateShaderModule()
8160 void VkDecoderGlobalState::on_vkDestroyShaderModule(android::base::BumpPool* pool, in on_vkDestroyShaderModule()
8167 VkResult VkDecoderGlobalState::on_vkCreatePipelineCache( in on_vkCreatePipelineCache()
8175 void VkDecoderGlobalState::on_vkDestroyPipelineCache(android::base::BumpPool* pool, in on_vkDestroyPipelineCache()
8182 VkResult VkDecoderGlobalState::on_vkCreateGraphicsPipelines( in on_vkCreateGraphicsPipelines()
8190 void VkDecoderGlobalState::on_vkDestroyPipeline(android::base::BumpPool* pool, in on_vkDestroyPipeline()
8196 void VkDecoderGlobalState::on_vkCmdCopyBufferToImage( in on_vkCmdCopyBufferToImage()
8204 void VkDecoderGlobalState::on_vkCmdCopyImage(android::base::BumpPool* pool, in on_vkCmdCopyImage()
8212 void VkDecoderGlobalState::on_vkCmdCopyImageToBuffer(android::base::BumpPool* pool, in on_vkCmdCopyImageToBuffer()
8221 void VkDecoderGlobalState::on_vkCmdCopyBufferToImage2(android::base::BumpPool* pool, in on_vkCmdCopyBufferToImage2()
8228 void VkDecoderGlobalState::on_vkCmdCopyImage2(android::base::BumpPool* pool, in on_vkCmdCopyImage2()
8234 void VkDecoderGlobalState::on_vkCmdCopyImageToBuffer2(android::base::BumpPool* pool, in on_vkCmdCopyImageToBuffer2()
8240 void VkDecoderGlobalState::on_vkCmdCopyBufferToImage2KHR(android::base::BumpPool* pool, in on_vkCmdCopyBufferToImage2KHR()
8247 void VkDecoderGlobalState::on_vkCmdCopyImage2KHR(android::base::BumpPool* pool, in on_vkCmdCopyImage2KHR()
8253 void VkDecoderGlobalState::on_vkCmdCopyImageToBuffer2KHR(android::base::BumpPool* pool, in on_vkCmdCopyImageToBuffer2KHR()
8259 void VkDecoderGlobalState::on_vkGetImageMemoryRequirements( in on_vkGetImageMemoryRequirements()
8265 void VkDecoderGlobalState::on_vkGetImageMemoryRequirements2( in on_vkGetImageMemoryRequirements2()
8271 void VkDecoderGlobalState::on_vkGetImageMemoryRequirements2KHR( in on_vkGetImageMemoryRequirements2KHR()
8277 void VkDecoderGlobalState::on_vkGetBufferMemoryRequirements( in on_vkGetBufferMemoryRequirements()
8283 void VkDecoderGlobalState::on_vkGetBufferMemoryRequirements2( in on_vkGetBufferMemoryRequirements2()
8289 void VkDecoderGlobalState::on_vkGetBufferMemoryRequirements2KHR( in on_vkGetBufferMemoryRequirements2KHR()
8295 void VkDecoderGlobalState::on_vkCmdPipelineBarrier( in on_vkCmdPipelineBarrier()
8307 VkResult VkDecoderGlobalState::on_vkAllocateMemory(android::base::BumpPool* pool, VkDevice device, in on_vkAllocateMemory()
8314 void VkDecoderGlobalState::on_vkFreeMemory(android::base::BumpPool* pool, VkDevice device, in on_vkFreeMemory()
8320 VkResult VkDecoderGlobalState::on_vkMapMemory(android::base::BumpPool* pool, VkDevice device, in on_vkMapMemory()
8327 void VkDecoderGlobalState::on_vkUnmapMemory(android::base::BumpPool* pool, VkDevice device, in on_vkUnmapMemory()
8332 uint8_t* VkDecoderGlobalState::getMappedHostPointer(VkDeviceMemory memory) { in getMappedHostPointer()
8336 VkDeviceSize VkDecoderGlobalState::getDeviceMemorySize(VkDeviceMemory memory) { in getDeviceMemorySize()
8340 bool VkDecoderGlobalState::usingDirectMapping() const { return mImpl->usingDirectMapping(); } in usingDirectMapping()
8342 VkDecoderGlobalState::HostFeatureSupport VkDecoderGlobalState::getHostFeatureSupport() const { in getHostFeatureSupport()
8347 VkResult VkDecoderGlobalState::on_vkGetSwapchainGrallocUsageANDROID(android::base::BumpPool* pool, in on_vkGetSwapchainGrallocUsageANDROID()
8356 VkResult VkDecoderGlobalState::on_vkGetSwapchainGrallocUsage2ANDROID( in on_vkGetSwapchainGrallocUsage2ANDROID()
8365 VkResult VkDecoderGlobalState::on_vkAcquireImageANDROID(android::base::BumpPool* pool, in on_vkAcquireImageANDROID()
8372 VkResult VkDecoderGlobalState::on_vkQueueSignalReleaseImageANDROID( in on_vkQueueSignalReleaseImageANDROID()
8380 VkResult VkDecoderGlobalState::on_vkMapMemoryIntoAddressSpaceGOOGLE(android::base::BumpPool* pool, in on_vkMapMemoryIntoAddressSpaceGOOGLE()
8387 VkResult VkDecoderGlobalState::on_vkGetMemoryHostAddressInfoGOOGLE( in on_vkGetMemoryHostAddressInfoGOOGLE()
8394 VkResult VkDecoderGlobalState::on_vkGetBlobGOOGLE(android::base::BumpPool* pool, VkDevice device, in on_vkGetBlobGOOGLE()
8399 VkResult VkDecoderGlobalState::on_vkFreeMemorySyncGOOGLE(android::base::BumpPool* pool, in on_vkFreeMemorySyncGOOGLE()
8405 VkResult VkDecoderGlobalState::on_vkAllocateCommandBuffers( in on_vkAllocateCommandBuffers()
8411 VkResult VkDecoderGlobalState::on_vkCreateCommandPool(android::base::BumpPool* pool, in on_vkCreateCommandPool()
8419 void VkDecoderGlobalState::on_vkDestroyCommandPool(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyCommandPool()
8425 VkResult VkDecoderGlobalState::on_vkResetCommandPool(android::base::BumpPool* pool, VkDevice device, in on_vkResetCommandPool()
8431 void VkDecoderGlobalState::on_vkCmdExecuteCommands(android::base::BumpPool* pool, in on_vkCmdExecuteCommands()
8438 VkResult VkDecoderGlobalState::on_vkQueueSubmit(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueSubmit()
8444 VkResult VkDecoderGlobalState::on_vkQueueSubmit2(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueSubmit2()
8450 VkResult VkDecoderGlobalState::on_vkQueueWaitIdle(android::base::BumpPool* pool, VkQueue queue) { in on_vkQueueWaitIdle()
8454 VkResult VkDecoderGlobalState::on_vkResetCommandBuffer(android::base::BumpPool* pool, in on_vkResetCommandBuffer()
8460 void VkDecoderGlobalState::on_vkFreeCommandBuffers(android::base::BumpPool* pool, VkDevice device, in on_vkFreeCommandBuffers()
8468 void VkDecoderGlobalState::on_vkGetPhysicalDeviceExternalSemaphoreProperties( in on_vkGetPhysicalDeviceExternalSemaphoreProperties()
8476 void VkDecoderGlobalState::on_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( in on_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
8485 VkResult VkDecoderGlobalState::on_vkCreateDescriptorUpdateTemplate( in on_vkCreateDescriptorUpdateTemplate()
8494 VkResult VkDecoderGlobalState::on_vkCreateDescriptorUpdateTemplateKHR( in on_vkCreateDescriptorUpdateTemplateKHR()
8503 void VkDecoderGlobalState::on_vkDestroyDescriptorUpdateTemplate( in on_vkDestroyDescriptorUpdateTemplate()
8510 void VkDecoderGlobalState::on_vkDestroyDescriptorUpdateTemplateKHR( in on_vkDestroyDescriptorUpdateTemplateKHR()
8517 void VkDecoderGlobalState::on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE( in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
8530 void VkDecoderGlobalState::on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE( in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
8545 VkResult VkDecoderGlobalState::on_vkBeginCommandBuffer(android::base::BumpPool* pool, in on_vkBeginCommandBuffer()
8552 void VkDecoderGlobalState::on_vkBeginCommandBufferAsyncGOOGLE( in on_vkBeginCommandBufferAsyncGOOGLE()
8558 VkResult VkDecoderGlobalState::on_vkEndCommandBuffer(android::base::BumpPool* pool, in on_vkEndCommandBuffer()
8564 void VkDecoderGlobalState::on_vkEndCommandBufferAsyncGOOGLE(android::base::BumpPool* pool, in on_vkEndCommandBufferAsyncGOOGLE()
8570 void VkDecoderGlobalState::on_vkResetCommandBufferAsyncGOOGLE(android::base::BumpPool* pool, in on_vkResetCommandBufferAsyncGOOGLE()
8576 void VkDecoderGlobalState::on_vkCommandBufferHostSyncGOOGLE(android::base::BumpPool* pool, in on_vkCommandBufferHostSyncGOOGLE()
8583 VkResult VkDecoderGlobalState::on_vkCreateImageWithRequirementsGOOGLE( in on_vkCreateImageWithRequirementsGOOGLE()
8591 VkResult VkDecoderGlobalState::on_vkCreateBufferWithRequirementsGOOGLE( in on_vkCreateBufferWithRequirementsGOOGLE()
8599 void VkDecoderGlobalState::on_vkCmdBindPipeline(android::base::BumpPool* pool, in on_vkCmdBindPipeline()
8606 void VkDecoderGlobalState::on_vkCmdBindDescriptorSets( in on_vkCmdBindDescriptorSets()
8616 VkResult VkDecoderGlobalState::on_vkCreateRenderPass(android::base::BumpPool* pool, in on_vkCreateRenderPass()
8624 VkResult VkDecoderGlobalState::on_vkCreateRenderPass2(android::base::BumpPool* pool, in on_vkCreateRenderPass2()
8632 VkResult VkDecoderGlobalState::on_vkCreateRenderPass2KHR( in on_vkCreateRenderPass2KHR()
8639 void VkDecoderGlobalState::on_vkDestroyRenderPass(android::base::BumpPool* pool, in on_vkDestroyRenderPass()
8645 void VkDecoderGlobalState::on_vkCmdBeginRenderPass(android::base::BumpPool* pool, in on_vkCmdBeginRenderPass()
8652 void VkDecoderGlobalState::on_vkCmdBeginRenderPass2(android::base::BumpPool* pool, in on_vkCmdBeginRenderPass2()
8660 void VkDecoderGlobalState::on_vkCmdBeginRenderPass2KHR( in on_vkCmdBeginRenderPass2KHR()
8667 VkResult VkDecoderGlobalState::on_vkCreateFramebuffer(android::base::BumpPool* pool, in on_vkCreateFramebuffer()
8675 void VkDecoderGlobalState::on_vkDestroyFramebuffer(android::base::BumpPool* pool, in on_vkDestroyFramebuffer()
8681 void VkDecoderGlobalState::on_vkQueueHostSyncGOOGLE(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueHostSyncGOOGLE()
8687 void VkDecoderGlobalState::on_vkCmdCopyQueryPoolResults(android::base::BumpPool* pool, in on_vkCmdCopyQueryPoolResults()
8697 void VkDecoderGlobalState::on_vkQueueSubmitAsyncGOOGLE(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueSubmitAsyncGOOGLE()
8704 void VkDecoderGlobalState::on_vkQueueSubmitAsync2GOOGLE(android::base::BumpPool* pool, in on_vkQueueSubmitAsync2GOOGLE()
8711 void VkDecoderGlobalState::on_vkQueueWaitIdleAsyncGOOGLE(android::base::BumpPool* pool, in on_vkQueueWaitIdleAsyncGOOGLE()
8716 void VkDecoderGlobalState::on_vkQueueBindSparseAsyncGOOGLE(android::base::BumpPool* pool, in on_vkQueueBindSparseAsyncGOOGLE()
8723 void VkDecoderGlobalState::on_vkGetLinearImageLayoutGOOGLE(android::base::BumpPool* pool, in on_vkGetLinearImageLayoutGOOGLE()
8730 void VkDecoderGlobalState::on_vkGetLinearImageLayout2GOOGLE(android::base::BumpPool* pool, in on_vkGetLinearImageLayout2GOOGLE()
8738 void VkDecoderGlobalState::on_vkQueueFlushCommandsGOOGLE(android::base::BumpPool* pool, in on_vkQueueFlushCommandsGOOGLE()
8746 void VkDecoderGlobalState::on_vkQueueFlushCommandsFromAuxMemoryGOOGLE( in on_vkQueueFlushCommandsFromAuxMemoryGOOGLE()
8754 void VkDecoderGlobalState::on_vkQueueCommitDescriptorSetUpdatesGOOGLE( in on_vkQueueCommitDescriptorSetUpdatesGOOGLE()
8768 void VkDecoderGlobalState::on_vkCollectDescriptorPoolIdsGOOGLE(android::base::BumpPool* pool, in on_vkCollectDescriptorPoolIdsGOOGLE()
8777 VkResult VkDecoderGlobalState::on_vkQueueBindSparse(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueBindSparse()
8784 void VkDecoderGlobalState::on_vkQueueSignalReleaseImageANDROIDAsyncGOOGLE( in on_vkQueueSignalReleaseImageANDROIDAsyncGOOGLE()
8792 VkResult VkDecoderGlobalState::on_vkCreateSamplerYcbcrConversion( in on_vkCreateSamplerYcbcrConversion()
8800 VkResult VkDecoderGlobalState::on_vkCreateSamplerYcbcrConversionKHR( in on_vkCreateSamplerYcbcrConversionKHR()
8808 void VkDecoderGlobalState::on_vkDestroySamplerYcbcrConversion( in on_vkDestroySamplerYcbcrConversion()
8814 void VkDecoderGlobalState::on_vkDestroySamplerYcbcrConversionKHR( in on_vkDestroySamplerYcbcrConversionKHR()
8820 void VkDecoderGlobalState::on_DeviceLost() { mImpl->on_DeviceLost(); } in on_DeviceLost()
8822 void VkDecoderGlobalState::DeviceLostHandler() { mImpl->DeviceLostHandler(); } in DeviceLostHandler()
8824 void VkDecoderGlobalState::on_CheckOutOfMemory(VkResult result, uint32_t opCode, in on_CheckOutOfMemory()
8830 VkResult VkDecoderGlobalState::waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence()
8834 VkResult VkDecoderGlobalState::getFenceStatus(VkFence boxed_fence) { in getFenceStatus()
8838 AsyncResult VkDecoderGlobalState::registerQsriCallback(VkImage image, in registerQsriCallback()
8843 void VkDecoderGlobalState::deviceMemoryTransform_tohost(VkDeviceMemory* memory, in deviceMemoryTransform_tohost()
8862 void VkDecoderGlobalState::deviceMemoryTransform_fromhost( in deviceMemoryTransform_fromhost()
8879 VkDecoderSnapshot* VkDecoderGlobalState::snapshot() { return mImpl->snapshot(); } in snapshot()
8882 void VkDecoderGlobalState::transformImpl_##type##_tohost(const type* val, uint32_t count) { \
8885 void VkDecoderGlobalState::transformImpl_##type##_fromhost(const type* val, uint32_t count) { \
8892 type VkDecoderGlobalState::new_boxed_##type(type underlying, VulkanDispatch* dispatch, \
8896 void VkDecoderGlobalState::delete_##type(type boxed) { mImpl->delete_##type(boxed); } \
8897 type VkDecoderGlobalState::unbox_##type(type boxed) { return mImpl->unbox_##type(boxed); } \
8898 type VkDecoderGlobalState::unboxed_to_boxed_##type(type unboxed) { \
8901 VulkanDispatch* VkDecoderGlobalState::dispatch_##type(type boxed) { \
8906 type VkDecoderGlobalState::new_boxed_non_dispatchable_##type(type underlying) { \
8909 void VkDecoderGlobalState::delete_##type(type boxed) { mImpl->delete_##type(boxed); } \
8910 type VkDecoderGlobalState::unbox_##type(type boxed) { return mImpl->unbox_##type(boxed); } \
8911 type VkDecoderGlobalState::unboxed_to_boxed_non_dispatchable_##type(type unboxed) { \
8950 return VkDecoderGlobalState::get()->new_boxed_non_dispatchable_##type(underlying); \
8994 handles[i] = VkDecoderGlobalState::get()->unbox_##type_name(handles[i]); \
9007 (uint64_t)VkDecoderGlobalState::get()->unbox_##type_name(handles[i]); \
9019 handles[i] = VkDecoderGlobalState::get()->unbox_##type_name( \
9035 handles[i] = VkDecoderGlobalState::get()->unbox_##type_name(handles[i]); \
9050 (uint64_t)VkDecoderGlobalState::get()->unbox_##type_name(handles[i]); \
9064 handles[i] = VkDecoderGlobalState::get()->unbox_##type_name( \