Home
last modified time | relevance | path

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

12345678910>>...30

/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/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvideomemory.c55 gst_msdk_video_allocator_get_surface (GstAllocator * allocator) in gst_msdk_video_allocator_get_surface()
90 GstAllocator *allocator; in gst_msdk_video_memory_get_surface_available() local
155 GstMsdkVideoAllocator *allocator; in gst_msdk_video_memory_new() local
187 GstAllocator *allocator; in gst_video_meta_map_msdk_memory() local
272 GstAllocator *allocator; in gst_video_meta_unmap_msdk_memory() local
297 GstAllocator *allocator = base_mem->allocator; in gst_msdk_video_memory_map_full() local
352 GstAllocator *allocator = base_mem->allocator; in gst_msdk_video_memory_unmap() local
397 gst_msdk_video_allocator_alloc (GstAllocator * allocator, gsize size, in gst_msdk_video_allocator_alloc()
406 GstMsdkVideoAllocator *allocator = GST_MSDK_VIDEO_ALLOCATOR_CAST (object); in gst_msdk_video_allocator_finalize() local
415 gst_msdk_video_allocator_free (GstAllocator * allocator, GstMemory * base_mem) in gst_msdk_video_allocator_free()
[all …]
Dgstmsdksystemmemory.c54 GstAllocator *allocator; in ensure_data() local
187 gst_msdk_system_allocator_create_surface (GstAllocator * allocator) in gst_msdk_system_allocator_create_surface()
212 GstMsdkSystemAllocator *allocator; in gst_msdk_system_memory_new() local
328 gst_msdk_system_allocator_free (GstAllocator * allocator, GstMemory * base_mem) in gst_msdk_system_allocator_free()
338 gst_msdk_system_allocator_alloc (GstAllocator * allocator, gsize size, in gst_msdk_system_allocator_alloc()
354 gst_msdk_system_allocator_init (GstMsdkSystemAllocator * allocator) in gst_msdk_system_allocator_init()
369 GstMsdkSystemAllocator *allocator; in gst_msdk_system_allocator_new() local
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c133 GstV4l2Allocator *allocator = (GstV4l2Allocator *) mem->mem.allocator; in _v4l2mem_dispose() local
151 _v4l2mem_new (GstMemoryFlags flags, GstAllocator * allocator, in _v4l2mem_new()
243 gst_v4l2_memory_group_new (GstV4l2Allocator * allocator, guint32 index) in gst_v4l2_memory_group_new()
351 gst_v4l2_allocator_release (GstV4l2Allocator * allocator, GstV4l2Memory * mem) in gst_v4l2_allocator_release()
384 GstV4l2Allocator *allocator = (GstV4l2Allocator *) gallocator; in gst_v4l2_allocator_free() local
410 GstV4l2Allocator *allocator = (GstV4l2Allocator *) obj; in gst_v4l2_allocator_dispose() local
428 GstV4l2Allocator *allocator = (GstV4l2Allocator *) obj; in gst_v4l2_allocator_finalize() local
462 gst_v4l2_allocator_init (GstV4l2Allocator * allocator) in gst_v4l2_allocator_init()
483 gst_v4l2_allocator_probe (GstV4l2Allocator * allocator, guint32 memory, in gst_v4l2_allocator_probe()
513 gst_v4l2_allocator_create_buf (GstV4l2Allocator * allocator) in gst_v4l2_allocator_create_buf()
[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/flutter/skia/third_party/externals/angle2/src/libANGLE/
DHandleRangeAllocator_unittest.cpp29 auto *allocator = getAllocator(); in TEST_F() local
55 auto *allocator = getAllocator(); in TEST_F() local
81 auto *allocator = getAllocator(); in TEST_F() local
100 auto *allocator = getAllocator(); in TEST_F() local
113 auto *allocator = getAllocator(); in TEST_F() local
125 auto *allocator = getAllocator(); in TEST_F() local
143 auto *allocator = getAllocator(); in TEST_F() local
191 auto *allocator = getAllocator(); in TEST_F() local
205 auto *allocator = getAllocator(); in TEST_F() local
224 auto *allocator = getAllocator(); in TEST_F() local
[all …]
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/src/gpu/vk/
DGrVkMemory.cpp20 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory() local
54 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory() local
62 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory() local
108 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeImageMemory() local
115 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in MapAlloc() local
126 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in UnmapAlloc() local
159 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FlushMappedAlloc() local
171 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in InvalidateMappedAlloc() 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()
/third_party/flutter/skia/src/gpu/vk/
DGrVkMemory.cpp38 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory() local
79 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory() local
93 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory() local
128 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeImageMemory() local
145 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in MapAlloc() local
161 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in UnmapAlloc() local
197 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FlushMappedAlloc() local
216 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in InvalidateMappedAlloc() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
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
160 CommandAllocator allocator; in TEST() local
204 CommandAllocator allocator; in TEST() local
237 CommandAllocator allocator; in TEST() local
277 CommandAllocator allocator; in TEST() local
334 CommandAllocator allocator; in TEST() local
344 CommandAllocator allocator; in TEST() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstdmabuf.c55 GstAllocator *allocator = gmem->allocator; in gst_dmabuf_mem_map() local
84 GstAllocator *allocator = gmem->allocator; in gst_dmabuf_mem_unmap() local
110 gst_dmabuf_allocator_init (GstDmaBufAllocator * allocator) in gst_dmabuf_allocator_init()
156 gst_dmabuf_allocator_alloc (GstAllocator * allocator, gint fd, gsize size) in gst_dmabuf_allocator_alloc()
181 gst_dmabuf_allocator_alloc_with_flags (GstAllocator * allocator, gint fd, in gst_dmabuf_allocator_alloc_with_flags()
/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()
/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/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>>...30