Home
last modified time | relevance | path

Searched defs:sharedCacheKey (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h359 void onNewDescriptorSet(const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in onNewDescriptorSet()
DTransformFeedbackVk.cpp287 const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in onNewDescriptorSet()
Dvk_cache_utils.cpp7006 SharedCacheKeyT &sharedCacheKey = mSharedCacheKeys[slot]; in updateEmptySlotBits() local
7026 SharedCacheKeyT &sharedCacheKey = mSharedCacheKeys[slot]; in addKeyImpl() local
7039 SharedCacheKeyT &sharedCacheKey = mSharedCacheKeys[slot]; in addKeyImpl() local
7061 SharedCacheKeyT &sharedCacheKey = mSharedCacheKeys.back(); in addKeyImpl() local
7132 for (const SharedCacheKeyT &sharedCacheKey : mSharedCacheKeys) in containsKeyWithOwnerEqual() local
7146 for (const SharedCacheKeyT &sharedCacheKey : mSharedCacheKeys) in assertAllEntriesDestroyed() local
7155 for (const SharedCacheKeyT &sharedCacheKey : mSharedCacheKeys) in allValidEntriesAreCached() local
Dvk_helpers.h519 SharedDescriptorSetCacheKey sharedCacheKey; member
1169 void onNewDescriptorSet(const SharedDescriptorSetCacheKey &sharedCacheKey) in onNewDescriptorSet()
DContextVk.cpp746 const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in UpdateImagesWithSharedCacheKey()
763 const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in UpdateBufferWithSharedCacheKey()
6456 const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in updateShaderResourcesWithSharedCacheKey()
Dvk_helpers.cpp4734 SharedDescriptorSetCacheKey sharedCacheKey = CreateSharedDescriptorSetCacheKey(desc, this); in getOrAllocateDescriptorSet() local