Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.h359 void onNewDescriptorSet(const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in onNewDescriptorSet()
H A DTransformFeedbackVk.cpp289 const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in onNewDescriptorSet()
H A DSuballocation.h86 void onNewDescriptorSet(const SharedDescriptorSetCacheKey &sharedCacheKey) in onNewDescriptorSet()
H A Dvk_cache_utils.cpp6952 SharedCacheKeyT &sharedCacheKey = mSharedCacheKeys[slot]; in updateEmptySlotBits() local
6972 SharedCacheKeyT &sharedCacheKey = mSharedCacheKeys[slot]; in addKey() local
6985 SharedCacheKeyT &sharedCacheKey = mSharedCacheKeys[slot]; in addKey() local
7007 SharedCacheKeyT &sharedCacheKey = mSharedCacheKeys.back(); in addKey() local
7077 for (const SharedCacheKeyT &sharedCacheKey : mSharedCacheKeys) in containsKey() local
H A Dvk_helpers.h477 SharedDescriptorSetCacheKey sharedCacheKey; member
1105 void onNewDescriptorSet(const SharedDescriptorSetCacheKey &sharedCacheKey) in onNewDescriptorSet()
H A DContextVk.cpp791 const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in UpdateImagesWithSharedCacheKey()
809 const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in UpdateBufferWithSharedCacheKey()
6515 const vk::SharedDescriptorSetCacheKey &sharedCacheKey) in updateShaderResourcesWithSharedCacheKey()
H A Dvk_helpers.cpp4649 SharedDescriptorSetCacheKey sharedCacheKey = CreateSharedDescriptorSetCacheKey(desc, this); in getOrAllocateDescriptorSet() local