Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp291 mTextureDescriptorsCache.destroy(rendererVk); in reset()
1675 if (mTextureDescriptorsCache.get(texturesDesc, &descriptorSet)) in updateTexturesDescriptorSet()
1721 mTextureDescriptorsCache.destroy(contextVk->getRenderer()); in updateTexturesDescriptorSet()
1725 mTextureDescriptorsCache.insert(texturesDesc, descriptorSet); in updateTexturesDescriptorSet()
1950 mTextureDescriptorsCache.accumulateCacheStats(this); in getAndResetObjectPerfCounters()
DProgramExecutableVk.h282 mTextureDescriptorsCache; variable