Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp221 uint32_t maxUAVsPerStage = maxUAVsAllStages / 2; in InitializeSupportedLimitsImpl() local
225 limits->v1.maxStorageTexturesPerShaderStage = maxUAVsPerStage / 2; in InitializeSupportedLimitsImpl()
226 limits->v1.maxStorageBuffersPerShaderStage = maxUAVsPerStage - maxUAVsPerStage / 2; in InitializeSupportedLimitsImpl()