Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h224 static constexpr uint32_t kMaxSamplerDescriptorsPerBindGroup = variable
227 kMaxBindingsPerPipelineLayout - kMaxSamplerDescriptorsPerBindGroup;
230 ConstexprLog2Ceil(kMaxSamplerDescriptorsPerBindGroup) + 1;
DDeviceD3D12.cpp706 ASSERT(descriptorCount <= kMaxSamplerDescriptorsPerBindGroup); in GetSamplerStagingDescriptorAllocator()