Searched refs:FormatIndexMap (Results 1 – 2 of 2) sorted by relevance
106 using FormatIndexMap = angle::HashMap<T, uint32_t>; variable197 bool isImmutableSamplerFormatCompatible(const FormatIndexMap<uint64_t> &externalFormatIndexMap, in isImmutableSamplerFormatCompatible()198 const FormatIndexMap<VkFormat> &vkFormatIndexMap) const in isImmutableSamplerFormatCompatible()289 FormatIndexMap<uint64_t> mExternalFormatIndexMap;290 FormatIndexMap<VkFormat> mVkFormatIndexMap;
5009 FormatIndexMap<uint64_t> externalFormatIndexMap = {}; in updateActiveTextures()5010 FormatIndexMap<VkFormat> vkFormatIndexMap = {}; in updateActiveTextures()