Searched refs:descriptorPool_ (Results 1 – 2 of 2) sorted by relevance
67 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 …]
146 LowLevelContextDescriptorPoolVk descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_COUNT]; variable