Home
last modified time | relevance | path

Searched defs:descriptorHeap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderVisibleDescriptorAllocatorD3D12.cpp109 ID3D12DescriptorHeap* descriptorHeap = mHeap->GetD3D12DescriptorHeap(); in AllocateGPUDescriptors() local
157 std::unique_ptr<ShaderVisibleDescriptorHeap> descriptorHeap = in AllocateHeap() local
169 std::unique_ptr<ShaderVisibleDescriptorHeap> descriptorHeap; in AllocateAndSwitchShaderVisibleHeap() local
/third_party/skia/src/gpu/d3d/
DGrD3DDescriptorHeap.h39 ID3D12DescriptorHeap* descriptorHeap() const { return fHeap.get(); } in descriptorHeap() function