Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/external/webrtc/modules/video_coding/svc/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c243 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state()
282 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state()
303 nine_get_memfd_file_backing(struct nine_allocation *allocation) in nine_get_memfd_file_backing()
315 nine_get_memfd_region_backing(struct nine_allocation *allocation) in nine_get_memfd_region_backing()
459 struct nine_allocation *allocation, *ptr; in nine_flush_pending_releases() local
487 struct nine_allocation *allocation, *ptr; in nine_flush_pending_frees() local
797 nine_free_internal(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_internal()
822 nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free()
833 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_worker()
844 nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_get_pointer()
[all …]
/aosp_15_r20/external/skia/tools/gpu/vk/
H A DVkTestMemoryAllocator.cpp119 VmaAllocation allocation; in allocateImageMemory() local
189 VmaAllocation allocation; in allocateBufferMemory() local
200 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in freeMemory() local
206 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in getAllocInfo() local
234 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in mapMemory() local
240 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in unmapMemory() local
248 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in flushMemory() local
256 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in invalidateMemory() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment.cc541 BufferAllocation* allocation = &allocations_.back(); in NewEmptyAllocation() local
547 BufferAllocation* allocation = NewEmptyAllocation(size, buffer.color()); in NewAllocation() local
553 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment()
574 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment()
601 [](const BufferAllocation& allocation) { in CombineTempAllocations()
672 BufferAllocation* allocation = &allocations_[index]; in CombineTempAllocations() local
682 for (auto& allocation : Allocations()) { in ComputeSummaryStats() local
762 for (auto& allocation : allocations_) { in ToString() local
784 for (const BufferAllocation& allocation : allocations) { in TopKPeakBuffers() local
869 for (const BufferAllocation& allocation : allocations_) { in BufferInfoString() local
[all …]
H A Dmemory_space_assignment.cc1366 const MemorySpaceAssignment::Allocation& allocation, in AppendAllocationInfoDebugString()
1854 [&](const auto& allocation) { in AllocateAllocationValues()
2068 const MemorySpaceAssignment::Allocation& allocation) { in GetAliasedOffset()
2075 const MemorySpaceAssignment::Allocation& allocation, in CreateOrAddToAliasedOffset()
2217 for (auto& allocation : allocations) { in AllocateCrossProgramPrefetchBuffer() local
2232 const auto& allocation = allocations_->at(i); in AllocateCrossProgramPrefetchBuffer() local
2550 MemorySpaceAssignment::Allocation* allocation = allocation_block.allocation; in ImportRepackedAllocations() local
2708 MemorySpaceAssignment::Allocation* allocation = in AllocateSegment() local
2771 [&](const auto& allocation) { in AllocateSegment()
2817 [&](const auto& allocation) { in AllocateSegment()
[all …]
/aosp_15_r20/external/skia/src/gpu/vk/vulkanmemoryallocator/
H A DVulkanAMDMemoryAllocator.cpp133 VmaAllocation allocation; in allocateImageMemory() local
203 VmaAllocation allocation; in allocateBufferMemory() local
214 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in freeMemory() local
220 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in getAllocInfo() local
247 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in mapMemory() local
253 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in unmapMemory() local
261 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in flushMemory() local
269 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in invalidateMemory() local
/aosp_15_r20/frameworks/rs/
H A DrsHidlAdaptation.cpp214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation) in AllocationGetType()
426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type, in AllocationCreateTyped() local
441 uint64_t allocation = GetIContextHandle(context)->allocationCreateFromBitmap(_type, in AllocationCreateFromBitmap() local
455 …uint64_t allocation = GetIContextHandle(context)->allocationCubeCreateFromBitmap(_type, (Allocatio… in AllocationCubeCreateFromBitmap() local
459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation) in AllocationGetSurface()
466 void RsHidlAdaptation::AllocationSetSurface (RsContext context, RsAllocation allocation, RsNativeWi… in AllocationSetSurface()
549 void RsHidlAdaptation::AllocationCopyToBitmap (RsContext context, RsAllocation allocation, void *da… in AllocationCopyToBitmap()
556 void RsHidlAdaptation::Allocation1DData (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation1DData()
566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_… in Allocation1DElementData()
577 void RsHidlAdaptation::AllocationElementData (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementData()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-092.md3 ### CVE Number
6 ### Impact
33 ### Patches
41 ### For more information
47 ### Attribution
/aosp_15_r20/external/webrtc/call/
H A Dbitrate_allocator.cc81 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateEvenly()
122 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateRelatively()
191 std::map<BitrateAllocatorObserver*, int> allocation; in LowRateAllocation() local
258 std::map<BitrateAllocatorObserver*, int> allocation; in NormalRateAllocation() local
299 std::map<BitrateAllocatorObserver*, int> allocation; in MaxRateAllocation() local
314 std::map<BitrateAllocatorObserver*, int> allocation; in ZeroRateAllocation() local
397 auto allocation = AllocateBitrates(allocatable_tracks_, last_target_bps_); in OnNetworkEstimateChanged() local
464 auto allocation = AllocateBitrates(allocatable_tracks_, last_target_bps_); in AddObserver() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp89 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory()
196 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory()
201 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory()
207 VmaAllocation allocation, in FlushAllocation()
215 VmaAllocation allocation, in InvalidateAllocation()
261 void VirtualFree(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, VkDeviceSize offset) in VirtualFree()
272 VmaVirtualAllocation allocation, in GetVirtualAllocationInfo()
289 VmaVirtualAllocation allocation, in SetVirtualAllocationUserData()
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dmodel_builder.cc48 std::unique_ptr<Allocation> allocation; in GetAllocationFromFile() local
78 std::unique_ptr<Allocation> allocation( in BuildFromBuffer() local
87 std::unique_ptr<Allocation> allocation( in VerifyAndBuildFromBuffer() local
94 std::unique_ptr<Allocation> allocation, ErrorReporter* error_reporter) { in BuildFromAllocation()
104 std::unique_ptr<Allocation> allocation, TfLiteVerifier* extra_verifier, in VerifyAndBuildFromAllocation()
207 FlatBufferModel::FlatBufferModel(std::unique_ptr<Allocation> allocation, in FlatBufferModel()
H A Dallocation_test.cc36 MMAPAllocation allocation("/tmp/tflite_model_1234", &error_reporter); in TEST() local
46 MMAPAllocation allocation( in TEST() local
62 MMAPAllocation allocation(-1, &error_reporter); in TEST() local
110 MMAPAllocation allocation(fd, &error_reporter); in TEST() local
133 MMAPAllocation allocation(fd, /*offset=*/10, /*length=*/file_size - 10, in TEST() local
/aosp_15_r20/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsCopyTests.cpp40 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
76 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
113 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
154 Allocation allocation = context->allocationCreateFromBitmap(type, in TEST_P() local
299 Allocation allocation = context->allocationCreateFromBitmap(type, in TEST_P() local
357 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::FULL, in TEST_P() local
403 Allocation allocation = context->allocationCubeCreateFromBitmap( in TEST_P() local
464 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
H A DVtsScriptTests.cpp214 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
262 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
306 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
438 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
515 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dsynchronized_allocator_test.cc185 Allocation allocation{ptr, layout}; in TestAllocate() local
191 for (const auto& allocation : allocations) { in TestAllocate() local
215 Allocation allocation{ptr, layout}; in TestResize() local
222 for (auto& allocation : allocations) { in TestResize() local
234 for (auto& allocation : allocations) { in TestResize() local
262 Allocation allocation{ptr, layout}; in TestReallocate() local
268 for (auto& allocation : allocations) { in TestReallocate() local
/aosp_15_r20/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp96 Return<Type> Context::allocationGetType(Allocation allocation) { in allocationGetType()
129 Return<NativeWindow> Context::allocationGetNativeWindow(Allocation allocation) { in allocationGetNativeWindow()
135 Return<void> Context::allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) { in allocationSetNativeWindow()
156 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) { in allocationCopyToBitmap()
164 Return<void> Context::allocation1DWrite(Allocation allocation, uint32_t offset, uint32_t lod, uint3… in allocation1DWrite()
175 Return<void> Context::allocationElementWrite(Allocation allocation, uint32_t x, uint32_t y, uint32_… in allocationElementWrite()
188 Return<void> Context::allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation2DWrite()
203 Return<void> Context::allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation3DWrite()
219 Return<void> Context::allocationGenerateMipmaps(Allocation allocation) { in allocationGenerateMipmaps()
225 Return<void> Context::allocationRead(Allocation allocation, Ptr data, Size sizeBytes) { in allocationRead()
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/renderscript/1.0/[email protected]_genc++/gen/android/hardware/renderscript/1.0/
DContextAll.cpp348 …is, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation) { in _hidl_allocationGetType()
666 …is, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation) { in _hidl_allocationGetNativeWindow()
730 …oid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation, uint64_t n… in _hidl_allocationSetNativeWindow()
916 …oid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation, void* data… in _hidl_allocationCopyToBitmap()
984 …oid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation, uint32_t o… in _hidl_allocation1DWrite()
1070 …oid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation, uint32_t x… in _hidl_allocationElementWrite()
1164 …oid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation, uint32_t x… in _hidl_allocation2DWrite()
1266 …oid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation, uint32_t x… in _hidl_allocation3DWrite()
1372 …is, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation) { in _hidl_allocationGenerateMipmaps()
1430 …oid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t allocation, void* data… in _hidl_allocationRead()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_state.cc120 XRTBufferAllocation::XRTBufferAllocation(const se::DeviceMemoryBase& allocation, in XRTBufferAllocation()
144 const se::DeviceMemoryBase& XRTBufferAllocation::allocation() { in allocation() function in tensorflow::XRTBufferAllocation
172 xla::Backend* backend, int device_ordinal, XRTTupleAllocation** allocation, in CreateAndTransfer()
199 xla::Backend* backend, int device_ordinal, XRTTupleAllocation** allocation, in CreateUninitialized()
223 int device_ordinal, XRTTupleAllocation** allocation, in CreateFromBuffer()
235 int device_ordinal, XRTTupleAllocation** allocation, in CreateFromBuffer()
365 XRTTupleAllocation** allocation, bool alias_parent_allocation) { in MakeSubBuffer()
458 XRTTupleAllocation** allocation, se::DeviceMemoryAllocator* allocator) { in MakeTuple()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_video_layers_allocation_extension.cc72 bool AllocationIsValid(const VideoLayersAllocation& allocation) { in AllocationIsValid()
132 const VideoLayersAllocation& allocation) { in SpatialLayersBitmasksPerRtpStream()
158 const VideoLayersAllocation& allocation) { in Write()
227 VideoLayersAllocation* allocation) { in Parse()
339 const VideoLayersAllocation& allocation) { in ValueSize()
H A Drtp_sender_video.cc276 VideoLayersAllocation allocation) { in SetVideoLayersAllocation()
286 VideoLayersAllocation allocation) { in SetVideoLayersAllocationAfterTransformation()
291 VideoLayersAllocation allocation) { in SetVideoLayersAllocationInternal()
458 VideoLayersAllocation allocation = allocation_.value(); in AddRtpHeaderExtensions() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dxrt_state_ops.h201 XRTTupleAllocation* allocation; in Compute() local
242 XRTTupleAllocation* allocation; in Compute() local
346 XRTTupleAllocation* allocation; in Compute() local
396 RefPtr<XRTTupleAllocation> allocation; in Compute() local
510 RefPtr<XRTTupleAllocation> allocation; in Compute() local
563 RefPtr<XRTTupleAllocation> allocation; in Compute() local
656 RefPtr<XRTTupleAllocation> allocation; in Compute() local
/aosp_15_r20/external/crosvm/base/src/
H A Dalloc.rs180 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32() localVariable
193 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_smaller_len() localVariable
205 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_larger_len() localVariable
218 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_remainder() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dbuffer_assignment_util.cc25 const BufferAllocation& allocation) { in InstrForConstantBufferAllocation()
74 const BufferAllocation& allocation) { in ConstantBufferAllocationToGlobalName()
80 const BufferAllocation& allocation) { in LiteralForConstantAllocation()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/
H A DSampleDataQueue.java414 Allocation allocation = allocationNode.allocation; in readData() local
440 Allocation allocation = allocationNode.allocation; in readData() local
478 @Nullable public Allocation allocation; field in SampleDataQueue.AllocationNode
501 public void initialize(Allocation allocation, AllocationNode next) { in initialize()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/
H A DSampleDataQueue.java407 Allocation allocation = allocationNode.allocation; in readData() local
433 Allocation allocation = allocationNode.allocation; in readData() local
471 @Nullable public Allocation allocation; field in SampleDataQueue.AllocationNode
505 public void initialize(Allocation allocation, AllocationNode next) { in initialize()

12345678910>>...16