Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_descriptor_set_manager_vk.cpp80 auto& bufferingSetRef = ref.bufferingSet[bufferingIdx]; in DestroyPool()
601 …PLUGIN_ASSERT(descriptorPool.descriptorSets[arrayIndex].bufferingSet[idx].descriptorSet == VK_NULL… in CreateGpuDescriptorSet()
602 descriptorPool.descriptorSets[arrayIndex].bufferingSet[idx] = newDescriptorSet; in CreateGpuDescriptorSet()
657 … if (!descriptorPool.descriptorSets[arrayIndex].bufferingSet[bufferingIndex].descriptorSet) { in GetDescriptorSet()
662 set = &descriptorPool.descriptorSets[arrayIndex].bufferingSet[bufferingIndex]; in GetDescriptorSet()
H A Dnode_context_descriptor_set_manager_vk.h70 LowLevelDescriptorSetVk bufferingSet[MAX_BUFFERING_COUNT]; member