Home
last modified time | relevance | path

Searched refs:GetGPUPointer (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceHeapAllocationD3D12.h40 D3D12_GPU_VIRTUAL_ADDRESS GetGPUPointer() const;
DResourceHeapAllocationD3D12.cpp40 D3D12_GPU_VIRTUAL_ADDRESS ResourceHeapAllocation::GetGPUPointer() const { in GetGPUPointer() function in dawn_native::d3d12::ResourceHeapAllocation
DBufferD3D12.cpp301 return mResourceAllocation.GetGPUPointer(); in GetVA()