Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBindGroupD3D12.h48 void SetSamplerAllocationEntry(Ref<SamplerHeapCacheEntry> entry);
DBindGroupLayoutD3D12.cpp151 bindGroup->SetSamplerAllocationEntry(std::move(samplerHeapCacheEntry)); in AllocateBindGroup()
DBindGroupD3D12.cpp276 void BindGroup::SetSamplerAllocationEntry(Ref<SamplerHeapCacheEntry> entry) { in SetSamplerAllocationEntry() function in dawn_native::d3d12::BindGroup