Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h322 struct PoolState { struct
331 std::vector<PoolState> pools;
DVkDecoderGlobalState.cpp2881 DescriptorPoolInfo::PoolState state; in on_vkCreateDescriptorPool()
7538 bool isBindingFeasibleForAlloc(const DescriptorPoolInfo::PoolState& poolState, in isBindingFeasibleForAlloc()
7553 bool isBindingFeasibleForFree(const DescriptorPoolInfo::PoolState& poolState, in isBindingFeasibleForFree()
7561 DescriptorPoolInfo::PoolState& poolState) { in allocBindingFeasible()
7566 DescriptorPoolInfo::PoolState& poolState) { in freeBindingFeasible()
7583 std::vector<DescriptorPoolInfo::PoolState> poolCopy = poolInfo->pools; in validateDescriptorSetAllocLocked()