Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp700 uint32_t allocatorIndex = descriptorCount == 0 ? 0 : Log2Ceil(descriptorCount) + 1; in GetViewStagingDescriptorAllocator() local
701 return mViewAllocators[allocatorIndex].get(); in GetViewStagingDescriptorAllocator()
708 uint32_t allocatorIndex = descriptorCount == 0 ? 0 : Log2Ceil(descriptorCount) + 1; in GetSamplerStagingDescriptorAllocator() local
709 return mSamplerAllocators[allocatorIndex].get(); in GetSamplerStagingDescriptorAllocator()