Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program_util.cpp51 for (auto& outRef : outBindings) { in AddBindings() local
52 if (currBindingIndex == outRef.binding) { in AddBindings()
54 outRef.shaderStageFlags |= inBinding.shaderStageFlags; in AddBindings()
55 if ((inBinding.descriptorType != outRef.descriptorType) || in AddBindings()
56 (inBinding.descriptorCount != outRef.descriptorCount)) { in AddBindings()
61 … currBindingIndex, inBinding.descriptorType, outRef.descriptorType, inBinding.descriptorCount, in AddBindings()
62 outRef.descriptorCount); in AddBindings()