Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 25 of 141) sorted by relevance

123456

/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp129 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/
Dsvc_rate_allocator_unittest.cc59 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/
DGrVkAMDMemoryAllocator.cpp83 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/
Dmodel_builder.cc50 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()
Dmodel_builder.h133 const Allocation* allocation() const { return allocation_.get(); } in allocation() function
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dbuffer_assignment_util.cc22 const BufferAllocation& allocation) { in InstrForConstantBufferAllocation()
73 const BufferAllocation& allocation) { in ConstantBufferAllocationToGlobalName()
79 const BufferAllocation& allocation) { in LiteralForConstantAllocation()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp75 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/
Dbitrate_allocator.cc82 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/
Dbuffer_assignment.cc560 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/
DPoolAlloc_unittest.cpp23 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/
Dxrt_state.cc119 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/
DGrD3DAMDMemoryAllocator.cpp29 D3D12_RESOURCE_STATES initialResourceState, sk_sp<GrD3DAlloc>* allocation, in createResource()
51 sk_sp<GrD3DAlloc>& allocation, uint64_t localOffset, in createAliasingResource()
DGrD3DAMDMemoryAllocator.h42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DSampleDataQueue.java308 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/
Dxrt_state_ops.h201 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/
DMemory.cpp62 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local
107 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in deallocate() local
/external/swiftshader/src/System/
DMemory.cpp63 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/
Dheapalloc_doublefree.cpp8 void *allocation = HeapAlloc(GetProcessHeap(), 0, 10); in main() local
/external/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp53 struct allocation { struct
54 uint64_t start_page;
55 uint64_t num_pages;
/external/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp441 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/
Dgpu_executable.cc305 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/
Dlog_memory.cc50 MemoryLogTensorAllocation allocation; in RecordTensorAllocation() local
79 MemoryLogRawAllocation allocation; in RecordRawAllocation() local
/external/swiftshader/third_party/marl/src/
Dmemory.cpp185 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/
DAllocator.java38 void release(Allocation allocation); in release()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dbuffer_info_util.cc27 for (const BufferAllocation& allocation : buffer_assignment.Allocations()) { in CreateBufferInfosFromBufferAssignment() local

123456