| /external/skia/src/gpu/vk/ |
| D | GrVkAMDMemoryAllocator.cpp | 129 VmaAllocation allocation; in allocateImageMemory() local 198 VmaAllocation allocation; in allocateBufferMemory() local 209 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in freeMemory() local 215 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in getAllocInfo() local 239 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in mapMemory() local 245 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in unmapMemory() local 252 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in flushMemory() local 259 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in invalidateMemory() local
|
| /external/webrtc/modules/video_coding/codecs/vp9/ |
| D | svc_rate_allocator_unittest.cc | 59 VideoBitrateAllocation allocation = in TEST() local 70 VideoBitrateAllocation allocation = in TEST() local 82 VideoBitrateAllocation allocation = in TEST() local 97 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local 114 VideoBitrateAllocation allocation = in TEST() local 131 VideoBitrateAllocation allocation = in TEST() local 147 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local 165 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local 186 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local 211 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local [all …]
|
| /external/skqp/src/gpu/vk/ |
| D | GrVkAMDMemoryAllocator.cpp | 83 VmaAllocation allocation; in allocateMemoryForImage() local 138 VmaAllocation allocation; in allocateMemoryForBuffer() local 156 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in freeMemory() local 162 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in getAllocInfo() local 204 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in mapMemory() local 211 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in unmapMemory() local
|
| /external/tensorflow/tensorflow/lite/ |
| D | model_builder.cc | 50 std::unique_ptr<Allocation> allocation; in GetAllocationFromFile() local 64 auto allocation = GetAllocationFromFile(filename, /*mmap_file=*/true, in BuildFromFile() local 77 auto allocation = GetAllocationFromFile(filename, /*mmap_file=*/true, in VerifyAndBuildFromFile() local 106 std::unique_ptr<Allocation> allocation( in BuildFromBuffer() local 188 FlatBufferModel::FlatBufferModel(std::unique_ptr<Allocation> allocation, in FlatBufferModel()
|
| D | model_builder.h | 133 const Allocation* allocation() const { return allocation_.get(); } in allocation() function
|
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
| D | buffer_assignment_util.cc | 22 const BufferAllocation& allocation) { in InstrForConstantBufferAllocation() 73 const BufferAllocation& allocation) { in ConstantBufferAllocationToGlobalName() 79 const BufferAllocation& allocation) { in LiteralForConstantAllocation()
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | vk_mem_alloc_wrapper.cpp | 75 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() 126 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() 131 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() 137 VmaAllocation allocation, in FlushAllocation() 145 VmaAllocation allocation, in InvalidateAllocation()
|
| /external/webrtc/call/ |
| D | bitrate_allocator.cc | 82 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateEvenly() 123 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateRelatively() 192 std::map<BitrateAllocatorObserver*, int> allocation; in LowRateAllocation() local 259 std::map<BitrateAllocatorObserver*, int> allocation; in NormalRateAllocation() local 300 std::map<BitrateAllocatorObserver*, int> allocation; in MaxRateAllocation() local 315 std::map<BitrateAllocatorObserver*, int> allocation; in ZeroRateAllocation() local 398 auto allocation = AllocateBitrates(allocatable_tracks_, last_target_bps_); in OnNetworkEstimateChanged() local 465 auto allocation = AllocateBitrates(allocatable_tracks_, last_target_bps_); in AddObserver() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | buffer_assignment.cc | 560 BufferAllocation* allocation = &allocations_.back(); in NewEmptyAllocation() local 566 BufferAllocation* allocation = NewEmptyAllocation(size, buffer.color()); in NewAllocation() local 572 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment() 593 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment() 620 [](const BufferAllocation& allocation) { in CombineTempAllocations() 692 BufferAllocation* allocation = &allocations_[index]; in CombineTempAllocations() local 702 for (auto& allocation : Allocations()) { in ComputeSummaryStats() local 782 for (auto& allocation : allocations_) { in ToString() local 822 for (const BufferAllocation& allocation : allocations_) { in BufferInfoString() local 898 for (const BufferAllocation& allocation : Allocations()) { in ToProto() local [all …]
|
| /external/angle/src/common/ |
| D | PoolAlloc_unittest.cpp | 23 void *allocation = poolAllocator.allocate(numBytes); in TEST() local 67 void *allocation = poolAllocator.allocate((rand() % (1024 * 4)) + 1); in TEST_P() local
|
| /external/tensorflow/tensorflow/compiler/xrt/ |
| D | xrt_state.cc | 119 XRTBufferAllocation::XRTBufferAllocation(const se::DeviceMemoryBase& allocation, in XRTBufferAllocation() 143 const se::DeviceMemoryBase& XRTBufferAllocation::allocation() { in allocation() function in tensorflow::XRTBufferAllocation 172 XRTTupleAllocation** allocation) { in CreateAndTransfer() 200 XRTTupleAllocation** allocation) { in CreateUninitialized() 223 int device_ordinal, XRTTupleAllocation** allocation) { in CreateFromBuffer() 236 int device_ordinal, XRTTupleAllocation** allocation) { in CreateFromBuffer() 364 XRTTupleAllocation** allocation, bool alias_parent_allocation) { in MakeSubBuffer() 457 XRTTupleAllocation** allocation) { in MakeTuple()
|
| /external/skia/src/gpu/d3d/ |
| D | GrD3DAMDMemoryAllocator.cpp | 29 D3D12_RESOURCE_STATES initialResourceState, sk_sp<GrD3DAlloc>* allocation, in createResource() 51 sk_sp<GrD3DAlloc>& allocation, uint64_t localOffset, in createAliasingResource()
|
| D | GrD3DAMDMemoryAllocator.h | 42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc()
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ |
| D | SampleDataQueue.java | 308 Allocation allocation = readAllocationNode.allocation; in readData() local 330 Allocation allocation = readAllocationNode.allocation; in readData() local 420 @Nullable public Allocation allocation; field in SampleDataQueue.AllocationNode 443 public void initialize(Allocation allocation, AllocationNode next) { in initialize()
|
| /external/tensorflow/tensorflow/compiler/xrt/kernels/ |
| D | xrt_state_ops.h | 201 XRTTupleAllocation* allocation; in Compute() local 241 XRTTupleAllocation* allocation; in Compute() local 345 XRTTupleAllocation* allocation; in Compute() local 394 RefPtr<XRTTupleAllocation> allocation; in Compute() local 507 RefPtr<XRTTupleAllocation> allocation; in Compute() local 560 RefPtr<XRTTupleAllocation> allocation; in Compute() local 653 RefPtr<XRTTupleAllocation> allocation; in Compute() local
|
| /external/swiftshader/src/Common/ |
| D | Memory.cpp | 62 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local 107 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in deallocate() local
|
| /external/swiftshader/src/System/ |
| D | Memory.cpp | 63 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in allocateRaw() local 106 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in deallocate() local
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
| D | heapalloc_doublefree.cpp | 8 void *allocation = HeapAlloc(GetProcessHeap(), 0, 10); in main() local
|
| /external/mesa3d/src/util/tests/vma/ |
| D | vma_random_test.cpp | 53 struct allocation { struct 54 uint64_t start_page; 55 uint64_t num_pages;
|
| /external/llvm-project/lldb/source/Expression/ |
| D | IRMemoryMap.cpp | 441 Allocation &allocation = iter->second; in Leak() local 457 Allocation &allocation = iter->second; in Free() local 534 Allocation &allocation = iter->second; in WriteMemory() local 652 Allocation &allocation = iter->second; in ReadMemory() local 797 Allocation &allocation = iter->second; in GetMemoryData() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | gpu_executable.cc | 305 const BufferAllocation& allocation, in BufferForAllocation() 353 static Status CheckAlignment(const BufferAllocation& allocation, in CheckAlignment() 387 const BufferAllocation& allocation = allocations_[i]; in GenerateBufferAllocations() local 463 const BufferAllocation* allocation = in ExecuteAsyncOnStreamImpl() local 575 const BufferAllocation& allocation = allocations_[i]; in SizeOfGeneratedCodeInBytes() local
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | log_memory.cc | 50 MemoryLogTensorAllocation allocation; in RecordTensorAllocation() local 79 MemoryLogRawAllocation allocation; in RecordRawAllocation() local
|
| /external/swiftshader/third_party/marl/src/ |
| D | memory.cpp | 185 auto allocation = malloc(allocSize); in alignedMalloc() local 219 marl::Allocation allocation; in allocate() local 225 virtual void free(const marl::Allocation& allocation) override { in free()
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
| D | Allocator.java | 38 void release(Allocation allocation); in release()
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | buffer_info_util.cc | 27 for (const BufferAllocation& allocation : buffer_assignment.Allocations()) { in CreateBufferInfosFromBufferAssignment() local
|