Lines Matching refs:id_t
2780 std::set<C2Allocator::id_t> *ids) { in GetCommonAllocatorIds()
2782 C2PlatformAllocatorStore::id_t preferredLinearId = GetPreferredLinearAllocatorId(poolMask); in GetCommonAllocatorIds()
2783 C2Allocator::id_t defaultAllocatorId = in GetCommonAllocatorIds()
2918 std::set<C2Allocator::id_t> allocators; in CanFetchLinearBlock()
2933 static std::shared_ptr<C2BlockPool> GetPool(C2Allocator::id_t allocId) { in GetPool()
2935 static std::map<C2Allocator::id_t, std::shared_ptr<C2BlockPool>> sPools; in GetPool()
2955 std::set<C2Allocator::id_t> allocators; in FetchLinearBlock()
2970 for (C2Allocator::id_t allocId : allocators) { in FetchLinearBlock()
2990 std::set<C2Allocator::id_t> allocators; in CanFetchGraphicBlock()
3015 std::set<C2Allocator::id_t> allocators; in FetchGraphicBlock()
3027 for (C2Allocator::id_t allocId : allocators) { in FetchGraphicBlock()