Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h106 using FormatIndexMap = angle::HashMap<T, uint32_t>; variable
197 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;
DContextVk.cpp5009 FormatIndexMap<uint64_t> externalFormatIndexMap = {}; in updateActiveTextures()
5010 FormatIndexMap<VkFormat> vkFormatIndexMap = {}; in updateActiveTextures()