Home
last modified time | relevance | path

Searched defs:Heap (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceHeapAllocationD3D12.h24 class Heap; variable
DHeapD3D12.cpp18 Heap::Heap(ComPtr<ID3D12Pageable> d3d12Pageable, MemorySegment memorySegment, uint64_t size) in Heap() function in dawn_native::d3d12::Heap
DCommandRecordingContext.h27 class Heap; variable
DResidencyManagerD3D12.h28 class Heap; variable
DForward.h29 class Heap; variable
/third_party/skia/src/gpu/d3d/
DGrD3DCpuDescriptorManager.h63 Heap(std::unique_ptr<GrD3DDescriptorHeap>& heap, unsigned int numDescriptors) in Heap() function
DGrD3DDescriptorTableManager.h74 Heap(GrD3DGpu* gpu, std::unique_ptr<GrD3DDescriptorHeap>& heap, in Heap() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp547 struct Heap in iterate() struct
549 VkMemoryHeap heap; in iterate()
550 VkDeviceSize memoryUsage; in iterate()
551 VkDeviceSize maxMemoryUsage; in iterate()
552 vector<MemoryType> types; in iterate()
553 vector<MemoryObject> objects; in iterate()
/third_party/python/Lib/multiprocessing/
Dheap.py115 class Heap(object): class