Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp70 void DestroyAllocator(VmaAllocator allocator) in DestroyAllocator()
75 VkResult CreatePool(VmaAllocator allocator, in CreatePool()
93 void DestroyPool(VmaAllocator allocator, VmaPool pool) in DestroyPool()
98 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory()
103 VkResult CreateBuffer(VmaAllocator allocator, in CreateBuffer()
126 VkResult FindMemoryTypeIndexForBufferInfo(VmaAllocator allocator, in FindMemoryTypeIndexForBufferInfo()
142 void GetMemoryTypeProperties(VmaAllocator allocator, in GetMemoryTypeProperties()
149 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory()
154 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory()
159 void FlushAllocation(VmaAllocator allocator, in FlushAllocation()
[all …]
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c307 debug_dump_allocator_state(struct nine_allocator *allocator) in debug_dump_allocator_state()
368 static void move_region_ordered_merge(struct nine_allocator *allocator, struct list_head *tail, str… in move_region_ordered_merge()
406 static struct nine_memfd_file_region *allocate_region(struct nine_allocator *allocator, unsigned of… in allocate_region()
423 insert_new_allocation(struct nine_allocator *allocator, struct nine_allocation *new_allocation, uns… in insert_new_allocation()
474 nine_flush_pending_releases(struct nine_allocator *allocator) in nine_flush_pending_releases()
502 nine_flush_pending_frees(struct nine_allocator *allocator) in nine_flush_pending_frees()
534 nine_memfd_unmap_region(struct nine_allocator *allocator, in nine_memfd_unmap_region()
554 remove_allocation(struct nine_allocator *allocator, struct nine_memfd_file *memfd_file, struct nine… in remove_allocation()
578 nine_memfd_try_unmap_file(struct nine_allocator *allocator, in nine_memfd_try_unmap_file()
600 nine_memfd_files_unmap(struct nine_allocator *allocator, in nine_memfd_files_unmap()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyAllocatorTests.cpp31 BuddyAllocator allocator(maxBlockSize); in TEST() local
57 BuddyAllocator allocator(maxBlockSize); in TEST() local
79 BuddyAllocator allocator(maxBlockSize); in TEST() local
114 BuddyAllocator allocator(maxBlockSize); in TEST() local
178 BuddyAllocator allocator(maxBlockSize); in TEST() local
213 BuddyAllocator allocator(maxBlockSize); in TEST() local
247 BuddyAllocator allocator(maxBlockSize); in TEST() local
277 BuddyAllocator allocator(32); in TEST() local
312 BuddyAllocator allocator(maxBlockSize); in TEST() local
DRingBufferAllocatorTests.cpp26 RingBufferAllocator allocator(sizeInBytes); in TEST() local
50 RingBufferAllocator allocator(maxNumOfFrames * frameSizeInBytes); in TEST() local
64 RingBufferAllocator allocator(maxNumOfFrames * frameSizeInBytes); in TEST() local
94 RingBufferAllocator allocator(maxNumOfFrames * frameSizeInBytes); in TEST() local
169 RingBufferAllocator allocator(std::numeric_limits<uint64_t>::max()); in TEST() local
DCommandAllocatorTests.cpp59 CommandAllocator allocator; in TEST() local
64 CommandAllocator allocator; in TEST() local
71 CommandAllocator allocator; in TEST() local
117 CommandAllocator allocator; in TEST() local
161 CommandAllocator allocator; in TEST() local
205 CommandAllocator allocator; in TEST() local
238 CommandAllocator allocator; in TEST() local
278 CommandAllocator allocator; in TEST() local
335 CommandAllocator allocator; in TEST() local
345 CommandAllocator allocator; in TEST() local
[all …]
DSlabAllocatorTests.cpp37 SlabAllocator<Foo> allocator(1 * sizeof(Foo)); in TEST() local
49 SlabAllocator<Foo> allocator(5 * sizeof(Foo)); in TEST() local
74 SlabAllocator<AlignedFoo> allocator(9 * sizeof(AlignedFoo)); in TEST() local
100 SlabAllocator<Foo> allocator(17 * sizeof(Foo)); in TEST() local
130 SlabAllocator<Foo> allocator(17 * sizeof(Foo)); in TEST() local
DBuddyMemoryAllocatorTests.cpp76 DummyBuddyResourceAllocator allocator(maxBlockSize, heapSize); in TEST() local
109 DummyBuddyResourceAllocator allocator(maxBlockSize, heapSize); in TEST() local
157 DummyBuddyResourceAllocator allocator(maxBlockSize, heapSize); in TEST() local
211 DummyBuddyResourceAllocator allocator(maxBlockSize, heapSize); in TEST() local
287 DummyBuddyResourceAllocator allocator(maxBlockSize, heapSize); in TEST() local
337 DummyBuddyResourceAllocator allocator(maxBlockSize, heapSize); in TEST() local
376 DummyBuddyResourceAllocator allocator(maxBlockSize, heapSize); in TEST() local
390 DummyBuddyResourceAllocator allocator(kMaxBlockSize, kHeapSize, &poolAllocator); in TEST() local
431 DummyBuddyResourceAllocator allocator(kMaxBlockSize, kHeapSize, &poolAllocator); in TEST() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DHandleAllocator_unittest.cpp19 gl::HandleAllocator allocator; in TEST() local
44 gl::HandleAllocator allocator; in TEST() local
96 gl::HandleAllocator allocator; in TEST() local
108 gl::HandleAllocator allocator; in TEST() local
121 gl::HandleAllocator allocator; in TEST() local
141 gl::HandleAllocator allocator; in TEST() local
156 gl::HandleAllocator allocator; in TEST() local
176 gl::HandleAllocator allocator; in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmarl_test.h42 delete allocator; in TearDown() local
45 marl::TrackedAllocator* allocator = nullptr; variable
74 delete allocator; in TearDown() local
77 marl::TrackedAllocator* allocator = nullptr; variable
Dosfiber_asm.h89 Allocator* allocator; variable
95 OSFiber::OSFiber(Allocator* allocator) : allocator(allocator) {} in OSFiber()
104 Allocator* allocator) { in createFiberFromCurrentThread()
111 Allocator* allocator, in createFiber()
Dosfiber_ucontext.h65 OSFiber::OSFiber(Allocator* allocator) : allocator(allocator) {} in OSFiber()
74 Allocator* allocator) { in createFiberFromCurrentThread()
82 Allocator* allocator, in createFiber()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderEncoderBase.cpp88 [&](CommandAllocator* allocator) -> MaybeError { in APIDraw()
120 [&](CommandAllocator* allocator) -> MaybeError { in APIDrawIndexed()
157 [&](CommandAllocator* allocator) -> MaybeError { in APIDrawIndirect()
188 [&](CommandAllocator* allocator) -> MaybeError { in APIDrawIndexedIndirect()
236 [&](CommandAllocator* allocator) -> MaybeError { in APISetPipeline()
273 [&](CommandAllocator* allocator) -> MaybeError { in APISetIndexBuffer()
333 [&](CommandAllocator* allocator) -> MaybeError { in APISetVertexBuffer()
390 [&](CommandAllocator* allocator) -> MaybeError { in APISetBindGroup()
DRenderPassEncoder.cpp114 [&](CommandAllocator* allocator) -> MaybeError { in APIEndPass()
137 [&](CommandAllocator* allocator) -> MaybeError { in APISetStencilReference()
150 [&](CommandAllocator* allocator) -> MaybeError { in APISetBlendConstant()
168 [&](CommandAllocator* allocator) -> MaybeError { in APISetViewport()
218 [&](CommandAllocator* allocator) -> MaybeError { in APISetScissorRect()
244 [&](CommandAllocator* allocator) -> MaybeError { in APIExecuteBundles()
309 [&](CommandAllocator* allocator) -> MaybeError { in APIBeginOcclusionQuery()
349 [&](CommandAllocator* allocator) -> MaybeError { in APIEndOcclusionQuery()
371 [&](CommandAllocator* allocator) -> MaybeError { in APIWriteTimestamp()
DProgrammableEncoder.cpp61 [&](CommandAllocator* allocator) -> MaybeError { in APIInsertDebugMarker()
77 [&](CommandAllocator* allocator) -> MaybeError { in APIPopDebugGroup()
95 [&](CommandAllocator* allocator) -> MaybeError { in APIPushDebugGroup()
188 void ProgrammableEncoder::RecordSetBindGroup(CommandAllocator* allocator, in RecordSetBindGroup()
DCommandEncoder.cpp517 [&](CommandAllocator* allocator) -> MaybeError { in APIBeginComputePass()
553 [&](CommandAllocator* allocator) -> MaybeError { in APIBeginRenderPass()
655 [&](CommandAllocator* allocator) -> MaybeError { in APICopyBufferToBuffer()
698 [&](CommandAllocator* allocator) -> MaybeError { in APICopyBufferToTexture()
757 [&](CommandAllocator* allocator) -> MaybeError { in APICopyTextureToBuffer()
828 [&](CommandAllocator* allocator) -> MaybeError { in APICopyTextureToTextureHelper()
885 [&](CommandAllocator* allocator) -> MaybeError { in APIClearBuffer()
942 [&](CommandAllocator* allocator) -> MaybeError { in APIInsertDebugMarker()
958 [&](CommandAllocator* allocator) -> MaybeError { in APIPopDebugGroup()
976 [&](CommandAllocator* allocator) -> MaybeError { in APIPushDebugGroup()
[all …]
DComputePassEncoder.cpp148 [&](CommandAllocator* allocator) -> MaybeError { in APIEndPass()
165 [&](CommandAllocator* allocator) -> MaybeError { in APIDispatch()
297 [&](CommandAllocator* allocator) -> MaybeError { in APIDispatchIndirect()
363 [&](CommandAllocator* allocator) -> MaybeError { in APISetPipeline()
385 [&](CommandAllocator* allocator) -> MaybeError { in APISetBindGroup()
408 [&](CommandAllocator* allocator) -> MaybeError { in APIWriteTimestamp()
/third_party/node/deps/v8/src/heap/cppgc/
Dpage-memory.cc16 void Unprotect(PageAllocator& allocator, FatalOutOfMemoryHandler& oom_handler, in Unprotect()
40 void Protect(PageAllocator& allocator, FatalOutOfMemoryHandler& oom_handler, in Protect()
62 MemoryRegion ReserveMemoryRegion(PageAllocator& allocator, in ReserveMemoryRegion()
77 void FreeMemoryRegion(PageAllocator& allocator, in FreeMemoryRegion()
86 PageMemoryRegion::PageMemoryRegion(PageAllocator& allocator, in PageMemoryRegion()
102 PageAllocator& allocator, FatalOutOfMemoryHandler& oom_handler) in NormalPageMemoryRegion()
137 PageAllocator& allocator, FatalOutOfMemoryHandler& oom_handler, in LargePageMemoryRegion()
189 PageBackend::PageBackend(PageAllocator& allocator, in PageBackend()
Dcaged-heap-local-data.cc17 PageAllocator& allocator) in CagedHeapLocalData()
30 void AgeTable::Reset(PageAllocator* allocator) { in Reset()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcounting_allocator.h55 Allocator allocator; variable
64 Allocator allocator; in deallocate() local
73 Allocator allocator; in construct() local
82 Allocator allocator; in destroy() local
/third_party/skia/src/gpu/vk/
DGrVkMemory.cpp53 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
154 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
167 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
236 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
246 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
260 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
296 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
311 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
/third_party/node/deps/v8/src/base/
Dsmall-vector.h31 : allocator_(allocator) {} in allocator_() argument
33 : allocator_(allocator) { in allocator_() argument
38 : allocator_(allocator) { in allocator_() argument
43 : allocator_(allocator) { in allocator_() argument
48 : allocator_(allocator) { in allocator_() argument
Dhashmap.h129 AllocationPolicy allocator() const { return impl_.allocator(); } in allocator() function
175 const AllocationPolicy& allocator() const { return *this; } in allocator() function
176 AllocationPolicy& allocator() { return *this; } in allocator() function
187 AllocationPolicy allocator) in TemplateHashMapImpl()
196 AllocationPolicy allocator) in TemplateHashMapImpl()
467 allocator) {} in Base() argument
472 : Base(original, allocator) {} in Base() argument
504 : Base(capacity, KeyEqualityMatcher<void*>(), allocator) {} in Base() argument
563 HashEqualityThenKeyMatcher<void*, MatchFun>(match), allocator) {} in Base() argument
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_pipeline.c62 const VkAllocationCallbacks *allocator, in pvr_pds_coeff_program_create_and_upload()
127 const VkAllocationCallbacks *allocator, in pvr_pds_fragment_program_create_and_upload()
340 const VkAllocationCallbacks *const allocator, in pvr_pds_vertex_attrib_program_create_and_upload()
435 const struct VkAllocationCallbacks *const allocator, in pvr_pds_vertex_attrib_program_destroy()
458 const VkAllocationCallbacks *const allocator, in pvr_pds_vertex_attrib_programs_create_and_upload()
644 const VkAllocationCallbacks *const allocator, in pvr_pds_descriptor_program_create_and_upload()
797 const struct VkAllocationCallbacks *const allocator, in pvr_pds_descriptor_program_destroy()
859 const VkAllocationCallbacks *const allocator, in pvr_pds_compute_program_create_and_upload()
938 const struct VkAllocationCallbacks *const allocator, in pvr_pds_compute_program_destroy()
951 const VkAllocationCallbacks *const allocator, in pvr_pds_compute_base_workgroup_variant_program_init()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_suballoc.c48 u_suballocator_init(struct u_suballocator *allocator, in u_suballocator_init()
65 u_suballocator_destroy(struct u_suballocator *allocator) in u_suballocator_destroy()
71 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size, in u_suballocator_alloc()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dpool.h248 BoundedPool<T, N, POLICY>::Storage::Storage(Allocator* allocator) in Storage()
270 Allocator* allocator /* = Allocator::Default */) in BoundedPool()
365 Allocator* allocator; variable
371 Allocator* allocator; variable
376 UnboundedPool<T, POLICY>::Storage::Storage(Allocator* allocator) in Storage()
391 Allocator* allocator /* = Allocator::Default */) in UnboundedPool()

12345678910>>...26