Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBindGroupLayoutD3D12.cpp149 DAWN_TRY_ASSIGN(samplerHeapCacheEntry, device->GetSamplerHeapCache()->GetOrCreate( in AllocateBindGroup()
DDeviceD3D12.h125 SamplerHeapCache* GetSamplerHeapCache();
DDeviceD3D12.cpp720 SamplerHeapCache* Device::GetSamplerHeapCache() { in GetSamplerHeapCache() function in dawn_native::d3d12::Device