Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.cpp74 perStageBindingCountMember = &PerStageBindingCounts::storageBufferCount; in IncrementBindingCounts()
113 bindingCounts->perStage[stage].storageBufferCount += in AccumulateBindingCounts()
114 rhs.perStage[stage].storageBufferCount; in AccumulateBindingCounts()
185 bindingCounts.perStage[stage].storageBufferCount > kMaxStorageBuffersPerShaderStage, in ValidateBindingCounts()
188 bindingCounts.perStage[stage].storageBufferCount, stage, in ValidateBindingCounts()
DBindingInfo.h79 uint32_t storageBufferCount; member