Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h160 const vk::TextureDescriptorDesc &texturesDesc);
DProgramExecutableVk.cpp1664 const vk::TextureDescriptorDesc &texturesDesc) in updateTexturesDescriptorSet() argument
1675 if (mTextureDescriptorsCache.get(texturesDesc, &descriptorSet)) in updateTexturesDescriptorSet()
1725 mTextureDescriptorsCache.insert(texturesDesc, descriptorSet); in updateTexturesDescriptorSet()