Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.h265 const ImmutableSamplerIndexMap &immutableSamplerIndexMap) const in areImmutableSamplersCompatible() argument
267 return (mImmutableSamplerIndexMap == immutableSamplerIndexMap); in areImmutableSamplersCompatible()
H A DContextVk.cpp7576 ImmutableSamplerIndexMap immutableSamplerIndexMap = {}; in updateActiveTextures() local
7638 immutableSamplerIndexMap[image.getYcbcrConversionDesc()] = in updateActiveTextures()
7648 if (!executableVk->areImmutableSamplersCompatible(immutableSamplerIndexMap)) in updateActiveTextures()