Lines Matching refs:VkDecoderSnapshot

44 class VkDecoderSnapshot::Impl {
3766 VkDecoderSnapshot::VkDecoderSnapshot() : mImpl(new VkDecoderSnapshot::Impl()) {} in VkDecoderSnapshot() function in VkDecoderSnapshot
3768 void VkDecoderSnapshot::save(android::base::Stream* stream) { mImpl->save(stream); } in save()
3770 void VkDecoderSnapshot::load(android::base::Stream* stream, GfxApiLogger& gfx_logger, in load()
3775 void VkDecoderSnapshot::createExtraHandlesForNextApi(const uint64_t* created, uint32_t count) { in createExtraHandlesForNextApi()
3779 VkDecoderSnapshot::~VkDecoderSnapshot() = default;
3781 void VkDecoderSnapshot::vkCreateInstance(const uint8_t* snapshotTraceBegin, in vkCreateInstance()
3792 void VkDecoderSnapshot::vkDestroyInstance(const uint8_t* snapshotTraceBegin, in vkDestroyInstance()
3800 void VkDecoderSnapshot::vkEnumeratePhysicalDevices(const uint8_t* snapshotTraceBegin, in vkEnumeratePhysicalDevices()
3811 void VkDecoderSnapshot::vkGetPhysicalDeviceFeatures(const uint8_t* snapshotTraceBegin, in vkGetPhysicalDeviceFeatures()
3821 void VkDecoderSnapshot::vkGetPhysicalDeviceFormatProperties( in vkGetPhysicalDeviceFormatProperties()
3829 void VkDecoderSnapshot::vkGetPhysicalDeviceImageFormatProperties( in vkGetPhysicalDeviceImageFormatProperties()
3840 void VkDecoderSnapshot::vkGetPhysicalDeviceProperties(const uint8_t* snapshotTraceBegin, in vkGetPhysicalDeviceProperties()
3850 void VkDecoderSnapshot::vkGetPhysicalDeviceQueueFamilyProperties( in vkGetPhysicalDeviceQueueFamilyProperties()
3860 void VkDecoderSnapshot::vkGetPhysicalDeviceMemoryProperties( in vkGetPhysicalDeviceMemoryProperties()
3868 void VkDecoderSnapshot::vkGetInstanceProcAddr(const uint8_t* snapshotTraceBegin, in vkGetInstanceProcAddr()
3878 void VkDecoderSnapshot::vkGetDeviceProcAddr(const uint8_t* snapshotTraceBegin, in vkGetDeviceProcAddr()
3888 void VkDecoderSnapshot::vkCreateDevice(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCreateDevice()
3898 void VkDecoderSnapshot::vkDestroyDevice(const uint8_t* snapshotTraceBegin, in vkDestroyDevice()
3905 void VkDecoderSnapshot::vkEnumerateInstanceExtensionProperties( in vkEnumerateInstanceExtensionProperties()
3915 void VkDecoderSnapshot::vkEnumerateDeviceExtensionProperties( in vkEnumerateDeviceExtensionProperties()
3925 void VkDecoderSnapshot::vkEnumerateInstanceLayerProperties( in vkEnumerateInstanceLayerProperties()
3933 void VkDecoderSnapshot::vkEnumerateDeviceLayerProperties( in vkEnumerateDeviceLayerProperties()
3943 void VkDecoderSnapshot::vkGetDeviceQueue(const uint8_t* snapshotTraceBegin, in vkGetDeviceQueue()
3952 void VkDecoderSnapshot::vkQueueSubmit(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkQueueSubmit()
3961 void VkDecoderSnapshot::vkQueueWaitIdle(const uint8_t* snapshotTraceBegin, in vkQueueWaitIdle()
3968 void VkDecoderSnapshot::vkDeviceWaitIdle(const uint8_t* snapshotTraceBegin, in vkDeviceWaitIdle()
3975 void VkDecoderSnapshot::vkAllocateMemory(const uint8_t* snapshotTraceBegin, in vkAllocateMemory()
3986 void VkDecoderSnapshot::vkFreeMemory(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkFreeMemory()
3994 void VkDecoderSnapshot::vkMapMemory(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkMapMemory()
4003 void VkDecoderSnapshot::vkUnmapMemory(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkUnmapMemory()
4010 void VkDecoderSnapshot::vkFlushMappedMemoryRanges(const uint8_t* snapshotTraceBegin, in vkFlushMappedMemoryRanges()
4021 void VkDecoderSnapshot::vkInvalidateMappedMemoryRanges(const uint8_t* snapshotTraceBegin, in vkInvalidateMappedMemoryRanges()
4032 void VkDecoderSnapshot::vkGetDeviceMemoryCommitment(const uint8_t* snapshotTraceBegin, in vkGetDeviceMemoryCommitment()
4042 void VkDecoderSnapshot::vkBindBufferMemory(const uint8_t* snapshotTraceBegin, in vkBindBufferMemory()
4051 void VkDecoderSnapshot::vkBindImageMemory(const uint8_t* snapshotTraceBegin, in vkBindImageMemory()
4060 void VkDecoderSnapshot::vkGetBufferMemoryRequirements(const uint8_t* snapshotTraceBegin, in vkGetBufferMemoryRequirements()
4070 void VkDecoderSnapshot::vkGetImageMemoryRequirements(const uint8_t* snapshotTraceBegin, in vkGetImageMemoryRequirements()
4080 void VkDecoderSnapshot::vkGetImageSparseMemoryRequirements( in vkGetImageSparseMemoryRequirements()
4090 void VkDecoderSnapshot::vkGetPhysicalDeviceSparseImageFormatProperties( in vkGetPhysicalDeviceSparseImageFormatProperties()
4101 void VkDecoderSnapshot::vkQueueBindSparse(const uint8_t* snapshotTraceBegin, in vkQueueBindSparse()
4111 void VkDecoderSnapshot::vkCreateFence(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCreateFence()
4120 void VkDecoderSnapshot::vkDestroyFence(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkDestroyFence()
4127 void VkDecoderSnapshot::vkResetFences(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkResetFences()
4136 void VkDecoderSnapshot::vkGetFenceStatus(const uint8_t* snapshotTraceBegin, in vkGetFenceStatus()
4144 void VkDecoderSnapshot::vkWaitForFences(const uint8_t* snapshotTraceBegin, in vkWaitForFences()
4154 void VkDecoderSnapshot::vkCreateSemaphore(const uint8_t* snapshotTraceBegin, in vkCreateSemaphore()
4165 void VkDecoderSnapshot::vkDestroySemaphore(const uint8_t* snapshotTraceBegin, in vkDestroySemaphore()
4174 void VkDecoderSnapshot::vkCreateEvent(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCreateEvent()
4183 void VkDecoderSnapshot::vkDestroyEvent(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkDestroyEvent()
4190 void VkDecoderSnapshot::vkGetEventStatus(const uint8_t* snapshotTraceBegin, in vkGetEventStatus()
4198 void VkDecoderSnapshot::vkSetEvent(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkSetEvent()
4205 void VkDecoderSnapshot::vkResetEvent(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkResetEvent()
4212 void VkDecoderSnapshot::vkCreateQueryPool(const uint8_t* snapshotTraceBegin, in vkCreateQueryPool()
4223 void VkDecoderSnapshot::vkDestroyQueryPool(const uint8_t* snapshotTraceBegin, in vkDestroyQueryPool()
4232 void VkDecoderSnapshot::vkGetQueryPoolResults(const uint8_t* snapshotTraceBegin, in vkGetQueryPoolResults()
4244 void VkDecoderSnapshot::vkCreateBuffer(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCreateBuffer()
4253 void VkDecoderSnapshot::vkDestroyBuffer(const uint8_t* snapshotTraceBegin, in vkDestroyBuffer()
4262 void VkDecoderSnapshot::vkCreateBufferView(const uint8_t* snapshotTraceBegin, in vkCreateBufferView()
4273 void VkDecoderSnapshot::vkDestroyBufferView(const uint8_t* snapshotTraceBegin, in vkDestroyBufferView()
4283 void VkDecoderSnapshot::vkCreateImage(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCreateImage()
4292 void VkDecoderSnapshot::vkDestroyImage(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkDestroyImage()
4299 void VkDecoderSnapshot::vkGetImageSubresourceLayout(const uint8_t* snapshotTraceBegin, in vkGetImageSubresourceLayout()
4310 void VkDecoderSnapshot::vkCreateImageView(const uint8_t* snapshotTraceBegin, in vkCreateImageView()
4321 void VkDecoderSnapshot::vkDestroyImageView(const uint8_t* snapshotTraceBegin, in vkDestroyImageView()
4330 void VkDecoderSnapshot::vkCreateShaderModule( in vkCreateShaderModule()
4339 void VkDecoderSnapshot::vkDestroyShaderModule(const uint8_t* snapshotTraceBegin, in vkDestroyShaderModule()
4349 void VkDecoderSnapshot::vkCreatePipelineCache( in vkCreatePipelineCache()
4358 void VkDecoderSnapshot::vkDestroyPipelineCache(const uint8_t* snapshotTraceBegin, in vkDestroyPipelineCache()
4368 void VkDecoderSnapshot::vkGetPipelineCacheData(const uint8_t* snapshotTraceBegin, in vkGetPipelineCacheData()
4378 void VkDecoderSnapshot::vkMergePipelineCaches(const uint8_t* snapshotTraceBegin, in vkMergePipelineCaches()
4389 void VkDecoderSnapshot::vkCreateGraphicsPipelines( in vkCreateGraphicsPipelines()
4400 void VkDecoderSnapshot::vkCreateComputePipelines( in vkCreateComputePipelines()
4411 void VkDecoderSnapshot::vkDestroyPipeline(const uint8_t* snapshotTraceBegin, in vkDestroyPipeline()
4420 void VkDecoderSnapshot::vkCreatePipelineLayout( in vkCreatePipelineLayout()
4429 void VkDecoderSnapshot::vkDestroyPipelineLayout(const uint8_t* snapshotTraceBegin, in vkDestroyPipelineLayout()
4439 void VkDecoderSnapshot::vkCreateSampler(const uint8_t* snapshotTraceBegin, in vkCreateSampler()
4450 void VkDecoderSnapshot::vkDestroySampler(const uint8_t* snapshotTraceBegin, in vkDestroySampler()
4459 void VkDecoderSnapshot::vkCreateDescriptorSetLayout( in vkCreateDescriptorSetLayout()
4468 void VkDecoderSnapshot::vkDestroyDescriptorSetLayout(const uint8_t* snapshotTraceBegin, in vkDestroyDescriptorSetLayout()
4478 void VkDecoderSnapshot::vkCreateDescriptorPool( in vkCreateDescriptorPool()
4487 void VkDecoderSnapshot::vkDestroyDescriptorPool(const uint8_t* snapshotTraceBegin, in vkDestroyDescriptorPool()
4497 void VkDecoderSnapshot::vkResetDescriptorPool(const uint8_t* snapshotTraceBegin, in vkResetDescriptorPool()
4507 void VkDecoderSnapshot::vkAllocateDescriptorSets(const uint8_t* snapshotTraceBegin, in vkAllocateDescriptorSets()
4518 void VkDecoderSnapshot::vkFreeDescriptorSets(const uint8_t* snapshotTraceBegin, in vkFreeDescriptorSets()
4529 void VkDecoderSnapshot::vkUpdateDescriptorSets( in vkUpdateDescriptorSets()
4539 void VkDecoderSnapshot::vkCreateFramebuffer( in vkCreateFramebuffer()
4548 void VkDecoderSnapshot::vkDestroyFramebuffer(const uint8_t* snapshotTraceBegin, in vkDestroyFramebuffer()
4558 void VkDecoderSnapshot::vkCreateRenderPass(const uint8_t* snapshotTraceBegin, in vkCreateRenderPass()
4569 void VkDecoderSnapshot::vkDestroyRenderPass(const uint8_t* snapshotTraceBegin, in vkDestroyRenderPass()
4579 void VkDecoderSnapshot::vkGetRenderAreaGranularity(const uint8_t* snapshotTraceBegin, in vkGetRenderAreaGranularity()
4589 void VkDecoderSnapshot::vkCreateCommandPool( in vkCreateCommandPool()
4598 void VkDecoderSnapshot::vkDestroyCommandPool(const uint8_t* snapshotTraceBegin, in vkDestroyCommandPool()
4608 void VkDecoderSnapshot::vkResetCommandPool(const uint8_t* snapshotTraceBegin, in vkResetCommandPool()
4618 void VkDecoderSnapshot::vkAllocateCommandBuffers(const uint8_t* snapshotTraceBegin, in vkAllocateCommandBuffers()
4629 void VkDecoderSnapshot::vkFreeCommandBuffers(const uint8_t* snapshotTraceBegin, in vkFreeCommandBuffers()
4639 void VkDecoderSnapshot::vkBeginCommandBuffer(const uint8_t* snapshotTraceBegin, in vkBeginCommandBuffer()
4649 void VkDecoderSnapshot::vkEndCommandBuffer(const uint8_t* snapshotTraceBegin, in vkEndCommandBuffer()
4657 void VkDecoderSnapshot::vkResetCommandBuffer(const uint8_t* snapshotTraceBegin, in vkResetCommandBuffer()
4667 void VkDecoderSnapshot::vkCmdBindPipeline(const uint8_t* snapshotTraceBegin, in vkCmdBindPipeline()
4677 void VkDecoderSnapshot::vkCmdSetViewport(const uint8_t* snapshotTraceBegin, in vkCmdSetViewport()
4686 void VkDecoderSnapshot::vkCmdSetScissor(const uint8_t* snapshotTraceBegin, in vkCmdSetScissor()
4695 void VkDecoderSnapshot::vkCmdSetLineWidth(const uint8_t* snapshotTraceBegin, in vkCmdSetLineWidth()
4703 void VkDecoderSnapshot::vkCmdSetDepthBias(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthBias()
4713 void VkDecoderSnapshot::vkCmdSetBlendConstants(const uint8_t* snapshotTraceBegin, in vkCmdSetBlendConstants()
4723 void VkDecoderSnapshot::vkCmdSetDepthBounds(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthBounds()
4733 void VkDecoderSnapshot::vkCmdSetStencilCompareMask( in vkCmdSetStencilCompareMask()
4741 void VkDecoderSnapshot::vkCmdSetStencilWriteMask(const uint8_t* snapshotTraceBegin, in vkCmdSetStencilWriteMask()
4751 void VkDecoderSnapshot::vkCmdSetStencilReference(const uint8_t* snapshotTraceBegin, in vkCmdSetStencilReference()
4761 void VkDecoderSnapshot::vkCmdBindDescriptorSets( in vkCmdBindDescriptorSets()
4772 void VkDecoderSnapshot::vkCmdBindIndexBuffer(const uint8_t* snapshotTraceBegin, in vkCmdBindIndexBuffer()
4782 void VkDecoderSnapshot::vkCmdBindVertexBuffers(const uint8_t* snapshotTraceBegin, in vkCmdBindVertexBuffers()
4793 void VkDecoderSnapshot::vkCmdDraw(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdDraw()
4802 void VkDecoderSnapshot::vkCmdDrawIndexed(const uint8_t* snapshotTraceBegin, in vkCmdDrawIndexed()
4812 void VkDecoderSnapshot::vkCmdDrawIndirect(const uint8_t* snapshotTraceBegin, in vkCmdDrawIndirect()
4822 void VkDecoderSnapshot::vkCmdDrawIndexedIndirect(const uint8_t* snapshotTraceBegin, in vkCmdDrawIndexedIndirect()
4833 void VkDecoderSnapshot::vkCmdDispatch(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdDispatch()
4842 void VkDecoderSnapshot::vkCmdDispatchIndirect(const uint8_t* snapshotTraceBegin, in vkCmdDispatchIndirect()
4852 void VkDecoderSnapshot::vkCmdCopyBuffer(const uint8_t* snapshotTraceBegin, in vkCmdCopyBuffer()
4862 void VkDecoderSnapshot::vkCmdCopyImage(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdCopyImage()
4872 void VkDecoderSnapshot::vkCmdBlitImage(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdBlitImage()
4883 void VkDecoderSnapshot::vkCmdCopyBufferToImage( in vkCmdCopyBufferToImage()
4892 void VkDecoderSnapshot::vkCmdCopyImageToBuffer( in vkCmdCopyImageToBuffer()
4901 void VkDecoderSnapshot::vkCmdUpdateBuffer(const uint8_t* snapshotTraceBegin, in vkCmdUpdateBuffer()
4911 void VkDecoderSnapshot::vkCmdFillBuffer(const uint8_t* snapshotTraceBegin, in vkCmdFillBuffer()
4920 void VkDecoderSnapshot::vkCmdClearColorImage( in vkCmdClearColorImage()
4929 void VkDecoderSnapshot::vkCmdClearDepthStencilImage( in vkCmdClearDepthStencilImage()
4939 void VkDecoderSnapshot::vkCmdClearAttachments( in vkCmdClearAttachments()
4948 void VkDecoderSnapshot::vkCmdResolveImage(const uint8_t* snapshotTraceBegin, in vkCmdResolveImage()
4959 void VkDecoderSnapshot::vkCmdSetEvent(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdSetEvent()
4967 void VkDecoderSnapshot::vkCmdResetEvent(const uint8_t* snapshotTraceBegin, in vkCmdResetEvent()
4976 void VkDecoderSnapshot::vkCmdWaitEvents( in vkCmdWaitEvents()
4990 void VkDecoderSnapshot::vkCmdPipelineBarrier( in vkCmdPipelineBarrier()
5004 void VkDecoderSnapshot::vkCmdBeginQuery(const uint8_t* snapshotTraceBegin, in vkCmdBeginQuery()
5013 void VkDecoderSnapshot::vkCmdEndQuery(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdEndQuery()
5021 void VkDecoderSnapshot::vkCmdResetQueryPool(const uint8_t* snapshotTraceBegin, in vkCmdResetQueryPool()
5031 void VkDecoderSnapshot::vkCmdWriteTimestamp(const uint8_t* snapshotTraceBegin, in vkCmdWriteTimestamp()
5042 void VkDecoderSnapshot::vkCmdCopyQueryPoolResults( in vkCmdCopyQueryPoolResults()
5052 void VkDecoderSnapshot::vkCmdPushConstants(const uint8_t* snapshotTraceBegin, in vkCmdPushConstants()
5062 void VkDecoderSnapshot::vkCmdBeginRenderPass(const uint8_t* snapshotTraceBegin, in vkCmdBeginRenderPass()
5073 void VkDecoderSnapshot::vkCmdNextSubpass(const uint8_t* snapshotTraceBegin, in vkCmdNextSubpass()
5081 void VkDecoderSnapshot::vkCmdEndRenderPass(const uint8_t* snapshotTraceBegin, in vkCmdEndRenderPass()
5088 void VkDecoderSnapshot::vkCmdExecuteCommands(const uint8_t* snapshotTraceBegin, in vkCmdExecuteCommands()
5099 void VkDecoderSnapshot::vkEnumerateInstanceVersion(const uint8_t* snapshotTraceBegin, in vkEnumerateInstanceVersion()
5108 void VkDecoderSnapshot::vkBindBufferMemory2(const uint8_t* snapshotTraceBegin, in vkBindBufferMemory2()
5118 void VkDecoderSnapshot::vkBindImageMemory2(const uint8_t* snapshotTraceBegin, in vkBindImageMemory2()
5128 void VkDecoderSnapshot::vkGetDeviceGroupPeerMemoryFeatures( in vkGetDeviceGroupPeerMemoryFeatures()
5138 void VkDecoderSnapshot::vkCmdSetDeviceMask(const uint8_t* snapshotTraceBegin, in vkCmdSetDeviceMask()
5146 void VkDecoderSnapshot::vkCmdDispatchBase(const uint8_t* snapshotTraceBegin, in vkCmdDispatchBase()
5158 void VkDecoderSnapshot::vkEnumeratePhysicalDeviceGroups( in vkEnumeratePhysicalDeviceGroups()
5168 void VkDecoderSnapshot::vkGetImageMemoryRequirements2(const uint8_t* snapshotTraceBegin, in vkGetImageMemoryRequirements2()
5179 void VkDecoderSnapshot::vkGetBufferMemoryRequirements2(const uint8_t* snapshotTraceBegin, in vkGetBufferMemoryRequirements2()
5190 void VkDecoderSnapshot::vkGetImageSparseMemoryRequirements2( in vkGetImageSparseMemoryRequirements2()
5201 void VkDecoderSnapshot::vkGetPhysicalDeviceFeatures2(const uint8_t* snapshotTraceBegin, in vkGetPhysicalDeviceFeatures2()
5211 void VkDecoderSnapshot::vkGetPhysicalDeviceProperties2(const uint8_t* snapshotTraceBegin, in vkGetPhysicalDeviceProperties2()
5221 void VkDecoderSnapshot::vkGetPhysicalDeviceFormatProperties2( in vkGetPhysicalDeviceFormatProperties2()
5229 void VkDecoderSnapshot::vkGetPhysicalDeviceImageFormatProperties2( in vkGetPhysicalDeviceImageFormatProperties2()
5240 void VkDecoderSnapshot::vkGetPhysicalDeviceQueueFamilyProperties2( in vkGetPhysicalDeviceQueueFamilyProperties2()
5250 void VkDecoderSnapshot::vkGetPhysicalDeviceMemoryProperties2( in vkGetPhysicalDeviceMemoryProperties2()
5258 void VkDecoderSnapshot::vkGetPhysicalDeviceSparseImageFormatProperties2( in vkGetPhysicalDeviceSparseImageFormatProperties2()
5268 void VkDecoderSnapshot::vkTrimCommandPool(const uint8_t* snapshotTraceBegin, in vkTrimCommandPool()
5277 void VkDecoderSnapshot::vkGetDeviceQueue2(const uint8_t* snapshotTraceBegin, in vkGetDeviceQueue2()
5286 void VkDecoderSnapshot::vkCreateSamplerYcbcrConversion( in vkCreateSamplerYcbcrConversion()
5296 void VkDecoderSnapshot::vkDestroySamplerYcbcrConversion(const uint8_t* snapshotTraceBegin, in vkDestroySamplerYcbcrConversion()
5307 void VkDecoderSnapshot::vkCreateDescriptorUpdateTemplate( in vkCreateDescriptorUpdateTemplate()
5318 void VkDecoderSnapshot::vkDestroyDescriptorUpdateTemplate( in vkDestroyDescriptorUpdateTemplate()
5327 void VkDecoderSnapshot::vkUpdateDescriptorSetWithTemplate( in vkUpdateDescriptorSetWithTemplate()
5336 void VkDecoderSnapshot::vkGetPhysicalDeviceExternalBufferProperties( in vkGetPhysicalDeviceExternalBufferProperties()
5346 void VkDecoderSnapshot::vkGetPhysicalDeviceExternalFenceProperties( in vkGetPhysicalDeviceExternalFenceProperties()
5356 void VkDecoderSnapshot::vkGetPhysicalDeviceExternalSemaphoreProperties( in vkGetPhysicalDeviceExternalSemaphoreProperties()
5367 void VkDecoderSnapshot::vkGetDescriptorSetLayoutSupport( in vkGetDescriptorSetLayoutSupport()
5376 void VkDecoderSnapshot::vkCmdDrawIndirectCount( in vkCmdDrawIndirectCount()
5386 void VkDecoderSnapshot::vkCmdDrawIndexedIndirectCount( in vkCmdDrawIndexedIndirectCount()
5396 void VkDecoderSnapshot::vkCreateRenderPass2( in vkCreateRenderPass2()
5405 void VkDecoderSnapshot::vkCmdBeginRenderPass2(const uint8_t* snapshotTraceBegin, in vkCmdBeginRenderPass2()
5416 void VkDecoderSnapshot::vkCmdNextSubpass2(const uint8_t* snapshotTraceBegin, in vkCmdNextSubpass2()
5426 void VkDecoderSnapshot::vkCmdEndRenderPass2(const uint8_t* snapshotTraceBegin, in vkCmdEndRenderPass2()
5436 void VkDecoderSnapshot::vkResetQueryPool(const uint8_t* snapshotTraceBegin, in vkResetQueryPool()
5445 void VkDecoderSnapshot::vkGetSemaphoreCounterValue(const uint8_t* snapshotTraceBegin, in vkGetSemaphoreCounterValue()
5455 void VkDecoderSnapshot::vkWaitSemaphores(const uint8_t* snapshotTraceBegin, in vkWaitSemaphores()
5464 void VkDecoderSnapshot::vkSignalSemaphore(const uint8_t* snapshotTraceBegin, in vkSignalSemaphore()
5473 void VkDecoderSnapshot::vkGetBufferDeviceAddress(const uint8_t* snapshotTraceBegin, in vkGetBufferDeviceAddress()
5483 void VkDecoderSnapshot::vkGetBufferOpaqueCaptureAddress(const uint8_t* snapshotTraceBegin, in vkGetBufferOpaqueCaptureAddress()
5493 void VkDecoderSnapshot::vkGetDeviceMemoryOpaqueCaptureAddress( in vkGetDeviceMemoryOpaqueCaptureAddress()
5501 void VkDecoderSnapshot::vkGetPhysicalDeviceToolProperties( in vkGetPhysicalDeviceToolProperties()
5511 void VkDecoderSnapshot::vkCreatePrivateDataSlot( in vkCreatePrivateDataSlot()
5520 void VkDecoderSnapshot::vkDestroyPrivateDataSlot(const uint8_t* snapshotTraceBegin, in vkDestroyPrivateDataSlot()
5530 void VkDecoderSnapshot::vkSetPrivateData(const uint8_t* snapshotTraceBegin, in vkSetPrivateData()
5540 void VkDecoderSnapshot::vkGetPrivateData(const uint8_t* snapshotTraceBegin, in vkGetPrivateData()
5550 void VkDecoderSnapshot::vkCmdSetEvent2(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdSetEvent2()
5558 void VkDecoderSnapshot::vkCmdResetEvent2(const uint8_t* snapshotTraceBegin, in vkCmdResetEvent2()
5567 void VkDecoderSnapshot::vkCmdWaitEvents2(const uint8_t* snapshotTraceBegin, in vkCmdWaitEvents2()
5577 void VkDecoderSnapshot::vkCmdPipelineBarrier2(const uint8_t* snapshotTraceBegin, in vkCmdPipelineBarrier2()
5587 void VkDecoderSnapshot::vkCmdWriteTimestamp2(const uint8_t* snapshotTraceBegin, in vkCmdWriteTimestamp2()
5598 void VkDecoderSnapshot::vkQueueSubmit2(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkQueueSubmit2()
5607 void VkDecoderSnapshot::vkCmdCopyBuffer2(const uint8_t* snapshotTraceBegin, in vkCmdCopyBuffer2()
5616 void VkDecoderSnapshot::vkCmdCopyImage2(const uint8_t* snapshotTraceBegin, in vkCmdCopyImage2()
5625 void VkDecoderSnapshot::vkCmdCopyBufferToImage2( in vkCmdCopyBufferToImage2()
5633 void VkDecoderSnapshot::vkCmdCopyImageToBuffer2( in vkCmdCopyImageToBuffer2()
5641 void VkDecoderSnapshot::vkCmdBlitImage2(const uint8_t* snapshotTraceBegin, in vkCmdBlitImage2()
5650 void VkDecoderSnapshot::vkCmdResolveImage2(const uint8_t* snapshotTraceBegin, in vkCmdResolveImage2()
5659 void VkDecoderSnapshot::vkCmdBeginRendering(const uint8_t* snapshotTraceBegin, in vkCmdBeginRendering()
5669 void VkDecoderSnapshot::vkCmdEndRendering(const uint8_t* snapshotTraceBegin, in vkCmdEndRendering()
5676 void VkDecoderSnapshot::vkCmdSetCullMode(const uint8_t* snapshotTraceBegin, in vkCmdSetCullMode()
5683 void VkDecoderSnapshot::vkCmdSetFrontFace(const uint8_t* snapshotTraceBegin, in vkCmdSetFrontFace()
5691 void VkDecoderSnapshot::vkCmdSetPrimitiveTopology(const uint8_t* snapshotTraceBegin, in vkCmdSetPrimitiveTopology()
5701 void VkDecoderSnapshot::vkCmdSetViewportWithCount( in vkCmdSetViewportWithCount()
5709 void VkDecoderSnapshot::vkCmdSetScissorWithCount(const uint8_t* snapshotTraceBegin, in vkCmdSetScissorWithCount()
5719 void VkDecoderSnapshot::vkCmdBindVertexBuffers2( in vkCmdBindVertexBuffers2()
5730 void VkDecoderSnapshot::vkCmdSetDepthTestEnable(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthTestEnable()
5740 void VkDecoderSnapshot::vkCmdSetDepthWriteEnable(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthWriteEnable()
5750 void VkDecoderSnapshot::vkCmdSetDepthCompareOp(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthCompareOp()
5760 void VkDecoderSnapshot::vkCmdSetDepthBoundsTestEnable(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthBoundsTestEnable()
5770 void VkDecoderSnapshot::vkCmdSetStencilTestEnable(const uint8_t* snapshotTraceBegin, in vkCmdSetStencilTestEnable()
5780 void VkDecoderSnapshot::vkCmdSetStencilOp(const uint8_t* snapshotTraceBegin, in vkCmdSetStencilOp()
5791 void VkDecoderSnapshot::vkCmdSetRasterizerDiscardEnable(const uint8_t* snapshotTraceBegin, in vkCmdSetRasterizerDiscardEnable()
5801 void VkDecoderSnapshot::vkCmdSetDepthBiasEnable(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthBiasEnable()
5811 void VkDecoderSnapshot::vkCmdSetPrimitiveRestartEnable(const uint8_t* snapshotTraceBegin, in vkCmdSetPrimitiveRestartEnable()
5821 void VkDecoderSnapshot::vkGetDeviceBufferMemoryRequirements( in vkGetDeviceBufferMemoryRequirements()
5830 void VkDecoderSnapshot::vkGetDeviceImageMemoryRequirements( in vkGetDeviceImageMemoryRequirements()
5839 void VkDecoderSnapshot::vkGetDeviceImageSparseMemoryRequirements( in vkGetDeviceImageSparseMemoryRequirements()
5850 void VkDecoderSnapshot::vkCreateSwapchainKHR( in vkCreateSwapchainKHR()
5859 void VkDecoderSnapshot::vkDestroySwapchainKHR(const uint8_t* snapshotTraceBegin, in vkDestroySwapchainKHR()
5869 void VkDecoderSnapshot::vkGetSwapchainImagesKHR( in vkGetSwapchainImagesKHR()
5878 void VkDecoderSnapshot::vkAcquireNextImageKHR(const uint8_t* snapshotTraceBegin, in vkAcquireNextImageKHR()
5889 void VkDecoderSnapshot::vkQueuePresentKHR(const uint8_t* snapshotTraceBegin, in vkQueuePresentKHR()
5898 void VkDecoderSnapshot::vkGetDeviceGroupPresentCapabilitiesKHR( in vkGetDeviceGroupPresentCapabilitiesKHR()
5908 void VkDecoderSnapshot::vkGetDeviceGroupSurfacePresentModesKHR( in vkGetDeviceGroupSurfacePresentModesKHR()
5917 void VkDecoderSnapshot::vkGetPhysicalDevicePresentRectanglesKHR( in vkGetPhysicalDevicePresentRectanglesKHR()
5927 void VkDecoderSnapshot::vkAcquireNextImage2KHR(const uint8_t* snapshotTraceBegin, in vkAcquireNextImage2KHR()
5938 void VkDecoderSnapshot::vkCmdBeginRenderingKHR(const uint8_t* snapshotTraceBegin, in vkCmdBeginRenderingKHR()
5948 void VkDecoderSnapshot::vkCmdEndRenderingKHR(const uint8_t* snapshotTraceBegin, in vkCmdEndRenderingKHR()
5956 void VkDecoderSnapshot::vkGetPhysicalDeviceFeatures2KHR(const uint8_t* snapshotTraceBegin, in vkGetPhysicalDeviceFeatures2KHR()
5966 void VkDecoderSnapshot::vkGetPhysicalDeviceProperties2KHR( in vkGetPhysicalDeviceProperties2KHR()
5974 void VkDecoderSnapshot::vkGetPhysicalDeviceFormatProperties2KHR( in vkGetPhysicalDeviceFormatProperties2KHR()
5982 void VkDecoderSnapshot::vkGetPhysicalDeviceImageFormatProperties2KHR( in vkGetPhysicalDeviceImageFormatProperties2KHR()
5993 void VkDecoderSnapshot::vkGetPhysicalDeviceQueueFamilyProperties2KHR( in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
6003 void VkDecoderSnapshot::vkGetPhysicalDeviceMemoryProperties2KHR( in vkGetPhysicalDeviceMemoryProperties2KHR()
6011 void VkDecoderSnapshot::vkGetPhysicalDeviceSparseImageFormatProperties2KHR( in vkGetPhysicalDeviceSparseImageFormatProperties2KHR()
6021 void VkDecoderSnapshot::vkTrimCommandPoolKHR(const uint8_t* snapshotTraceBegin, in vkTrimCommandPoolKHR()
6031 void VkDecoderSnapshot::vkGetPhysicalDeviceExternalBufferPropertiesKHR( in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
6041 void VkDecoderSnapshot::vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
6052 void VkDecoderSnapshot::vkImportSemaphoreFdKHR( in vkImportSemaphoreFdKHR()
6061 void VkDecoderSnapshot::vkGetSemaphoreFdKHR(const uint8_t* snapshotTraceBegin, in vkGetSemaphoreFdKHR()
6071 void VkDecoderSnapshot::vkCreateDescriptorUpdateTemplateKHR( in vkCreateDescriptorUpdateTemplateKHR()
6082 void VkDecoderSnapshot::vkDestroyDescriptorUpdateTemplateKHR( in vkDestroyDescriptorUpdateTemplateKHR()
6091 void VkDecoderSnapshot::vkUpdateDescriptorSetWithTemplateKHR( in vkUpdateDescriptorSetWithTemplateKHR()
6101 void VkDecoderSnapshot::vkCreateRenderPass2KHR( in vkCreateRenderPass2KHR()
6110 void VkDecoderSnapshot::vkCmdBeginRenderPass2KHR(const uint8_t* snapshotTraceBegin, in vkCmdBeginRenderPass2KHR()
6121 void VkDecoderSnapshot::vkCmdNextSubpass2KHR(const uint8_t* snapshotTraceBegin, in vkCmdNextSubpass2KHR()
6132 void VkDecoderSnapshot::vkCmdEndRenderPass2KHR(const uint8_t* snapshotTraceBegin, in vkCmdEndRenderPass2KHR()
6142 void VkDecoderSnapshot::vkGetPhysicalDeviceExternalFencePropertiesKHR( in vkGetPhysicalDeviceExternalFencePropertiesKHR()
6152 void VkDecoderSnapshot::vkImportFenceFdKHR(const uint8_t* snapshotTraceBegin, in vkImportFenceFdKHR()
6161 void VkDecoderSnapshot::vkGetFenceFdKHR(const uint8_t* snapshotTraceBegin, in vkGetFenceFdKHR()
6170 void VkDecoderSnapshot::vkGetImageMemoryRequirements2KHR( in vkGetImageMemoryRequirements2KHR()
6179 void VkDecoderSnapshot::vkGetBufferMemoryRequirements2KHR( in vkGetBufferMemoryRequirements2KHR()
6188 void VkDecoderSnapshot::vkGetImageSparseMemoryRequirements2KHR( in vkGetImageSparseMemoryRequirements2KHR()
6199 void VkDecoderSnapshot::vkCreateSamplerYcbcrConversionKHR( in vkCreateSamplerYcbcrConversionKHR()
6209 void VkDecoderSnapshot::vkDestroySamplerYcbcrConversionKHR( in vkDestroySamplerYcbcrConversionKHR()
6218 void VkDecoderSnapshot::vkBindBufferMemory2KHR(const uint8_t* snapshotTraceBegin, in vkBindBufferMemory2KHR()
6228 void VkDecoderSnapshot::vkBindImageMemory2KHR(const uint8_t* snapshotTraceBegin, in vkBindImageMemory2KHR()
6238 void VkDecoderSnapshot::vkGetDescriptorSetLayoutSupportKHR( in vkGetDescriptorSetLayoutSupportKHR()
6247 void VkDecoderSnapshot::vkGetBufferDeviceAddressKHR(const uint8_t* snapshotTraceBegin, in vkGetBufferDeviceAddressKHR()
6257 void VkDecoderSnapshot::vkGetBufferOpaqueCaptureAddressKHR(const uint8_t* snapshotTraceBegin, in vkGetBufferOpaqueCaptureAddressKHR()
6267 void VkDecoderSnapshot::vkGetDeviceMemoryOpaqueCaptureAddressKHR( in vkGetDeviceMemoryOpaqueCaptureAddressKHR()
6275 void VkDecoderSnapshot::vkGetPipelineExecutablePropertiesKHR( in vkGetPipelineExecutablePropertiesKHR()
6285 void VkDecoderSnapshot::vkGetPipelineExecutableStatisticsKHR( in vkGetPipelineExecutableStatisticsKHR()
6295 void VkDecoderSnapshot::vkGetPipelineExecutableInternalRepresentationsKHR( in vkGetPipelineExecutableInternalRepresentationsKHR()
6306 void VkDecoderSnapshot::vkCmdSetEvent2KHR(const uint8_t* snapshotTraceBegin, in vkCmdSetEvent2KHR()
6315 void VkDecoderSnapshot::vkCmdResetEvent2KHR(const uint8_t* snapshotTraceBegin, in vkCmdResetEvent2KHR()
6325 void VkDecoderSnapshot::vkCmdWaitEvents2KHR(const uint8_t* snapshotTraceBegin, in vkCmdWaitEvents2KHR()
6336 void VkDecoderSnapshot::vkCmdPipelineBarrier2KHR(const uint8_t* snapshotTraceBegin, in vkCmdPipelineBarrier2KHR()
6346 void VkDecoderSnapshot::vkCmdWriteTimestamp2KHR(const uint8_t* snapshotTraceBegin, in vkCmdWriteTimestamp2KHR()
6357 void VkDecoderSnapshot::vkQueueSubmit2KHR(const uint8_t* snapshotTraceBegin, in vkQueueSubmit2KHR()
6367 void VkDecoderSnapshot::vkCmdWriteBufferMarker2AMD(const uint8_t* snapshotTraceBegin, in vkCmdWriteBufferMarker2AMD()
6378 void VkDecoderSnapshot::vkGetQueueCheckpointData2NV(const uint8_t* snapshotTraceBegin, in vkGetQueueCheckpointData2NV()
6388 void VkDecoderSnapshot::vkCmdCopyBuffer2KHR(const uint8_t* snapshotTraceBegin, in vkCmdCopyBuffer2KHR()
6398 void VkDecoderSnapshot::vkCmdCopyImage2KHR(const uint8_t* snapshotTraceBegin, in vkCmdCopyImage2KHR()
6407 void VkDecoderSnapshot::vkCmdCopyBufferToImage2KHR( in vkCmdCopyBufferToImage2KHR()
6415 void VkDecoderSnapshot::vkCmdCopyImageToBuffer2KHR( in vkCmdCopyImageToBuffer2KHR()
6423 void VkDecoderSnapshot::vkCmdBlitImage2KHR(const uint8_t* snapshotTraceBegin, in vkCmdBlitImage2KHR()
6432 void VkDecoderSnapshot::vkCmdResolveImage2KHR(const uint8_t* snapshotTraceBegin, in vkCmdResolveImage2KHR()
6442 void VkDecoderSnapshot::vkGetDeviceBufferMemoryRequirementsKHR( in vkGetDeviceBufferMemoryRequirementsKHR()
6451 void VkDecoderSnapshot::vkGetDeviceImageMemoryRequirementsKHR( in vkGetDeviceImageMemoryRequirementsKHR()
6460 void VkDecoderSnapshot::vkGetDeviceImageSparseMemoryRequirementsKHR( in vkGetDeviceImageSparseMemoryRequirementsKHR()
6471 void VkDecoderSnapshot::vkCmdBindIndexBuffer2KHR(const uint8_t* snapshotTraceBegin, in vkCmdBindIndexBuffer2KHR()
6482 void VkDecoderSnapshot::vkGetRenderingAreaGranularityKHR( in vkGetRenderingAreaGranularityKHR()
6490 void VkDecoderSnapshot::vkGetDeviceImageSubresourceLayoutKHR( in vkGetDeviceImageSubresourceLayoutKHR()
6499 void VkDecoderSnapshot::vkGetImageSubresourceLayout2KHR(const uint8_t* snapshotTraceBegin, in vkGetImageSubresourceLayout2KHR()
6510 void VkDecoderSnapshot::vkGetSwapchainGrallocUsageANDROID( in vkGetSwapchainGrallocUsageANDROID()
6520 void VkDecoderSnapshot::vkAcquireImageANDROID(const uint8_t* snapshotTraceBegin, in vkAcquireImageANDROID()
6530 void VkDecoderSnapshot::vkQueueSignalReleaseImageANDROID( in vkQueueSignalReleaseImageANDROID()
6540 void VkDecoderSnapshot::vkGetSwapchainGrallocUsage2ANDROID( in vkGetSwapchainGrallocUsage2ANDROID()
6551 void VkDecoderSnapshot::vkCmdBindTransformFeedbackBuffersEXT( in vkCmdBindTransformFeedbackBuffersEXT()
6561 void VkDecoderSnapshot::vkCmdBeginTransformFeedbackEXT( in vkCmdBeginTransformFeedbackEXT()
6571 void VkDecoderSnapshot::vkCmdEndTransformFeedbackEXT( in vkCmdEndTransformFeedbackEXT()
6581 void VkDecoderSnapshot::vkCmdBeginQueryIndexedEXT(const uint8_t* snapshotTraceBegin, in vkCmdBeginQueryIndexedEXT()
6592 void VkDecoderSnapshot::vkCmdEndQueryIndexedEXT( in vkCmdEndQueryIndexedEXT()
6600 void VkDecoderSnapshot::vkCmdDrawIndirectByteCountEXT( in vkCmdDrawIndirectByteCountEXT()
6611 void VkDecoderSnapshot::vkSetDebugUtilsObjectNameEXT( in vkSetDebugUtilsObjectNameEXT()
6619 void VkDecoderSnapshot::vkSetDebugUtilsObjectTagEXT(const uint8_t* snapshotTraceBegin, in vkSetDebugUtilsObjectTagEXT()
6629 void VkDecoderSnapshot::vkQueueBeginDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin, in vkQueueBeginDebugUtilsLabelEXT()
6638 void VkDecoderSnapshot::vkQueueEndDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin, in vkQueueEndDebugUtilsLabelEXT()
6645 void VkDecoderSnapshot::vkQueueInsertDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin, in vkQueueInsertDebugUtilsLabelEXT()
6655 void VkDecoderSnapshot::vkCmdBeginDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin, in vkCmdBeginDebugUtilsLabelEXT()
6665 void VkDecoderSnapshot::vkCmdEndDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin, in vkCmdEndDebugUtilsLabelEXT()
6673 void VkDecoderSnapshot::vkCmdInsertDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin, in vkCmdInsertDebugUtilsLabelEXT()
6683 void VkDecoderSnapshot::vkCreateDebugUtilsMessengerEXT( in vkCreateDebugUtilsMessengerEXT()
6694 void VkDecoderSnapshot::vkDestroyDebugUtilsMessengerEXT(const uint8_t* snapshotTraceBegin, in vkDestroyDebugUtilsMessengerEXT()
6705 void VkDecoderSnapshot::vkSubmitDebugUtilsMessageEXT( in vkSubmitDebugUtilsMessageEXT()
6715 void VkDecoderSnapshot::vkGetPhysicalDeviceToolPropertiesEXT( in vkGetPhysicalDeviceToolPropertiesEXT()
6725 void VkDecoderSnapshot::vkCmdSetLineStippleEXT( in vkCmdSetLineStippleEXT()
6733 void VkDecoderSnapshot::vkCmdSetCullModeEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetCullModeEXT()
6743 void VkDecoderSnapshot::vkCmdSetFrontFaceEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetFrontFaceEXT()
6752 void VkDecoderSnapshot::vkCmdSetPrimitiveTopologyEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetPrimitiveTopologyEXT()
6762 void VkDecoderSnapshot::vkCmdSetViewportWithCountEXT( in vkCmdSetViewportWithCountEXT()
6770 void VkDecoderSnapshot::vkCmdSetScissorWithCountEXT( in vkCmdSetScissorWithCountEXT()
6778 void VkDecoderSnapshot::vkCmdBindVertexBuffers2EXT( in vkCmdBindVertexBuffers2EXT()
6789 void VkDecoderSnapshot::vkCmdSetDepthTestEnableEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthTestEnableEXT()
6799 void VkDecoderSnapshot::vkCmdSetDepthWriteEnableEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthWriteEnableEXT()
6809 void VkDecoderSnapshot::vkCmdSetDepthCompareOpEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthCompareOpEXT()
6819 void VkDecoderSnapshot::vkCmdSetDepthBoundsTestEnableEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthBoundsTestEnableEXT()
6829 void VkDecoderSnapshot::vkCmdSetStencilTestEnableEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetStencilTestEnableEXT()
6839 void VkDecoderSnapshot::vkCmdSetStencilOpEXT( in vkCmdSetStencilOpEXT()
6848 void VkDecoderSnapshot::vkCopyMemoryToImageEXT( in vkCopyMemoryToImageEXT()
6857 void VkDecoderSnapshot::vkCopyImageToMemoryEXT( in vkCopyImageToMemoryEXT()
6866 void VkDecoderSnapshot::vkCopyImageToImageEXT( in vkCopyImageToImageEXT()
6875 void VkDecoderSnapshot::vkTransitionImageLayoutEXT( in vkTransitionImageLayoutEXT()
6884 void VkDecoderSnapshot::vkGetImageSubresourceLayout2EXT(const uint8_t* snapshotTraceBegin, in vkGetImageSubresourceLayout2EXT()
6895 void VkDecoderSnapshot::vkReleaseSwapchainImagesEXT( in vkReleaseSwapchainImagesEXT()
6903 void VkDecoderSnapshot::vkCreatePrivateDataSlotEXT( in vkCreatePrivateDataSlotEXT()
6912 void VkDecoderSnapshot::vkDestroyPrivateDataSlotEXT(const uint8_t* snapshotTraceBegin, in vkDestroyPrivateDataSlotEXT()
6922 void VkDecoderSnapshot::vkSetPrivateDataEXT(const uint8_t* snapshotTraceBegin, in vkSetPrivateDataEXT()
6933 void VkDecoderSnapshot::vkGetPrivateDataEXT(const uint8_t* snapshotTraceBegin, in vkGetPrivateDataEXT()
6943 void VkDecoderSnapshot::vkCmdSetPatchControlPointsEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetPatchControlPointsEXT()
6953 void VkDecoderSnapshot::vkCmdSetRasterizerDiscardEnableEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetRasterizerDiscardEnableEXT()
6963 void VkDecoderSnapshot::vkCmdSetDepthBiasEnableEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetDepthBiasEnableEXT()
6973 void VkDecoderSnapshot::vkCmdSetLogicOpEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetLogicOpEXT()
6980 void VkDecoderSnapshot::vkCmdSetPrimitiveRestartEnableEXT(const uint8_t* snapshotTraceBegin, in vkCmdSetPrimitiveRestartEnableEXT()
6990 void VkDecoderSnapshot::vkMapMemoryIntoAddressSpaceGOOGLE( in vkMapMemoryIntoAddressSpaceGOOGLE()
6998 void VkDecoderSnapshot::vkUpdateDescriptorSetWithTemplateSizedGOOGLE( in vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
7014 void VkDecoderSnapshot::vkBeginCommandBufferAsyncGOOGLE( in vkBeginCommandBufferAsyncGOOGLE()
7022 void VkDecoderSnapshot::vkEndCommandBufferAsyncGOOGLE(const uint8_t* snapshotTraceBegin, in vkEndCommandBufferAsyncGOOGLE()
7031 void VkDecoderSnapshot::vkResetCommandBufferAsyncGOOGLE(const uint8_t* snapshotTraceBegin, in vkResetCommandBufferAsyncGOOGLE()
7041 void VkDecoderSnapshot::vkCommandBufferHostSyncGOOGLE( in vkCommandBufferHostSyncGOOGLE()
7049 void VkDecoderSnapshot::vkCreateImageWithRequirementsGOOGLE( in vkCreateImageWithRequirementsGOOGLE()
7060 void VkDecoderSnapshot::vkCreateBufferWithRequirementsGOOGLE( in vkCreateBufferWithRequirementsGOOGLE()
7071 void VkDecoderSnapshot::vkGetMemoryHostAddressInfoGOOGLE(const uint8_t* snapshotTraceBegin, in vkGetMemoryHostAddressInfoGOOGLE()
7083 void VkDecoderSnapshot::vkFreeMemorySyncGOOGLE(const uint8_t* snapshotTraceBegin, in vkFreeMemorySyncGOOGLE()
7093 void VkDecoderSnapshot::vkQueueHostSyncGOOGLE(const uint8_t* snapshotTraceBegin, in vkQueueHostSyncGOOGLE()
7102 void VkDecoderSnapshot::vkQueueSubmitAsyncGOOGLE(const uint8_t* snapshotTraceBegin, in vkQueueSubmitAsyncGOOGLE()
7112 void VkDecoderSnapshot::vkQueueWaitIdleAsyncGOOGLE(const uint8_t* snapshotTraceBegin, in vkQueueWaitIdleAsyncGOOGLE()
7119 void VkDecoderSnapshot::vkQueueBindSparseAsyncGOOGLE( in vkQueueBindSparseAsyncGOOGLE()
7127 void VkDecoderSnapshot::vkGetLinearImageLayoutGOOGLE(const uint8_t* snapshotTraceBegin, in vkGetLinearImageLayoutGOOGLE()
7137 void VkDecoderSnapshot::vkGetLinearImageLayout2GOOGLE( in vkGetLinearImageLayout2GOOGLE()
7146 void VkDecoderSnapshot::vkQueueFlushCommandsGOOGLE(const uint8_t* snapshotTraceBegin, in vkQueueFlushCommandsGOOGLE()
7156 void VkDecoderSnapshot::vkQueueCommitDescriptorSetUpdatesGOOGLE( in vkQueueCommitDescriptorSetUpdatesGOOGLE()
7172 void VkDecoderSnapshot::vkCollectDescriptorPoolIdsGOOGLE( in vkCollectDescriptorPoolIdsGOOGLE()
7180 void VkDecoderSnapshot::vkQueueSignalReleaseImageANDROIDAsyncGOOGLE( in vkQueueSignalReleaseImageANDROIDAsyncGOOGLE()
7189 void VkDecoderSnapshot::vkQueueFlushCommandsFromAuxMemoryGOOGLE( in vkQueueFlushCommandsFromAuxMemoryGOOGLE()
7199 void VkDecoderSnapshot::vkGetBlobGOOGLE(const uint8_t* snapshotTraceBegin, in vkGetBlobGOOGLE()
7208 void VkDecoderSnapshot::vkUpdateDescriptorSetWithTemplateSized2GOOGLE( in vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
7225 void VkDecoderSnapshot::vkQueueSubmitAsync2GOOGLE(const uint8_t* snapshotTraceBegin, in vkQueueSubmitAsync2GOOGLE()