| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | BufferD3D12.cpp | 201 Heap* heap = ToBackend(mResourceAllocation.GetResourceHeap()); in TrackUsageAndGetResourceBarrier() local 323 Heap* heap = ToBackend(mResourceAllocation.GetResourceHeap()); in MapInternal() local 371 Heap* heap in UnmapImpl() local 394 Heap* heap = ToBackend(mResourceAllocation.GetResourceHeap()); CheckIsResidentForTesting() local [all...] |
| H A D | ResidencyManagerD3D12.cpp | 249 Heap* heap = heaps[i]; EnsureHeapsAreResident() local [all...] |
| H A D | ResourceAllocatorManagerD3D12.cpp | 322 Heap* heap = ToBackend(allocation.GetResourceHeap()); in CreatePlacedResource() local 397 Heap* heap = new Heap(committedResource, GetMemorySegment(mDevice, heapType), CreateCommittedResource() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | ResourceMemoryAllocatorVk.cpp | 193 ResourceHeap* heap = ToBackend(allocation->GetResourceHeap()); in Deallocate() local
|
| /third_party/python/Modules/ |
| H A D | _heapqmodule.c | 25 siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown() argument 70 siftup(PyListObject *heap, Py_ssize_t pos) in siftup() argument 130 _heapq_heappush_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq_heappush_impl() argument 142 heappop_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) heappop_internal() argument 183 _heapq_heappop_impl(PyObject *module, PyObject *heap) _heapq_heappop_impl() argument 190 heapreplace_internal(PyObject *heap, PyObject *item, int siftup_func(PyListObject *, Py_ssize_t)) heapreplace_internal() argument 229 _heapq_heapreplace_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq_heapreplace_impl() argument 249 _heapq_heappushpop_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq_heappushpop_impl() argument 319 cache_friendly_heapify(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) cache_friendly_heapify() argument 352 heapify_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) heapify_internal() argument 387 _heapq_heapify_impl(PyObject *module, PyObject *heap) _heapq_heapify_impl() argument 394 siftdown_max(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) siftdown_max() argument 439 siftup_max(PyListObject *heap, Py_ssize_t pos) siftup_max() argument 499 _heapq__heappop_max_impl(PyObject *module, PyObject *heap) _heapq__heappop_max_impl() argument 516 _heapq__heapreplace_max_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq__heapreplace_max_impl() argument 533 _heapq__heapify_max_impl(PyObject *module, PyObject *heap) _heapq__heapify_max_impl() argument [all...] |
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
| H A D | drv_media_mem.h | 102 struct dma_heap *heap; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
| H A D | system_heap.c | 31 struct dma_heap *heap; member 416 static struct dma_buf *system_heap_do_allocate(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, in system_heap_do_allocate() argument 516 system_heap_allocate(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, unsigned long heap_flags) system_heap_allocate() argument 522 system_get_pool_size(struct dma_heap *heap) system_get_pool_size() argument 541 system_uncached_heap_allocate(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, unsigned long heap_flags) system_uncached_heap_allocate() argument 548 system_uncached_heap_not_initialized(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, unsigned long heap_flags) system_uncached_heap_not_initialized() argument [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
| H A D | dma-heap.c | 79 struct dma_buf *dma_heap_buffer_alloc(struct dma_heap *heap, size_t len, unsigned int fd_flags, unsigned int heap_flags) in dma_heap_buffer_alloc() argument 101 dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len, unsigned int fd_flags, unsigned int heap_flags) dma_heap_bufferfd_alloc() argument 122 struct dma_heap *heap; dma_heap_open() local 140 struct dma_heap *heap = file->private_data; dma_heap_ioctl_allocate() local 241 dma_heap_get_drvdata(struct dma_heap *heap) dma_heap_get_drvdata() argument 249 struct dma_heap *heap = container_of(ref, struct dma_heap, refcount); dma_heap_release() local 281 dma_heap_get_dev(struct dma_heap *heap) dma_heap_get_dev() argument 294 dma_heap_get_name(struct dma_heap *heap) dma_heap_get_name() argument 302 struct dma_heap *heap, *err_ret; dma_heap_add() local 387 struct dma_heap *heap; total_pools_kb_show() local [all...] |
| /third_party/alsa-lib/src/topology/ |
| H A D | dapm.c | 877 struct list_head heap; in tplg_decode_dapm_widget() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | memory_buffer_alloc.c | 80 static buffer_alloc_ctx heap; variable [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_bo.h | 121 zink_alloc_flags_from_heap(enum zink_heap heap) in zink_alloc_flags_from_heap() argument 135 vk_domain_from_heap(enum zink_heap heap) in vk_domain_from_heap() argument
|
| /third_party/node/src/ |
| H A D | heap_utils.cc | 42 namespace heap { namespace
|
| H A D | node_internals.h | 387 namespace heap { namespace 391 namespace heap { namespace
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_draw.c | 294 struct nouveau_heap *heap = nv30_screen(pscreen)->vp_exec_heap; in nv30_render_validate() local
|
| H A D | nv30_transfer.c | 73 struct nouveau_heap *heap = nv30->screen->vp_exec_heap; in nv30_transfer_rect_vertprog() local
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | cp_dma_tests.c | 89 allocate_bo_and_va(amdgpu_device_handle dev, uint64_t size, uint64_t alignment, uint32_t heap, uint64_t alloc_flags, struct amdgpu_cp_dma_bo *bo) allocate_bo_and_va() argument
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc-inl.h | 183 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | assembler-arm-inl.h | 115 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64-inl.h | 370 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | free-list.h | 19 namespace heap { namespace
|
| H A D | memory-allocator.h | 47 Unmapper(Heap* heap, MemoryAllocator* allocator) in Unmapper() argument [all...] |
| H A D | memory-chunk.cc | 122 MemoryChunk::MemoryChunk(Heap* heap, BaseSpace* space, size_t chunk_size, in MemoryChunk() argument [all...] |
| H A D | new-spaces.h | 43 SemiSpace(Heap* heap, SemiSpaceId semispace) in SemiSpace() argument [all...] |
| H A D | setup-heap-internal.cc | 70 bool SetupIsolateDelegate::SetupHeapInternal(Heap* heap) { in SetupHeapInternal() argument
|
| H A D | spaces.h | 33 namespace heap { global() namespace 115 Space(Heap* heap, AllocationSpace id, FreeList* free_list) Space() argument 465 SpaceWithLinearArea(Heap* heap, AllocationSpace id, FreeList* free_list, LinearAllocationArea* allocation_info) SpaceWithLinearArea() argument 576 MemoryChunkIterator(Heap* heap) MemoryChunkIterator() argument [all...] |