Searched refs:kMaxSamplerDescriptorsPerBindGroup (Results 1 – 2 of 2) sorted by relevance
224 static constexpr uint32_t kMaxSamplerDescriptorsPerBindGroup = variable227 kMaxBindingsPerPipelineLayout - kMaxSamplerDescriptorsPerBindGroup;230 ConstexprLog2Ceil(kMaxSamplerDescriptorsPerBindGroup) + 1;
706 ASSERT(descriptorCount <= kMaxSamplerDescriptorsPerBindGroup); in GetSamplerStagingDescriptorAllocator()