Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h231 static constexpr uint32_t kNumViewDescriptorAllocators = variable
236 std::array<std::unique_ptr<StagingDescriptorAllocator>, kNumViewDescriptorAllocators + 1>
DDeviceD3D12.cpp109 for (uint32_t countIndex = 0; countIndex < kNumViewDescriptorAllocators; countIndex++) { in Initialize()