Home
last modified time | relevance | path

Searched refs:mSamplerAllocators (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp116 mSamplerAllocators[countIndex + 1] = std::make_unique<StagingDescriptorAllocator>( in Initialize()
709 return mSamplerAllocators[allocatorIndex].get(); in GetSamplerStagingDescriptorAllocator()
DDeviceD3D12.h242 mSamplerAllocators; variable