Home
last modified time | relevance | path

Searched refs:descriptorPool_ (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.cpp67 DestroyPool(descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_STATIC]); in ~NodeContextDescriptorSetManagerVk()
68 DestroyPool(descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_ONE_FRAME]); in ~NodeContextDescriptorSetManagerVk()
114 auto& descriptorPool = descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_STATIC]; in ResetAndReserve()
185 auto& descriptorPool = descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_STATIC]; in BeginFrame()
278 auto& descriptorPool = descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_STATIC]; in BeginBackendFrame()
297 auto& descriptorPool = descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_ONE_FRAME]; in BeginBackendFrame()
393 auto& descriptorPool = descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_STATIC]; in CreateDescriptorSet()
437 auto& descriptorPool = descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_ONE_FRAME]; in CreateOneFrameDescriptorSet()
622 const auto& descriptorPool = descriptorPool_[descSetIdx]; in GetLowLevelDescriptorCounts()
638 const auto& descriptorPool = descriptorPool_[descSetIdx]; in GetDescriptorSet()
[all …]
H A Dnode_context_descriptor_set_manager_vk.h146 LowLevelContextDescriptorPoolVk descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_COUNT]; variable