Home
last modified time | relevance | path

Searched defs:Heap (Results 1 – 12 of 12) 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_no_buildgn/vulkan/memory/
DvktMemoryAllocationTests.cpp633 struct Heap in iterate() struct
635 VkMemoryHeap heap; in iterate()
636 VkDeviceSize memoryUsage; in iterate()
637 VkDeviceSize maxMemoryUsage; in iterate()
638 vector<MemoryType> types; in iterate()
639 vector<MemoryObject> objects; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp633 struct Heap in iterate() struct
635 VkMemoryHeap heap; in iterate()
636 VkDeviceSize memoryUsage; in iterate()
637 VkDeviceSize maxMemoryUsage; in iterate()
638 vector<MemoryType> types; in iterate()
639 vector<MemoryObject> objects; in iterate()
/third_party/rust/crates/once_cell/tests/
Dit.rs844 struct Heap { struct
845 total: Arc<AtomicUsize>,
860 impl Heap { implementation
/third_party/python/Lib/multiprocessing/
Dheap.py115 class Heap(object): class
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp64688 class Heap : public js::HeapBase<T, Heap<T>> class
64696 Heap() { in Heap() function in JS::Heap
64701 explicit Heap(const T& p) { init(p); } in Heap() function in JS::Heap
64709 explicit Heap(const Heap<T>& p) { init(p.ptr); } in Heap() function in JS::Heap