Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DHostmemIdMapping.h59 struct ManagedDescriptorInfo { struct
88 std::optional<ManagedDescriptorInfo> removeDescriptorInfo(Id id);
102 std::unordered_map<Id, ManagedDescriptorInfo> mDescriptorInfos;
/hardware/google/gfxstream/host/
DBlobManager.h71 struct ManagedDescriptorInfo { struct
90 std::optional<ManagedDescriptorInfo> removeDescriptorInfo(uint32_t ctx_id, uint64_t blobId); argument
109 std::unordered_map<std::pair<uint32_t, uint64_t>, ManagedDescriptorInfo, pair_hash>
DBlobManager.cpp57 struct ManagedDescriptorInfo info = { in addDescriptorInfo()
69 std::optional<ManagedDescriptorInfo> BlobManager::removeDescriptorInfo(uint32_t ctxId, in removeDescriptorInfo()
75 std::optional<ManagedDescriptorInfo> ret = std::move(found->second); in removeDescriptorInfo()
Dvirtio-gpu-gfxstream-renderer.cpp224 using gfxstream::ManagedDescriptorInfo;
315 std::shared_ptr<ManagedDescriptorInfo> descriptorInfo = nullptr;
1715 std::make_shared<ManagedDescriptorInfo>(std::move(*descriptorInfoOpt)); in createBlob()
/hardware/google/aemu/host-common/
DHostmemIdMapping.cpp77 struct ManagedDescriptorInfo info = in addDescriptorInfo()
89 std::optional<ManagedDescriptorInfo> HostmemIdMapping::removeDescriptorInfo(Id id) { in removeDescriptorInfo()
92 std::optional<ManagedDescriptorInfo> ret = std::move(found->second); in removeDescriptorInfo()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp90 using android::emulation::ManagedDescriptorInfo;