Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp183 static uint64_t hostBlobId = 0; variable
4921 VkResult vkGetBlobInternal(VkDevice boxed_device, VkDeviceMemory memory, uint64_t hostBlobId) { in vkGetBlobInternal() argument
4931 hostBlobId = (info->blobId && !hostBlobId) ? info->blobId : hostBlobId; in vkGetBlobInternal()
4938 BlobManager::get()->addDescriptorInfo(ctx_id, hostBlobId, in vkGetBlobInternal()
4996 BlobManager::get()->addDescriptorInfo(ctx_id, hostBlobId, std::move(managedHandle), in vkGetBlobInternal()
5025 BlobManager::get()->addMapping(ctx_id, hostBlobId, (void*)(uintptr_t)alignedHva, in vkGetBlobInternal()
5028 info->hostmemId = hostBlobId; in vkGetBlobInternal()
5043 hostBlobId++; in on_vkGetMemoryHostAddressInfoGOOGLE()
5044 *pHostmemId = hostBlobId; in on_vkGetMemoryHostAddressInfoGOOGLE()
5045 return vkGetBlobInternal(boxed_device, memory, hostBlobId); in on_vkGetMemoryHostAddressInfoGOOGLE()