Lines Matching refs:pool

885     VkResult on_vkEnumerateInstanceVersion(android::base::BumpPool* pool, uint32_t* pApiVersion) {  in on_vkEnumerateInstanceVersion()  argument
899 VkResult on_vkCreateInstance(android::base::BumpPool* pool, in on_vkCreateInstance() argument
920 deepcopy_VkInstanceCreateInfo(pool, VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, pCreateInfo, in on_vkCreateInstance()
1069 void on_vkDestroyInstance(android::base::BumpPool* pool, VkInstance boxed_instance, in on_vkDestroyInstance() argument
1081 VkResult on_vkEnumeratePhysicalDevices(android::base::BumpPool* pool, VkInstance boxed_instance, in on_vkEnumeratePhysicalDevices() argument
1205 void on_vkGetPhysicalDeviceFeatures(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures() argument
1216 void on_vkGetPhysicalDeviceFeatures2(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures2() argument
1270 android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, VkFormat format, in on_vkGetPhysicalDeviceImageFormatProperties() argument
1299 android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, in on_vkGetPhysicalDeviceImageFormatProperties2() argument
1386 void on_vkGetPhysicalDeviceFormatProperties(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFormatProperties() argument
1400 void on_vkGetPhysicalDeviceFormatProperties2(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFormatProperties2() argument
1454 void on_vkGetPhysicalDeviceProperties(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceProperties() argument
1467 void on_vkGetPhysicalDeviceProperties2(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceProperties2() argument
1510 android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, in on_vkGetPhysicalDeviceMemoryProperties() argument
1528 android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, in on_vkGetPhysicalDeviceMemoryProperties2() argument
1566 VkResult on_vkEnumerateDeviceExtensionProperties(android::base::BumpPool* pool, in on_vkEnumerateDeviceExtensionProperties() argument
1621 VkResult on_vkCreateDevice(android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, in on_vkCreateDevice() argument
1872 void on_vkGetDeviceQueue(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetDeviceQueue() argument
1897 void on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetDeviceQueue2() argument
1909 on_vkGetDeviceQueue(pool, boxed_device, queueFamilyIndex, queueIndex, pQueue); in on_vkGetDeviceQueue2()
1951 void on_vkDestroyDevice(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDevice() argument
1964 VkResult on_vkCreateBuffer(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateBuffer() argument
2002 void on_vkDestroyBuffer(android::base::BumpPool* pool, VkDevice boxed_device, VkBuffer buffer, in on_vkDestroyBuffer() argument
2030 VkResult on_vkBindBufferMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindBufferMemory() argument
2046 VkResult on_vkBindBufferMemory2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindBufferMemory2() argument
2068 VkResult on_vkBindBufferMemory2KHR(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindBufferMemory2KHR() argument
2090 VkResult on_vkCreateImage(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateImage() argument
2140 prepareAndroidNativeBufferImage(vk, device, *pool, pCreateInfo, nativeBufferANDROID, in on_vkCreateImage()
2187 void on_vkDestroyImage(android::base::BumpPool* pool, VkDevice boxed_device, VkImage image, in on_vkDestroyImage() argument
2196 VkResult performBindImageMemoryDeferredAhb(android::base::BumpPool* pool, in performBindImageMemoryDeferredAhb() argument
2225 … VkResult result = on_vkCreateImage(pool, boxed_device, &ici, nullptr, &boxed_replacement_image); in performBindImageMemoryDeferredAhb()
2231 on_vkDestroyImage(pool, boxed_device, original_underlying_image, nullptr); in performBindImageMemoryDeferredAhb()
2244 VkResult performBindImageMemory(android::base::BumpPool* pool, VkDevice boxed_device, in performBindImageMemory() argument
2252 return performBindImageMemoryDeferredAhb(pool, boxed_device, bimi); in performBindImageMemory()
2302 VkResult on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindImageMemory() argument
2311 return performBindImageMemory(pool, boxed_device, &bimi); in on_vkBindImageMemory()
2314 VkResult on_vkBindImageMemory2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindImageMemory2() argument
2343 result = performBindImageMemory(pool, boxed_device, &pBindInfos[i]); in on_vkBindImageMemory2()
2371 VkResult on_vkCreateImageView(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateImageView() argument
2428 void on_vkDestroyImageView(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyImageView() argument
2438 VkResult on_vkCreateSampler(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateSampler() argument
2450 deepcopy_VkSamplerCreateInfo(pool, VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO, in on_vkCreateSampler()
2481 void on_vkDestroySampler(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroySampler() argument
2490 VkResult on_vkCreateSemaphore(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateSemaphore() argument
2539 VkResult on_vkCreateFence(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateFence() argument
2597 VkResult on_vkResetFences(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkResetFences() argument
2658 VkResult on_vkImportSemaphoreFdKHR(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkImportSemaphoreFdKHR() argument
2700 VkResult on_vkGetSemaphoreFdKHR(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetSemaphoreFdKHR() argument
2768 void on_vkDestroySemaphore(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroySemaphore() argument
2777 void on_vkDestroyFence(android::base::BumpPool* pool, VkDevice boxed_device, VkFence fence, in on_vkDestroyFence() argument
2824 VkResult on_vkCreateDescriptorSetLayout(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorSetLayout() argument
2849 void on_vkDestroyDescriptorSetLayout(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorSetLayout() argument
2861 VkResult on_vkCreateDescriptorPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorPool() argument
2934 for (auto& pool : info->pools) { in cleanupDescriptorPoolAllocedSetsLocked() local
2935 pool.used = 0; in cleanupDescriptorPoolAllocedSetsLocked()
2939 void on_vkDestroyDescriptorPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorPool() argument
2952 VkResult on_vkResetDescriptorPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkResetDescriptorPool() argument
2968 void initDescriptorSetInfoLocked(VkDescriptorPool pool, VkDescriptorSetLayout setLayout, in initDescriptorSetInfoLocked() argument
2970 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pool); in initDescriptorSetInfoLocked()
2982 setInfo.pool = pool; in initDescriptorSetInfoLocked()
3002 VkResult on_vkAllocateDescriptorSets(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAllocateDescriptorSets() argument
3032 VkResult on_vkFreeDescriptorSets(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeDescriptorSets() argument
3047 auto* poolInfo = android::base::find(mDescriptorPoolInfo, setInfo->pool); in on_vkFreeDescriptorSets()
3074 void on_vkUpdateDescriptorSets(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkUpdateDescriptorSets() argument
3083 on_vkUpdateDescriptorSetsImpl(pool, vk, device, descriptorWriteCount, pDescriptorWrites, in on_vkUpdateDescriptorSets()
3087 void on_vkUpdateDescriptorSetsImpl(android::base::BumpPool* pool, VulkanDispatch* vk, in on_vkUpdateDescriptorSetsImpl() argument
3277 deepcopy_VkSamplerCreateInfo(pool, VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO, in on_vkUpdateDescriptorSetsImpl()
3322 VkResult on_vkCreateShaderModule(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateShaderModule() argument
3353 void on_vkDestroyShaderModule(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyShaderModule() argument
3363 VkResult on_vkCreatePipelineCache(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreatePipelineCache() argument
3394 void on_vkDestroyPipelineCache(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyPipelineCache() argument
3404 VkResult on_vkCreateGraphicsPipelines(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateGraphicsPipelines() argument
3440 void on_vkDestroyPipeline(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyPipeline() argument
3449 void on_vkCmdCopyImage(android::base::BumpPool* pool, VkCommandBuffer boxed_commandBuffer, in on_vkCmdCopyImage() argument
3488 void on_vkCmdCopyImageToBuffer(android::base::BumpPool* pool, in on_vkCmdCopyImageToBuffer() argument
3515 void on_vkCmdCopyImage2(android::base::BumpPool* pool, in on_vkCmdCopyImage2() argument
3559 void on_vkCmdCopyImageToBuffer2(android::base::BumpPool* pool, in on_vkCmdCopyImageToBuffer2() argument
3588 void on_vkCmdCopyImage2KHR(android::base::BumpPool* pool, in on_vkCmdCopyImage2KHR() argument
3632 void on_vkCmdCopyImageToBuffer2KHR(android::base::BumpPool* pool, in on_vkCmdCopyImageToBuffer2KHR() argument
3661 void on_vkGetImageMemoryRequirements(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetImageMemoryRequirements() argument
3685 void on_vkGetImageMemoryRequirements2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetImageMemoryRequirements2() argument
3727 void on_vkGetBufferMemoryRequirements(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetBufferMemoryRequirements() argument
3752 void on_vkGetBufferMemoryRequirements2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetBufferMemoryRequirements2() argument
3792 void on_vkCmdCopyBufferToImage(android::base::BumpPool* pool, in on_vkCmdCopyBufferToImage() argument
3847 void on_vkCmdCopyBufferToImage2(android::base::BumpPool* pool, in on_vkCmdCopyBufferToImage2() argument
3904 void on_vkCmdCopyBufferToImage2KHR(android::base::BumpPool* pool, in on_vkCmdCopyBufferToImage2KHR() argument
3979 void on_vkCmdPipelineBarrier(android::base::BumpPool* pool, VkCommandBuffer boxed_commandBuffer, in on_vkCmdPipelineBarrier() argument
4178 VkResult on_vkAllocateMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAllocateMemory() argument
4651 void on_vkFreeMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeMemory() argument
4665 VkResult on_vkMapMemory(android::base::BumpPool* pool, VkDevice, VkDeviceMemory memory, in on_vkMapMemory() argument
4680 void on_vkUnmapMemory(android::base::BumpPool* pool, VkDevice, VkDeviceMemory) { in on_vkUnmapMemory() argument
4779 VkResult on_vkGetSwapchainGrallocUsageANDROID(android::base::BumpPool* pool, VkDevice, in on_vkGetSwapchainGrallocUsageANDROID() argument
4787 android::base::BumpPool* pool, VkDevice, VkFormat format, VkImageUsageFlags imageUsage, in on_vkGetSwapchainGrallocUsage2ANDROID() argument
4795 VkResult on_vkAcquireImageANDROID(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAcquireImageANDROID() argument
4854 VkResult on_vkQueueSignalReleaseImageANDROID(android::base::BumpPool* pool, VkQueue boxed_queue, in on_vkQueueSignalReleaseImageANDROID() argument
4890 VkResult on_vkMapMemoryIntoAddressSpaceGOOGLE(android::base::BumpPool* pool, in on_vkMapMemoryIntoAddressSpaceGOOGLE() argument
5034 VkResult on_vkGetBlobGOOGLE(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetBlobGOOGLE() argument
5039 VkResult on_vkGetMemoryHostAddressInfoGOOGLE(android::base::BumpPool* pool, in on_vkGetMemoryHostAddressInfoGOOGLE() argument
5048 VkResult on_vkFreeMemorySyncGOOGLE(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeMemorySyncGOOGLE() argument
5051 on_vkFreeMemory(pool, boxed_device, memory, pAllocator); in on_vkFreeMemorySyncGOOGLE()
5056 VkResult on_vkAllocateCommandBuffers(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAllocateCommandBuffers() argument
5086 VkResult on_vkCreateCommandPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateCommandPool() argument
5108 void on_vkDestroyCommandPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyCommandPool() argument
5123 VkResult on_vkResetCommandPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkResetCommandPool() argument
5135 void on_vkCmdExecuteCommands(android::base::BumpPool* pool, VkCommandBuffer boxed_commandBuffer, in on_vkCmdExecuteCommands() argument
5175 VkResult on_vkQueueSubmit(android::base::BumpPool* pool, VkQueue boxed_queue, in on_vkQueueSubmit() argument
5300 VkResult on_vkQueueWaitIdle(android::base::BumpPool* pool, VkQueue boxed_queue) { in on_vkQueueWaitIdle() argument
5318 VkResult on_vkResetCommandBuffer(android::base::BumpPool* pool, in on_vkResetCommandBuffer() argument
5333 void on_vkFreeCommandBuffers(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeCommandBuffers() argument
5357 android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, in on_vkGetPhysicalDeviceExternalSemaphoreProperties() argument
5395 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorUpdateTemplate() argument
5419 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorUpdateTemplateKHR() argument
5442 void on_vkDestroyDescriptorUpdateTemplate(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorUpdateTemplate() argument
5454 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorUpdateTemplateKHR() argument
5466 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() argument
5491 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet, in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE() argument
5548 void on_vkCommandBufferHostSyncGOOGLE(android::base::BumpPool* pool, in on_vkCommandBufferHostSyncGOOGLE() argument
5584 void on_vkQueueHostSyncGOOGLE(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueHostSyncGOOGLE() argument
5589 VkResult on_vkCreateImageWithRequirementsGOOGLE(android::base::BumpPool* pool, in on_vkCreateImageWithRequirementsGOOGLE() argument
5600 on_vkCreateImage(pool, boxed_device, pCreateInfo, pAllocator, pImage); in on_vkCreateImageWithRequirementsGOOGLE()
5606 on_vkGetImageMemoryRequirements(pool, boxed_device, unbox_VkImage(*pImage), in on_vkCreateImageWithRequirementsGOOGLE()
5612 VkResult on_vkCreateBufferWithRequirementsGOOGLE(android::base::BumpPool* pool, in on_vkCreateBufferWithRequirementsGOOGLE() argument
5623 on_vkCreateBuffer(pool, boxed_device, pCreateInfo, pAllocator, pBuffer); in on_vkCreateBufferWithRequirementsGOOGLE()
5629 on_vkGetBufferMemoryRequirements(pool, boxed_device, unbox_VkBuffer(*pBuffer), in on_vkCreateBufferWithRequirementsGOOGLE()
5635 VkResult on_vkBeginCommandBuffer(android::base::BumpPool* pool, in on_vkBeginCommandBuffer() argument
5661 VkResult on_vkBeginCommandBufferAsyncGOOGLE(android::base::BumpPool* pool, in on_vkBeginCommandBufferAsyncGOOGLE() argument
5665 return this->on_vkBeginCommandBuffer(pool, boxed_commandBuffer, pBeginInfo, context); in on_vkBeginCommandBufferAsyncGOOGLE()
5668 VkResult on_vkEndCommandBuffer(android::base::BumpPool* pool, in on_vkEndCommandBuffer() argument
5686 void on_vkEndCommandBufferAsyncGOOGLE(android::base::BumpPool* pool, in on_vkEndCommandBufferAsyncGOOGLE() argument
5689 on_vkEndCommandBuffer(pool, boxed_commandBuffer, context); in on_vkEndCommandBufferAsyncGOOGLE()
5692 void on_vkResetCommandBufferAsyncGOOGLE(android::base::BumpPool* pool, in on_vkResetCommandBufferAsyncGOOGLE() argument
5695 on_vkResetCommandBuffer(pool, boxed_commandBuffer, flags); in on_vkResetCommandBufferAsyncGOOGLE()
5698 void on_vkCmdBindPipeline(android::base::BumpPool* pool, VkCommandBuffer boxed_commandBuffer, in on_vkCmdBindPipeline() argument
5712 void on_vkCmdBindDescriptorSets(android::base::BumpPool* pool, in on_vkCmdBindDescriptorSets() argument
5740 VkResult on_vkCreateRenderPass(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateRenderPass() argument
5784 VkResult on_vkCreateRenderPass2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateRenderPass2() argument
5812 void on_vkDestroyRenderPass(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyRenderPass() argument
5830 void on_vkCmdBeginRenderPass(android::base::BumpPool* pool, VkCommandBuffer boxed_commandBuffer, in on_vkCmdBeginRenderPass() argument
5839 void on_vkCmdBeginRenderPass2(android::base::BumpPool* pool, in on_vkCmdBeginRenderPass2() argument
5849 void on_vkCmdBeginRenderPass2KHR(android::base::BumpPool* pool, in on_vkCmdBeginRenderPass2KHR() argument
5853 on_vkCmdBeginRenderPass2(pool, boxed_commandBuffer, pRenderPassBegin, pSubpassBeginInfo); in on_vkCmdBeginRenderPass2KHR()
5856 void on_vkCmdCopyQueryPoolResults(android::base::BumpPool* pool, in on_vkCmdCopyQueryPoolResults() argument
5873 VkResult on_vkCreateFramebuffer(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateFramebuffer() argument
5918 void on_vkDestroyFramebuffer(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyFramebuffer() argument
5928 VkResult on_vkQueueBindSparse(android::base::BumpPool* pool, VkQueue boxed_queue, in on_vkQueueBindSparse() argument
5958 (void)pool; in on_vkQueueBindSparse()
6039 void on_vkGetLinearImageLayoutGOOGLE(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetLinearImageLayoutGOOGLE() argument
6062 on_vkGetLinearImageLayout2GOOGLE(pool, boxed_device, &defaultVkImageCreateInfo, in on_vkGetLinearImageLayoutGOOGLE()
6082 void on_vkGetLinearImageLayout2GOOGLE(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetLinearImageLayout2GOOGLE() argument
6134 void on_vkQueueFlushCommandsGOOGLE(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueFlushCommandsGOOGLE() argument
6145 void on_vkQueueFlushCommandsFromAuxMemoryGOOGLE(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueFlushCommandsFromAuxMemoryGOOGLE() argument
6153 VkDescriptorPool pool, in getOrAllocateDescriptorSetFromPoolAndId() argument
6157 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pool); in getOrAllocateDescriptorSetFromPoolAndId()
6160 << "descriptor pool " << pool << " not found "; in getOrAllocateDescriptorSetFromPoolAndId()
6168 vk->vkFreeDescriptorSets(device, pool, 1, in getOrAllocateDescriptorSetFromPoolAndId()
6171 VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO, 0, pool, 1, &setLayout, in getOrAllocateDescriptorSetFromPoolAndId()
6175 initDescriptorSetInfoLocked(pool, setLayout, poolId, allocedSet); in getOrAllocateDescriptorSetFromPoolAndId()
6186 VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO, 0, pool, 1, &setLayout, in getOrAllocateDescriptorSetFromPoolAndId()
6190 initDescriptorSetInfoLocked(pool, setLayout, poolId, allocedSet); in getOrAllocateDescriptorSetFromPoolAndId()
6195 << "descriptor pool " << pool << " wanted to get set with id 0x" << std::hex in getOrAllocateDescriptorSetFromPoolAndId()
6203 android::base::BumpPool* pool, VkQueue boxed_queue, uint32_t descriptorPoolCount, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE() argument
6224 pool, vk, device, descriptorPoolCount, pDescriptorPools, descriptorSetCount, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE()
6231 android::base::BumpPool* pool, VulkanDispatch* vk, VkDevice device, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE() argument
6273 pool, vk, device, (uint32_t)writeDescriptorSetsForHostDriver.size(), in on_vkQueueCommitDescriptorSetUpdatesGOOGLE()
6276 this->on_vkUpdateDescriptorSetsImpl(pool, vk, device, pendingDescriptorWriteCount, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE()
6281 void on_vkCollectDescriptorPoolIdsGOOGLE(android::base::BumpPool* pool, VkDevice device, in on_vkCollectDescriptorPoolIdsGOOGLE() argument
6315 void on_vkDestroySamplerYcbcrConversion(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroySamplerYcbcrConversion() argument
7592 for (auto& pool : poolCopy) { in validateDescriptorSetAllocLocked() local
7593 if (!isBindingFeasibleForAlloc(pool, binding)) continue; in validateDescriptorSetAllocLocked()
7596 allocBindingFeasible(binding, pool); in validateDescriptorSetAllocLocked()
7612 for (auto& pool : poolInfo.pools) { in applyDescriptorSetAllocationLocked() local
7613 if (!isBindingFeasibleForAlloc(pool, binding)) continue; in applyDescriptorSetAllocationLocked()
7614 allocBindingFeasible(binding, pool); in applyDescriptorSetAllocationLocked()
7624 for (auto& pool : poolInfo.pools) { in removeDescriptorSetAllocationLocked() local
7625 if (!isBindingFeasibleForFree(pool, binding)) continue; in removeDescriptorSetAllocationLocked()
7626 freeBindingFeasible(binding, pool); in removeDescriptorSetAllocationLocked()
7811 VkResult VkDecoderGlobalState::on_vkEnumerateInstanceVersion(android::base::BumpPool* pool, in on_vkEnumerateInstanceVersion() argument
7813 return mImpl->on_vkEnumerateInstanceVersion(pool, pApiVersion); in on_vkEnumerateInstanceVersion()
7816 VkResult VkDecoderGlobalState::on_vkCreateInstance(android::base::BumpPool* pool, in on_vkCreateInstance() argument
7820 return mImpl->on_vkCreateInstance(pool, pCreateInfo, pAllocator, pInstance); in on_vkCreateInstance()
7823 void VkDecoderGlobalState::on_vkDestroyInstance(android::base::BumpPool* pool, VkInstance instance, in on_vkDestroyInstance() argument
7825 mImpl->on_vkDestroyInstance(pool, instance, pAllocator); in on_vkDestroyInstance()
7828 VkResult VkDecoderGlobalState::on_vkEnumeratePhysicalDevices(android::base::BumpPool* pool, in on_vkEnumeratePhysicalDevices() argument
7832 return mImpl->on_vkEnumeratePhysicalDevices(pool, instance, physicalDeviceCount, in on_vkEnumeratePhysicalDevices()
7836 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFeatures(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures() argument
7839 mImpl->on_vkGetPhysicalDeviceFeatures(pool, physicalDevice, pFeatures); in on_vkGetPhysicalDeviceFeatures()
7842 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFeatures2(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures2() argument
7845 mImpl->on_vkGetPhysicalDeviceFeatures2(pool, physicalDevice, pFeatures); in on_vkGetPhysicalDeviceFeatures2()
7849 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceFeatures2KHR() argument
7851 mImpl->on_vkGetPhysicalDeviceFeatures2(pool, physicalDevice, pFeatures); in on_vkGetPhysicalDeviceFeatures2KHR()
7855 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, VkFormat format, in on_vkGetPhysicalDeviceImageFormatProperties() argument
7859 pool, physicalDevice, format, type, tiling, usage, flags, pImageFormatProperties); in on_vkGetPhysicalDeviceImageFormatProperties()
7862 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceImageFormatProperties2() argument
7866 pool, physicalDevice, pImageFormatInfo, pImageFormatProperties); in on_vkGetPhysicalDeviceImageFormatProperties2()
7869 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceImageFormatProperties2KHR() argument
7873 pool, physicalDevice, pImageFormatInfo, pImageFormatProperties); in on_vkGetPhysicalDeviceImageFormatProperties2KHR()
7877 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, VkFormat format, in on_vkGetPhysicalDeviceFormatProperties() argument
7879 mImpl->on_vkGetPhysicalDeviceFormatProperties(pool, physicalDevice, format, pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties()
7883 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, VkFormat format, in on_vkGetPhysicalDeviceFormatProperties2() argument
7885 mImpl->on_vkGetPhysicalDeviceFormatProperties2(pool, physicalDevice, format, pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties2()
7889 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, VkFormat format, in on_vkGetPhysicalDeviceFormatProperties2KHR() argument
7891 mImpl->on_vkGetPhysicalDeviceFormatProperties2(pool, physicalDevice, format, pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties2KHR()
7895 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceProperties() argument
7897 mImpl->on_vkGetPhysicalDeviceProperties(pool, physicalDevice, pProperties); in on_vkGetPhysicalDeviceProperties()
7901 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceProperties2() argument
7903 mImpl->on_vkGetPhysicalDeviceProperties2(pool, physicalDevice, pProperties); in on_vkGetPhysicalDeviceProperties2()
7907 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceProperties2KHR() argument
7909 mImpl->on_vkGetPhysicalDeviceProperties2(pool, physicalDevice, pProperties); in on_vkGetPhysicalDeviceProperties2KHR()
7913 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceMemoryProperties() argument
7915 mImpl->on_vkGetPhysicalDeviceMemoryProperties(pool, physicalDevice, pMemoryProperties); in on_vkGetPhysicalDeviceMemoryProperties()
7919 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceMemoryProperties2() argument
7921 mImpl->on_vkGetPhysicalDeviceMemoryProperties2(pool, physicalDevice, pMemoryProperties); in on_vkGetPhysicalDeviceMemoryProperties2()
7925 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceMemoryProperties2KHR() argument
7927 mImpl->on_vkGetPhysicalDeviceMemoryProperties2(pool, physicalDevice, pMemoryProperties); in on_vkGetPhysicalDeviceMemoryProperties2KHR()
7931 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, const char* pLayerName, in on_vkEnumerateDeviceExtensionProperties() argument
7933 return mImpl->on_vkEnumerateDeviceExtensionProperties(pool, physicalDevice, pLayerName, in on_vkEnumerateDeviceExtensionProperties()
7937 VkResult VkDecoderGlobalState::on_vkCreateDevice(android::base::BumpPool* pool, in on_vkCreateDevice() argument
7942 return mImpl->on_vkCreateDevice(pool, physicalDevice, pCreateInfo, pAllocator, pDevice); in on_vkCreateDevice()
7945 void VkDecoderGlobalState::on_vkGetDeviceQueue(android::base::BumpPool* pool, VkDevice device, in on_vkGetDeviceQueue() argument
7948 mImpl->on_vkGetDeviceQueue(pool, device, queueFamilyIndex, queueIndex, pQueue); in on_vkGetDeviceQueue()
7951 void VkDecoderGlobalState::on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkDevice device, in on_vkGetDeviceQueue2() argument
7954 mImpl->on_vkGetDeviceQueue2(pool, device, pQueueInfo, pQueue); in on_vkGetDeviceQueue2()
7957 void VkDecoderGlobalState::on_vkDestroyDevice(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyDevice() argument
7959 mImpl->on_vkDestroyDevice(pool, device, pAllocator); in on_vkDestroyDevice()
7962 VkResult VkDecoderGlobalState::on_vkCreateBuffer(android::base::BumpPool* pool, VkDevice device, in on_vkCreateBuffer() argument
7966 return mImpl->on_vkCreateBuffer(pool, device, pCreateInfo, pAllocator, pBuffer); in on_vkCreateBuffer()
7969 void VkDecoderGlobalState::on_vkDestroyBuffer(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyBuffer() argument
7972 mImpl->on_vkDestroyBuffer(pool, device, buffer, pAllocator); in on_vkDestroyBuffer()
7975 VkResult VkDecoderGlobalState::on_vkBindBufferMemory(android::base::BumpPool* pool, VkDevice device, in on_vkBindBufferMemory() argument
7978 return mImpl->on_vkBindBufferMemory(pool, device, buffer, memory, memoryOffset); in on_vkBindBufferMemory()
7981 VkResult VkDecoderGlobalState::on_vkBindBufferMemory2(android::base::BumpPool* pool, in on_vkBindBufferMemory2() argument
7984 return mImpl->on_vkBindBufferMemory2(pool, device, bindInfoCount, pBindInfos); in on_vkBindBufferMemory2()
7987 VkResult VkDecoderGlobalState::on_vkBindBufferMemory2KHR(android::base::BumpPool* pool, in on_vkBindBufferMemory2KHR() argument
7990 return mImpl->on_vkBindBufferMemory2KHR(pool, device, bindInfoCount, pBindInfos); in on_vkBindBufferMemory2KHR()
7993 VkResult VkDecoderGlobalState::on_vkCreateImage(android::base::BumpPool* pool, VkDevice device, in on_vkCreateImage() argument
7997 return mImpl->on_vkCreateImage(pool, device, pCreateInfo, pAllocator, pImage); in on_vkCreateImage()
8000 void VkDecoderGlobalState::on_vkDestroyImage(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyImage() argument
8003 mImpl->on_vkDestroyImage(pool, device, image, pAllocator); in on_vkDestroyImage()
8006 VkResult VkDecoderGlobalState::on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice device, in on_vkBindImageMemory() argument
8009 return mImpl->on_vkBindImageMemory(pool, device, image, memory, memoryOffset); in on_vkBindImageMemory()
8012 VkResult VkDecoderGlobalState::on_vkBindImageMemory2(android::base::BumpPool* pool, VkDevice device, in on_vkBindImageMemory2() argument
8015 return mImpl->on_vkBindImageMemory2(pool, device, bindInfoCount, pBindInfos); in on_vkBindImageMemory2()
8018 VkResult VkDecoderGlobalState::on_vkBindImageMemory2KHR(android::base::BumpPool* pool, in on_vkBindImageMemory2KHR() argument
8021 return mImpl->on_vkBindImageMemory2(pool, device, bindInfoCount, pBindInfos); in on_vkBindImageMemory2KHR()
8024 VkResult VkDecoderGlobalState::on_vkCreateImageView(android::base::BumpPool* pool, VkDevice device, in on_vkCreateImageView() argument
8028 return mImpl->on_vkCreateImageView(pool, device, pCreateInfo, pAllocator, pView); in on_vkCreateImageView()
8031 void VkDecoderGlobalState::on_vkDestroyImageView(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyImageView() argument
8034 mImpl->on_vkDestroyImageView(pool, device, imageView, pAllocator); in on_vkDestroyImageView()
8037 VkResult VkDecoderGlobalState::on_vkCreateSampler(android::base::BumpPool* pool, VkDevice device, in on_vkCreateSampler() argument
8041 return mImpl->on_vkCreateSampler(pool, device, pCreateInfo, pAllocator, pSampler); in on_vkCreateSampler()
8044 void VkDecoderGlobalState::on_vkDestroySampler(android::base::BumpPool* pool, VkDevice device, in on_vkDestroySampler() argument
8047 mImpl->on_vkDestroySampler(pool, device, sampler, pAllocator); in on_vkDestroySampler()
8050 VkResult VkDecoderGlobalState::on_vkCreateSemaphore(android::base::BumpPool* pool, VkDevice device, in on_vkCreateSemaphore() argument
8054 return mImpl->on_vkCreateSemaphore(pool, device, pCreateInfo, pAllocator, pSemaphore); in on_vkCreateSemaphore()
8058 android::base::BumpPool* pool, VkDevice device, in on_vkImportSemaphoreFdKHR() argument
8060 return mImpl->on_vkImportSemaphoreFdKHR(pool, device, pImportSemaphoreFdInfo); in on_vkImportSemaphoreFdKHR()
8063 VkResult VkDecoderGlobalState::on_vkGetSemaphoreFdKHR(android::base::BumpPool* pool, in on_vkGetSemaphoreFdKHR() argument
8067 return mImpl->on_vkGetSemaphoreFdKHR(pool, device, pGetFdInfo, pFd); in on_vkGetSemaphoreFdKHR()
8070 void VkDecoderGlobalState::on_vkDestroySemaphore(android::base::BumpPool* pool, VkDevice device, in on_vkDestroySemaphore() argument
8073 mImpl->on_vkDestroySemaphore(pool, device, semaphore, pAllocator); in on_vkDestroySemaphore()
8076 VkResult VkDecoderGlobalState::on_vkCreateFence(android::base::BumpPool* pool, VkDevice device, in on_vkCreateFence() argument
8080 return mImpl->on_vkCreateFence(pool, device, pCreateInfo, pAllocator, pFence); in on_vkCreateFence()
8083 VkResult VkDecoderGlobalState::on_vkResetFences(android::base::BumpPool* pool, VkDevice device, in on_vkResetFences() argument
8085 return mImpl->on_vkResetFences(pool, device, fenceCount, pFences); in on_vkResetFences()
8088 void VkDecoderGlobalState::on_vkDestroyFence(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyFence() argument
8091 return mImpl->on_vkDestroyFence(pool, device, fence, pAllocator); in on_vkDestroyFence()
8095 android::base::BumpPool* pool, VkDevice device, in on_vkCreateDescriptorSetLayout() argument
8098 return mImpl->on_vkCreateDescriptorSetLayout(pool, device, pCreateInfo, pAllocator, pSetLayout); in on_vkCreateDescriptorSetLayout()
8102 android::base::BumpPool* pool, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, in on_vkDestroyDescriptorSetLayout() argument
8104 mImpl->on_vkDestroyDescriptorSetLayout(pool, device, descriptorSetLayout, pAllocator); in on_vkDestroyDescriptorSetLayout()
8108 android::base::BumpPool* pool, VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, in on_vkCreateDescriptorPool() argument
8110 return mImpl->on_vkCreateDescriptorPool(pool, device, pCreateInfo, pAllocator, pDescriptorPool); in on_vkCreateDescriptorPool()
8113 void VkDecoderGlobalState::on_vkDestroyDescriptorPool(android::base::BumpPool* pool, in on_vkDestroyDescriptorPool() argument
8117 mImpl->on_vkDestroyDescriptorPool(pool, device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
8120 VkResult VkDecoderGlobalState::on_vkResetDescriptorPool(android::base::BumpPool* pool, in on_vkResetDescriptorPool() argument
8124 return mImpl->on_vkResetDescriptorPool(pool, device, descriptorPool, flags); in on_vkResetDescriptorPool()
8128 android::base::BumpPool* pool, VkDevice device, in on_vkAllocateDescriptorSets() argument
8130 return mImpl->on_vkAllocateDescriptorSets(pool, device, pAllocateInfo, pDescriptorSets); in on_vkAllocateDescriptorSets()
8133 VkResult VkDecoderGlobalState::on_vkFreeDescriptorSets(android::base::BumpPool* pool, in on_vkFreeDescriptorSets() argument
8138 return mImpl->on_vkFreeDescriptorSets(pool, device, descriptorPool, descriptorSetCount, in on_vkFreeDescriptorSets()
8142 void VkDecoderGlobalState::on_vkUpdateDescriptorSets(android::base::BumpPool* pool, VkDevice device, in on_vkUpdateDescriptorSets() argument
8147 mImpl->on_vkUpdateDescriptorSets(pool, device, descriptorWriteCount, pDescriptorWrites, in on_vkUpdateDescriptorSets()
8151 VkResult VkDecoderGlobalState::on_vkCreateShaderModule(android::base::BumpPool* pool, in on_vkCreateShaderModule() argument
8156 return mImpl->on_vkCreateShaderModule(pool, boxed_device, pCreateInfo, pAllocator, in on_vkCreateShaderModule()
8160 void VkDecoderGlobalState::on_vkDestroyShaderModule(android::base::BumpPool* pool, in on_vkDestroyShaderModule() argument
8164 mImpl->on_vkDestroyShaderModule(pool, boxed_device, shaderModule, pAllocator); in on_vkDestroyShaderModule()
8168 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreatePipelineCache() argument
8171 return mImpl->on_vkCreatePipelineCache(pool, boxed_device, pCreateInfo, pAllocator, in on_vkCreatePipelineCache()
8175 void VkDecoderGlobalState::on_vkDestroyPipelineCache(android::base::BumpPool* pool, in on_vkDestroyPipelineCache() argument
8179 mImpl->on_vkDestroyPipelineCache(pool, boxed_device, pipelineCache, pAllocator); in on_vkDestroyPipelineCache()
8183 android::base::BumpPool* pool, VkDevice boxed_device, VkPipelineCache pipelineCache, in on_vkCreateGraphicsPipelines() argument
8186 return mImpl->on_vkCreateGraphicsPipelines(pool, boxed_device, pipelineCache, createInfoCount, in on_vkCreateGraphicsPipelines()
8190 void VkDecoderGlobalState::on_vkDestroyPipeline(android::base::BumpPool* pool, in on_vkDestroyPipeline() argument
8193 mImpl->on_vkDestroyPipeline(pool, boxed_device, pipeline, pAllocator); in on_vkDestroyPipeline()
8197 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, VkBuffer srcBuffer, in on_vkCmdCopyBufferToImage() argument
8200 mImpl->on_vkCmdCopyBufferToImage(pool, commandBuffer, srcBuffer, dstImage, dstImageLayout, in on_vkCmdCopyBufferToImage()
8204 void VkDecoderGlobalState::on_vkCmdCopyImage(android::base::BumpPool* pool, in on_vkCmdCopyImage() argument
8209 mImpl->on_vkCmdCopyImage(pool, commandBuffer, srcImage, srcImageLayout, dstImage, in on_vkCmdCopyImage()
8212 void VkDecoderGlobalState::on_vkCmdCopyImageToBuffer(android::base::BumpPool* pool, in on_vkCmdCopyImageToBuffer() argument
8217 mImpl->on_vkCmdCopyImageToBuffer(pool, commandBuffer, srcImage, srcImageLayout, dstBuffer, in on_vkCmdCopyImageToBuffer()
8221 void VkDecoderGlobalState::on_vkCmdCopyBufferToImage2(android::base::BumpPool* pool, in on_vkCmdCopyBufferToImage2() argument
8225 mImpl->on_vkCmdCopyBufferToImage2(pool, commandBuffer, pCopyBufferToImageInfo, context); in on_vkCmdCopyBufferToImage2()
8228 void VkDecoderGlobalState::on_vkCmdCopyImage2(android::base::BumpPool* pool, in on_vkCmdCopyImage2() argument
8231 mImpl->on_vkCmdCopyImage2(pool, commandBuffer, pCopyImageInfo); in on_vkCmdCopyImage2()
8234 void VkDecoderGlobalState::on_vkCmdCopyImageToBuffer2(android::base::BumpPool* pool, in on_vkCmdCopyImageToBuffer2() argument
8237 mImpl->on_vkCmdCopyImageToBuffer2(pool, commandBuffer, pCopyImageToBufferInfo); in on_vkCmdCopyImageToBuffer2()
8240 void VkDecoderGlobalState::on_vkCmdCopyBufferToImage2KHR(android::base::BumpPool* pool, in on_vkCmdCopyBufferToImage2KHR() argument
8244 mImpl->on_vkCmdCopyBufferToImage2KHR(pool, commandBuffer, pCopyBufferToImageInfo, context); in on_vkCmdCopyBufferToImage2KHR()
8247 void VkDecoderGlobalState::on_vkCmdCopyImage2KHR(android::base::BumpPool* pool, in on_vkCmdCopyImage2KHR() argument
8250 mImpl->on_vkCmdCopyImage2KHR(pool, commandBuffer, pCopyImageInfo); in on_vkCmdCopyImage2KHR()
8253 void VkDecoderGlobalState::on_vkCmdCopyImageToBuffer2KHR(android::base::BumpPool* pool, in on_vkCmdCopyImageToBuffer2KHR() argument
8256 mImpl->on_vkCmdCopyImageToBuffer2KHR(pool, commandBuffer, pCopyImageToBufferInfo); in on_vkCmdCopyImageToBuffer2KHR()
8260 android::base::BumpPool* pool, VkDevice device, VkImage image, in on_vkGetImageMemoryRequirements() argument
8262 mImpl->on_vkGetImageMemoryRequirements(pool, device, image, pMemoryRequirements); in on_vkGetImageMemoryRequirements()
8266 android::base::BumpPool* pool, VkDevice device, const VkImageMemoryRequirementsInfo2* pInfo, in on_vkGetImageMemoryRequirements2() argument
8268 mImpl->on_vkGetImageMemoryRequirements2(pool, device, pInfo, pMemoryRequirements); in on_vkGetImageMemoryRequirements2()
8272 android::base::BumpPool* pool, VkDevice device, const VkImageMemoryRequirementsInfo2* pInfo, in on_vkGetImageMemoryRequirements2KHR() argument
8274 mImpl->on_vkGetImageMemoryRequirements2(pool, device, pInfo, pMemoryRequirements); in on_vkGetImageMemoryRequirements2KHR()
8278 android::base::BumpPool* pool, VkDevice device, VkBuffer buffer, in on_vkGetBufferMemoryRequirements() argument
8280 mImpl->on_vkGetBufferMemoryRequirements(pool, device, buffer, pMemoryRequirements); in on_vkGetBufferMemoryRequirements()
8284 android::base::BumpPool* pool, VkDevice device, const VkBufferMemoryRequirementsInfo2* pInfo, in on_vkGetBufferMemoryRequirements2() argument
8286 mImpl->on_vkGetBufferMemoryRequirements2(pool, device, pInfo, pMemoryRequirements); in on_vkGetBufferMemoryRequirements2()
8290 android::base::BumpPool* pool, VkDevice device, const VkBufferMemoryRequirementsInfo2* pInfo, in on_vkGetBufferMemoryRequirements2KHR() argument
8292 mImpl->on_vkGetBufferMemoryRequirements2(pool, device, pInfo, pMemoryRequirements); in on_vkGetBufferMemoryRequirements2KHR()
8296 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, VkPipelineStageFlags srcStageMask, in on_vkCmdPipelineBarrier() argument
8301 mImpl->on_vkCmdPipelineBarrier(pool, commandBuffer, srcStageMask, dstStageMask, dependencyFlags, in on_vkCmdPipelineBarrier()
8307 VkResult VkDecoderGlobalState::on_vkAllocateMemory(android::base::BumpPool* pool, VkDevice device, in on_vkAllocateMemory() argument
8311 return mImpl->on_vkAllocateMemory(pool, device, pAllocateInfo, pAllocator, pMemory); in on_vkAllocateMemory()
8314 void VkDecoderGlobalState::on_vkFreeMemory(android::base::BumpPool* pool, VkDevice device, in on_vkFreeMemory() argument
8317 mImpl->on_vkFreeMemory(pool, device, memory, pAllocator); in on_vkFreeMemory()
8320 VkResult VkDecoderGlobalState::on_vkMapMemory(android::base::BumpPool* pool, VkDevice device, in on_vkMapMemory() argument
8324 return mImpl->on_vkMapMemory(pool, device, memory, offset, size, flags, ppData); in on_vkMapMemory()
8327 void VkDecoderGlobalState::on_vkUnmapMemory(android::base::BumpPool* pool, VkDevice device, in on_vkUnmapMemory() argument
8329 mImpl->on_vkUnmapMemory(pool, device, memory); in on_vkUnmapMemory()
8347 VkResult VkDecoderGlobalState::on_vkGetSwapchainGrallocUsageANDROID(android::base::BumpPool* pool, in on_vkGetSwapchainGrallocUsageANDROID() argument
8352 return mImpl->on_vkGetSwapchainGrallocUsageANDROID(pool, device, format, imageUsage, in on_vkGetSwapchainGrallocUsageANDROID()
8357 android::base::BumpPool* pool, VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, in on_vkGetSwapchainGrallocUsage2ANDROID() argument
8360 return mImpl->on_vkGetSwapchainGrallocUsage2ANDROID(pool, device, format, imageUsage, in on_vkGetSwapchainGrallocUsage2ANDROID()
8365 VkResult VkDecoderGlobalState::on_vkAcquireImageANDROID(android::base::BumpPool* pool, in on_vkAcquireImageANDROID() argument
8369 return mImpl->on_vkAcquireImageANDROID(pool, device, image, nativeFenceFd, semaphore, fence); in on_vkAcquireImageANDROID()
8373 android::base::BumpPool* pool, VkQueue queue, uint32_t waitSemaphoreCount, in on_vkQueueSignalReleaseImageANDROID() argument
8375 return mImpl->on_vkQueueSignalReleaseImageANDROID(pool, queue, waitSemaphoreCount, in on_vkQueueSignalReleaseImageANDROID()
8380 VkResult VkDecoderGlobalState::on_vkMapMemoryIntoAddressSpaceGOOGLE(android::base::BumpPool* pool, in on_vkMapMemoryIntoAddressSpaceGOOGLE() argument
8384 return mImpl->on_vkMapMemoryIntoAddressSpaceGOOGLE(pool, device, memory, pAddress); in on_vkMapMemoryIntoAddressSpaceGOOGLE()
8388 android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory, uint64_t* pAddress, in on_vkGetMemoryHostAddressInfoGOOGLE() argument
8390 return mImpl->on_vkGetMemoryHostAddressInfoGOOGLE(pool, device, memory, pAddress, pSize, in on_vkGetMemoryHostAddressInfoGOOGLE()
8394 VkResult VkDecoderGlobalState::on_vkGetBlobGOOGLE(android::base::BumpPool* pool, VkDevice device, in on_vkGetBlobGOOGLE() argument
8396 return mImpl->on_vkGetBlobGOOGLE(pool, device, memory); in on_vkGetBlobGOOGLE()
8399 VkResult VkDecoderGlobalState::on_vkFreeMemorySyncGOOGLE(android::base::BumpPool* pool, in on_vkFreeMemorySyncGOOGLE() argument
8402 return mImpl->on_vkFreeMemorySyncGOOGLE(pool, device, memory, pAllocator); in on_vkFreeMemorySyncGOOGLE()
8406 android::base::BumpPool* pool, VkDevice device, in on_vkAllocateCommandBuffers() argument
8408 return mImpl->on_vkAllocateCommandBuffers(pool, device, pAllocateInfo, pCommandBuffers); in on_vkAllocateCommandBuffers()
8411 VkResult VkDecoderGlobalState::on_vkCreateCommandPool(android::base::BumpPool* pool, in on_vkCreateCommandPool() argument
8416 return mImpl->on_vkCreateCommandPool(pool, device, pCreateInfo, pAllocator, pCommandPool); in on_vkCreateCommandPool()
8419 void VkDecoderGlobalState::on_vkDestroyCommandPool(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyCommandPool() argument
8422 mImpl->on_vkDestroyCommandPool(pool, device, commandPool, pAllocator); in on_vkDestroyCommandPool()
8425 VkResult VkDecoderGlobalState::on_vkResetCommandPool(android::base::BumpPool* pool, VkDevice device, in on_vkResetCommandPool() argument
8428 return mImpl->on_vkResetCommandPool(pool, device, commandPool, flags); in on_vkResetCommandPool()
8431 void VkDecoderGlobalState::on_vkCmdExecuteCommands(android::base::BumpPool* pool, in on_vkCmdExecuteCommands() argument
8435 return mImpl->on_vkCmdExecuteCommands(pool, commandBuffer, commandBufferCount, pCommandBuffers); in on_vkCmdExecuteCommands()
8438 VkResult VkDecoderGlobalState::on_vkQueueSubmit(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueSubmit() argument
8441 return mImpl->on_vkQueueSubmit(pool, queue, submitCount, pSubmits, fence); in on_vkQueueSubmit()
8444 VkResult VkDecoderGlobalState::on_vkQueueSubmit2(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueSubmit2() argument
8447 return mImpl->on_vkQueueSubmit(pool, queue, submitCount, pSubmits, fence); in on_vkQueueSubmit2()
8450 VkResult VkDecoderGlobalState::on_vkQueueWaitIdle(android::base::BumpPool* pool, VkQueue queue) { in on_vkQueueWaitIdle() argument
8451 return mImpl->on_vkQueueWaitIdle(pool, queue); in on_vkQueueWaitIdle()
8454 VkResult VkDecoderGlobalState::on_vkResetCommandBuffer(android::base::BumpPool* pool, in on_vkResetCommandBuffer() argument
8457 return mImpl->on_vkResetCommandBuffer(pool, commandBuffer, flags); in on_vkResetCommandBuffer()
8460 void VkDecoderGlobalState::on_vkFreeCommandBuffers(android::base::BumpPool* pool, VkDevice device, in on_vkFreeCommandBuffers() argument
8464 return mImpl->on_vkFreeCommandBuffers(pool, device, commandPool, commandBufferCount, in on_vkFreeCommandBuffers()
8469 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceExternalSemaphoreProperties() argument
8473 pool, physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties); in on_vkGetPhysicalDeviceExternalSemaphoreProperties()
8477 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in on_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() argument
8481 pool, physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties); in on_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
8486 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorUpdateTemplate() argument
8490 return mImpl->on_vkCreateDescriptorUpdateTemplate(pool, boxed_device, pCreateInfo, pAllocator, in on_vkCreateDescriptorUpdateTemplate()
8495 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorUpdateTemplateKHR() argument
8499 return mImpl->on_vkCreateDescriptorUpdateTemplateKHR(pool, boxed_device, pCreateInfo, in on_vkCreateDescriptorUpdateTemplateKHR()
8504 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorUpdateTemplate() argument
8506 mImpl->on_vkDestroyDescriptorUpdateTemplate(pool, boxed_device, descriptorUpdateTemplate, in on_vkDestroyDescriptorUpdateTemplate()
8511 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorUpdateTemplateKHR() argument
8513 mImpl->on_vkDestroyDescriptorUpdateTemplateKHR(pool, boxed_device, descriptorUpdateTemplate, in on_vkDestroyDescriptorUpdateTemplateKHR()
8518 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() argument
8525 pool, boxed_device, descriptorSet, descriptorUpdateTemplate, imageInfoCount, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
8531 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet, in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE() argument
8539 pool, boxed_device, descriptorSet, descriptorUpdateTemplate, imageInfoCount, in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
8545 VkResult VkDecoderGlobalState::on_vkBeginCommandBuffer(android::base::BumpPool* pool, in on_vkBeginCommandBuffer() argument
8549 return mImpl->on_vkBeginCommandBuffer(pool, commandBuffer, pBeginInfo, context); in on_vkBeginCommandBuffer()
8553 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in on_vkBeginCommandBufferAsyncGOOGLE() argument
8555 mImpl->on_vkBeginCommandBuffer(pool, commandBuffer, pBeginInfo, context); in on_vkBeginCommandBufferAsyncGOOGLE()
8558 VkResult VkDecoderGlobalState::on_vkEndCommandBuffer(android::base::BumpPool* pool, in on_vkEndCommandBuffer() argument
8561 return mImpl->on_vkEndCommandBuffer(pool, commandBuffer, context); in on_vkEndCommandBuffer()
8564 void VkDecoderGlobalState::on_vkEndCommandBufferAsyncGOOGLE(android::base::BumpPool* pool, in on_vkEndCommandBufferAsyncGOOGLE() argument
8567 mImpl->on_vkEndCommandBufferAsyncGOOGLE(pool, commandBuffer, context); in on_vkEndCommandBufferAsyncGOOGLE()
8570 void VkDecoderGlobalState::on_vkResetCommandBufferAsyncGOOGLE(android::base::BumpPool* pool, in on_vkResetCommandBufferAsyncGOOGLE() argument
8573 mImpl->on_vkResetCommandBufferAsyncGOOGLE(pool, commandBuffer, flags); in on_vkResetCommandBufferAsyncGOOGLE()
8576 void VkDecoderGlobalState::on_vkCommandBufferHostSyncGOOGLE(android::base::BumpPool* pool, in on_vkCommandBufferHostSyncGOOGLE() argument
8584 android::base::BumpPool* pool, VkDevice device, const VkImageCreateInfo* pCreateInfo, in on_vkCreateImageWithRequirementsGOOGLE() argument
8587 return mImpl->on_vkCreateImageWithRequirementsGOOGLE(pool, device, pCreateInfo, pAllocator, in on_vkCreateImageWithRequirementsGOOGLE()
8592 android::base::BumpPool* pool, VkDevice device, const VkBufferCreateInfo* pCreateInfo, in on_vkCreateBufferWithRequirementsGOOGLE() argument
8595 return mImpl->on_vkCreateBufferWithRequirementsGOOGLE(pool, device, pCreateInfo, pAllocator, in on_vkCreateBufferWithRequirementsGOOGLE()
8599 void VkDecoderGlobalState::on_vkCmdBindPipeline(android::base::BumpPool* pool, in on_vkCmdBindPipeline() argument
8603 mImpl->on_vkCmdBindPipeline(pool, commandBuffer, pipelineBindPoint, pipeline); in on_vkCmdBindPipeline()
8607 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in on_vkCmdBindDescriptorSets() argument
8611 mImpl->on_vkCmdBindDescriptorSets(pool, commandBuffer, pipelineBindPoint, layout, firstSet, in on_vkCmdBindDescriptorSets()
8616 VkResult VkDecoderGlobalState::on_vkCreateRenderPass(android::base::BumpPool* pool, in on_vkCreateRenderPass() argument
8621 return mImpl->on_vkCreateRenderPass(pool, boxed_device, pCreateInfo, pAllocator, pRenderPass); in on_vkCreateRenderPass()
8624 VkResult VkDecoderGlobalState::on_vkCreateRenderPass2(android::base::BumpPool* pool, in on_vkCreateRenderPass2() argument
8629 return mImpl->on_vkCreateRenderPass2(pool, boxed_device, pCreateInfo, pAllocator, pRenderPass); in on_vkCreateRenderPass2()
8633 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateRenderPass2KHR() argument
8636 return mImpl->on_vkCreateRenderPass2(pool, boxed_device, pCreateInfo, pAllocator, pRenderPass); in on_vkCreateRenderPass2KHR()
8639 void VkDecoderGlobalState::on_vkDestroyRenderPass(android::base::BumpPool* pool, in on_vkDestroyRenderPass() argument
8642 mImpl->on_vkDestroyRenderPass(pool, boxed_device, renderPass, pAllocator); in on_vkDestroyRenderPass()
8645 void VkDecoderGlobalState::on_vkCmdBeginRenderPass(android::base::BumpPool* pool, in on_vkCmdBeginRenderPass() argument
8649 return mImpl->on_vkCmdBeginRenderPass(pool, commandBuffer, pRenderPassBegin, contents); in on_vkCmdBeginRenderPass()
8652 void VkDecoderGlobalState::on_vkCmdBeginRenderPass2(android::base::BumpPool* pool, in on_vkCmdBeginRenderPass2() argument
8656 return mImpl->on_vkCmdBeginRenderPass2(pool, commandBuffer, pRenderPassBegin, in on_vkCmdBeginRenderPass2()
8661 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in on_vkCmdBeginRenderPass2KHR() argument
8663 return mImpl->on_vkCmdBeginRenderPass2(pool, commandBuffer, pRenderPassBegin, in on_vkCmdBeginRenderPass2KHR()
8667 VkResult VkDecoderGlobalState::on_vkCreateFramebuffer(android::base::BumpPool* pool, in on_vkCreateFramebuffer() argument
8672 return mImpl->on_vkCreateFramebuffer(pool, boxed_device, pCreateInfo, pAllocator, pFramebuffer); in on_vkCreateFramebuffer()
8675 void VkDecoderGlobalState::on_vkDestroyFramebuffer(android::base::BumpPool* pool, in on_vkDestroyFramebuffer() argument
8678 mImpl->on_vkDestroyFramebuffer(pool, boxed_device, framebuffer, pAllocator); in on_vkDestroyFramebuffer()
8681 void VkDecoderGlobalState::on_vkQueueHostSyncGOOGLE(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueHostSyncGOOGLE() argument
8687 void VkDecoderGlobalState::on_vkCmdCopyQueryPoolResults(android::base::BumpPool* pool, in on_vkCmdCopyQueryPoolResults() argument
8693 mImpl->on_vkCmdCopyQueryPoolResults(pool, commandBuffer, queryPool, firstQuery, queryCount, in on_vkCmdCopyQueryPoolResults()
8697 void VkDecoderGlobalState::on_vkQueueSubmitAsyncGOOGLE(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueSubmitAsyncGOOGLE() argument
8701 mImpl->on_vkQueueSubmit(pool, queue, submitCount, pSubmits, fence); in on_vkQueueSubmitAsyncGOOGLE()
8704 void VkDecoderGlobalState::on_vkQueueSubmitAsync2GOOGLE(android::base::BumpPool* pool, in on_vkQueueSubmitAsync2GOOGLE() argument
8708 mImpl->on_vkQueueSubmit(pool, queue, submitCount, pSubmits, fence); in on_vkQueueSubmitAsync2GOOGLE()
8711 void VkDecoderGlobalState::on_vkQueueWaitIdleAsyncGOOGLE(android::base::BumpPool* pool, in on_vkQueueWaitIdleAsyncGOOGLE() argument
8713 mImpl->on_vkQueueWaitIdle(pool, queue); in on_vkQueueWaitIdleAsyncGOOGLE()
8716 void VkDecoderGlobalState::on_vkQueueBindSparseAsyncGOOGLE(android::base::BumpPool* pool, in on_vkQueueBindSparseAsyncGOOGLE() argument
8720 mImpl->on_vkQueueBindSparse(pool, queue, bindInfoCount, pBindInfo, fence); in on_vkQueueBindSparseAsyncGOOGLE()
8723 void VkDecoderGlobalState::on_vkGetLinearImageLayoutGOOGLE(android::base::BumpPool* pool, in on_vkGetLinearImageLayoutGOOGLE() argument
8727 mImpl->on_vkGetLinearImageLayoutGOOGLE(pool, device, format, pOffset, pRowPitchAlignment); in on_vkGetLinearImageLayoutGOOGLE()
8730 void VkDecoderGlobalState::on_vkGetLinearImageLayout2GOOGLE(android::base::BumpPool* pool, in on_vkGetLinearImageLayout2GOOGLE() argument
8735 mImpl->on_vkGetLinearImageLayout2GOOGLE(pool, device, pCreateInfo, pOffset, pRowPitchAlignment); in on_vkGetLinearImageLayout2GOOGLE()
8738 void VkDecoderGlobalState::on_vkQueueFlushCommandsGOOGLE(android::base::BumpPool* pool, in on_vkQueueFlushCommandsGOOGLE() argument
8743 mImpl->on_vkQueueFlushCommandsGOOGLE(pool, queue, commandBuffer, dataSize, pData, context); in on_vkQueueFlushCommandsGOOGLE()
8747 android::base::BumpPool* pool, VkQueue queue, VkCommandBuffer commandBuffer, in on_vkQueueFlushCommandsFromAuxMemoryGOOGLE() argument
8750 mImpl->on_vkQueueFlushCommandsFromAuxMemoryGOOGLE(pool, queue, commandBuffer, deviceMemory, in on_vkQueueFlushCommandsFromAuxMemoryGOOGLE()
8755 android::base::BumpPool* pool, VkQueue queue, uint32_t descriptorPoolCount, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE() argument
8762 pool, queue, descriptorPoolCount, pDescriptorPools, descriptorSetCount, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE()
8768 void VkDecoderGlobalState::on_vkCollectDescriptorPoolIdsGOOGLE(android::base::BumpPool* pool, in on_vkCollectDescriptorPoolIdsGOOGLE() argument
8773 mImpl->on_vkCollectDescriptorPoolIdsGOOGLE(pool, device, descriptorPool, pPoolIdCount, in on_vkCollectDescriptorPoolIdsGOOGLE()
8777 VkResult VkDecoderGlobalState::on_vkQueueBindSparse(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueBindSparse() argument
8781 return mImpl->on_vkQueueBindSparse(pool, queue, bindInfoCount, pBindInfo, fence); in on_vkQueueBindSparse()
8785 android::base::BumpPool* pool, VkQueue queue, uint32_t waitSemaphoreCount, in on_vkQueueSignalReleaseImageANDROIDAsyncGOOGLE() argument
8788 mImpl->on_vkQueueSignalReleaseImageANDROID(pool, queue, waitSemaphoreCount, pWaitSemaphores, in on_vkQueueSignalReleaseImageANDROIDAsyncGOOGLE()
8793 android::base::BumpPool* pool, VkDevice device, in on_vkCreateSamplerYcbcrConversion() argument
8796 return mImpl->on_vkCreateSamplerYcbcrConversion(pool, device, pCreateInfo, pAllocator, in on_vkCreateSamplerYcbcrConversion()
8801 android::base::BumpPool* pool, VkDevice device, in on_vkCreateSamplerYcbcrConversionKHR() argument
8804 return mImpl->on_vkCreateSamplerYcbcrConversion(pool, device, pCreateInfo, pAllocator, in on_vkCreateSamplerYcbcrConversionKHR()
8809 android::base::BumpPool* pool, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversion() argument
8811 mImpl->on_vkDestroySamplerYcbcrConversion(pool, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversion()
8815 android::base::BumpPool* pool, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversionKHR() argument
8817 mImpl->on_vkDestroySamplerYcbcrConversion(pool, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversionKHR()
8977 void BoxedHandleUnwrapAndDeletePreserveBoxedMapping::setup(android::base::BumpPool* pool,
8979 mPool = pool;