Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.cpp98 ++(bindingCounts->perStage[stage].*perStageBindingCountMember); in IncrementBindingCounts()
110 bindingCounts->perStage[stage].sampledTextureCount += in AccumulateBindingCounts()
111 rhs.perStage[stage].sampledTextureCount; in AccumulateBindingCounts()
112 bindingCounts->perStage[stage].samplerCount += rhs.perStage[stage].samplerCount; in AccumulateBindingCounts()
113 bindingCounts->perStage[stage].storageBufferCount += in AccumulateBindingCounts()
114 rhs.perStage[stage].storageBufferCount; in AccumulateBindingCounts()
115 bindingCounts->perStage[stage].storageTextureCount += in AccumulateBindingCounts()
116 rhs.perStage[stage].storageTextureCount; in AccumulateBindingCounts()
117 bindingCounts->perStage[stage].uniformBufferCount += in AccumulateBindingCounts()
118 rhs.perStage[stage].uniformBufferCount; in AccumulateBindingCounts()
[all …]
DBindingInfo.h91 PerStage<PerStageBindingCounts> perStage; member