Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp386 auto setsAvailable = poolInfo->maxSets - poolInfo->usedSets; in validateDescriptorSetAllocation()
437 ++allocInfo->usedSets; in applyDescriptorSetAllocation()
452 if (0 == allocInfo->usedSets) { in removeDescriptorSetAllocation()
457 --allocInfo->usedSets; in removeDescriptorSetAllocation()
502 allocInfo->maxSets, allocInfo->usedSets); in validateAndApplyVirtualDescriptorSetAllocation()
DDescriptorSetVirtualization.h90 uint32_t usedSets; member
DResourceTracker.cpp4839 dp->allocInfo->usedSets = 0; in on_vkCreateDescriptorPool()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h330 uint32_t usedSets; member
DVkDecoderGlobalState.cpp2878 info.usedSets = 0; in on_vkCreateDescriptorPool()
2931 info->usedSets = 0; in cleanupDescriptorPoolAllocedSetsLocked()
7575 auto setsAvailable = poolInfo->maxSets - poolInfo->usedSets; in validateDescriptorSetAllocLocked()
7610 ++poolInfo.usedSets; in applyDescriptorSetAllocationLocked()
7622 --poolInfo.usedSets; in removeDescriptorSetAllocationLocked()