Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.cpp87 perStageBindingCountMember = &PerStageBindingCounts::storageTextureCount; in IncrementBindingCounts()
115 bindingCounts->perStage[stage].storageTextureCount += in AccumulateBindingCounts()
116 rhs.perStage[stage].storageTextureCount; in AccumulateBindingCounts()
192 bindingCounts.perStage[stage].storageTextureCount > in ValidateBindingCounts()
196 bindingCounts.perStage[stage].storageTextureCount, stage, in ValidateBindingCounts()
DBindingInfo.h80 uint32_t storageTextureCount; member