Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp194 uint32_t maxSRVsPerStage; in InitializeSupportedLimitsImpl() local
200 maxSRVsPerStage = 128; in InitializeSupportedLimitsImpl()
206 maxSRVsPerStage = 1'000'000; in InitializeSupportedLimitsImpl()
213 maxSRVsPerStage = 1'100'000; in InitializeSupportedLimitsImpl()
227 limits->v1.maxSampledTexturesPerShaderStage = maxSRVsPerStage; in InitializeSupportedLimitsImpl()