Searched refs:allocatorIndex (Results 1 – 1 of 1) sorted by relevance
700 uint32_t allocatorIndex = descriptorCount == 0 ? 0 : Log2Ceil(descriptorCount) + 1; in GetViewStagingDescriptorAllocator() local701 return mViewAllocators[allocatorIndex].get(); in GetViewStagingDescriptorAllocator()708 uint32_t allocatorIndex = descriptorCount == 0 ? 0 : Log2Ceil(descriptorCount) + 1; in GetSamplerStagingDescriptorAllocator() local709 return mSamplerAllocators[allocatorIndex].get(); in GetSamplerStagingDescriptorAllocator()